Skip to content

Kronosblaster/cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp

This repo is implementations of common Data Structures in cpp. The node class conssists only of a character variable and adequete number of node pointers. It contains custom classes of the following are present:

  1. LinkedList Singly linked list that stores characters.
    • void insert
    • void ring
    • void swap
    • void getHead
    • void sort
  2. Tree(WIP): Designed as a binary tree. Insertion on the first free left-most branch.
    • int getDepth
    • void insert
    • void getEmpty
    • void Display

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages