Starter programs on Data Structures and Algorithms written in C.
- 2D Array Insertion, Deletion, Display
- Duplicating a Stack
- Infix to Postfix
- Prefix Evaluation
- Postfix Evaluation
- 3 Stacks using 1 Array
- Sorting the 3 Stacks (previous problem)
- Circular Queue
- Queue using Stacks
- Priority Queue
- Stack Permutation using Queue
- Slideshow
- Image Viewer
- Binary Tree
- Ternary Tree
- Tree using Stack
- Sorting using Heap Tree
- Huffman Tree
- Hash Search
- Binary Search
- Merge Sort
- Quick Sort
- Bucket Sort