Data Structures

Instructor: Hossein Jowhari
Office: Math 402
Email: jowhari at kntu dot ac dot ir

Semester: Spring 2020 (98-2)
Classroom: 103
Time: SUN-TUE 7:30-9am
TA: TBA

Recommended Textbook: Data Structures and Algorithms in Python by Michael T. Goodrich, Roberto Tamassia, Michael H. Goldwasser

Lectures :

Lecture Subject Material References
1 Introduction to the course notes
2 Running time analysis I notes Textbook - chapter 3
3 Running time analysis II notes Textbook - chapter 3
4 Recursive Programs notes Textbook - chapter 3
5 Analyzing Recursive Programs notes Textbook - chapter 3
6 An Overview of Python Textbook - chapter 1
7 Arrays, List in Python, Dynamic Arrays - Textbook - chapter 5
8 Stacks and Queues - Textbook - chapter 6
9 Linked Lists I - Textbook - chapter 7

Homeworks :