Skip to content

prathwik0/data-structures-in-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

268 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures

Covers: Stack - using array Queue - using array Infix to postfix conversion Postfix Evaluation Linked list - Singly linked list Circular Singly Linked list Doubly Linked list Circular Doubly Linked list Queue and stack using linked list Trees - Binary Search tree Balanced Binary Search Tree (AVL tree) Expression Trees