Contains code for basic concepts in Data Structures using C language.
HAVE FUN!!!
Array
→Simple array implementation of list
Linked list
→Singly linked list-internet reference 1
→Singly linked list-internet reference 2
Stack
→Operator precedence using Stack ADT
→Array implementation of stack
→Infix to postfix conversion using stack ADT
→Linked list implementaion of stack
→Evaluation of postfix expression
→Reverse string using stack ADT
Polynomial
→Differentiatiion of two polynomials
→Subtraction of two polynomials
Queue
→Array implementation of queue
→Linked list implementaion of queue
→Array implementation of circular queue
Tree
Heap
Searching
Sorting
Hashing
Graph