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: Stacks in JavaScript
- Lesson 2: Queues and Deques in JavaScript
- Lesson 3: Binary Search Trees in JavaScript
- Lesson 4: Implementing Custom BSTs with Classes and Comparators in JavaScript
- Lesson 5: Practice Problems: Implementing Queues and Custom BSTs in JavaScript