Skip to content

iamchapita/Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Structures

Simple Data Structures with Node.

Data Structure included:

  • Queue
  • Stack
  • LinkedList
  • Double LinkedList
  • Circular LinkedList
  • N-Ary Tree (with node and linkedlist as children's container)
  • BST (Binary Search Tree)