Topics
- Linear data structure, One dimensional array processing, Selection sort, Insertion sort, Binary search.
- Quick sort & Merge sort.
- Stack and queue using Array.
- Linked List, Creating and Traversing list, Linked List operation (Insert & Delete node from different positions)
- Doubly and Circular Linked List
- Stack and queue using Linked List
- Tower-of-Hanoi implementation in recursive & non-recursive way.
- Infix to Postfix Conversion, Postfix Evaluation
- Graph and their application, Different types of graphs, Graph representation,Traversing a Graph, BFS, DFS.
- General Tree concept, Binary tree, Tree construction, Tree operations and Traversal
- Inserting, deleting and searching in BST