Embark on your journey of mastering advanced built-in data structures such as sorted maps, linked lists/queues, and stacks. This course will lay the foundational knowledge required to effectively manipulate these advanced data structures.
Overview
Syllabus
- Lesson 1: Exploring Stacks with Python Lists
- Lesson 2: Understanding Queues and Deques in Python
- Lesson 3: Exploring Sorted Dictionaries with Python and the sortedcontainers Library
- Lesson 4: Sorting Through Data: Using Custom Classes and Comparators in Python Maps
- Lesson 5: Applying Advanced Data Structures in Practice Problems