Types of DataStructures will be covered in this Project.
- Introduction
- Arrays
- Single LinkedList
- Circular LinkedList
- Doubly LinkedList
- Stack (Using Arrays)
- Stack (using LinkedList)
- infix to postfix conversion
- Evaluation of postfix conversion
- other stack Applications'
- Linear Queues
- Circular Queues
- Dequeues
- Queues using LinkedList
- Linear Search
- Binary Search
- Bubble Sort
- selection Sort
- insertion Sort
- Quick Sort
- Heap Sort
- Merge Sort
- Trees
- Binary Trees
- Binary Search Trees (BST)
- AVL Trees
- B-Trees
- Graphs
- Hashing
- Text compression Algorithm (Huffman)