Skip to content

Various Data Structures implemented in C programming language.

Notifications You must be signed in to change notification settings

Achal-Hingrajiya/data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data-structures

Various Data Structures implemented in C programming language.

DATA STRUCTURES :

  1. Stack
  2. Queue
  3. Double Ended Queue
  4. Circlular Queue
  5. Linked List
  6. Doubly Linked List
  7. Circular Linked List
  8. Tree : Insertion, Deletion, Traversal(Pre-order, In-order, Post-order), Search I. Binary Tree II. Binary Search Tree III. AVL Tree