Description
In this course, you will learn :
- Stack,Queues,infix to postfix conversions
- Trees,Binary Search Tree
- AVL Tree-Insertion and Deletion
- Hashing
Syllabus :
1. Introduction
- Linked List
- Stack
- Applications of stack:Infix to postfix expression conversion
2. Medium Level DS
- Queues
3. Trees
- Trees
- Binary Tree
- Binary Search Tree
- AVL Tree
4. Advanced DSA
- Heap
- Graphs