Pre-requisite :
- C++ Programming
Contents :
- Overview of Data structures
- Linear and non-linear data structures
- Stack
- Queue
- Linked list: Single, Double and Circular
- Tree
- Advanced concepts in Trees
- Graphs
- Hash table
- Searching and sorting techniques
Key Learnings :
- Understanding of all data structures available for storing data.
- Do a comparative analysis of data structures and select the one that suits the best for a situation.
- Implement all data strucutres in an Object Oriented manner.
Recommended Next Course :
- Advanced Technologies like .Net, Java or PHP