Link: (Javascript Algorithms & Data structures Masterclass)[https://www.udemy.com/course/js-algorithms-and-data-structures-masterclass/]
- Big O Notation
- Analyzing Performance of Array and Objects
- Problem solving approach
- Problem solving patterns
- 100% Optional challenges
- Recursion
- Recursion Problemsets
- Bonus Challenging Recursion Problems
- Seaching Algorithms
- Bubble Sort
- Selection Sort
- [Insertion Sort] (#)
- Comparing Bubble, Selection and Insertion Sort
- Merge Sort
- Quick Sort
- Radix Sort
- Data Structures Introduction
- Singly Linked List
- Doubly Linked List
- Stacks & Queues
- Binary Search Tree
- Tree Traversal
- Binary Heaps
- Hash Table
- Graphs
- Graph Traversal
- Dijkara's Algorithm
- Dynamic Programming
- The wild west