Data Structures (CC-213)
Dr. Nazar Khan
Text: Data Structures and Algorithms in C++, Adam Drozdek, 4th edition, Cengage Learning, MA, 2012.
Content
- Lecture 1: Arrays and Lists
- Lecture 2: List Implementation using Array
- Lecture 3: Linked Lists
- Lecture 4: Doubly Linked Lists and Circular Linked Lists
- Lecture 5: Stacks
- Lecture 6: Infix to Postfix Conversion using Stacks
- Lecture 7: Stacks using Templates
- Lecture 8: Queues
- Lecture 9: Bank Simulation using Queues
- Lecture 10: Binary Trees
- Lecture 11: Binary Tree Implementation
- Lecture 12: Binary Tree Traversal
|