Data Structure & Algorithms (DSA) + Design & Analysis of Algorithms (DAA)
Data Structure & Algorithms (DSA)
- Arrays (Insertion, Deletion, Linear Search, Binary Search, Bubble Sort, Insertion Sort, Selection Sort, Merge Sort, Quick Sort, Heap Sort)
- Linked List (Singly + Singly Circular + Doubly + Doubly Circular) [Addition & Deletion--- at first, at last, in the middle. Search, Display]
- Stack (using Array & Linked List)
- Queue (using Array & Linked List. Linear Queue + Circular Queue)
- Tree [Binary Tree + Binary Search Tree (BST) ]
Design & Analysis of Algorithms (DAA)
PROGRAMS ARE WRITTEN EITHER IN C OR IN JAVA