Code accompanying the Udemy course JavaScript Algorithms and Data Structures Masterclass by Colt Steele.
- big O notation
- problem solving patterns
- recursion
- searching algorithms
- linear search
- binary search
- naive string search
- sorting algorithms
- comparison sorting
- bubble sort
- selection sort
- insertion sort
- merge sort
- quick sort
- integer sorting
- radix sort
- comparison sorting
- data structures
- singly linked lists
- doubly linked lists
- stacks
- queues
- binary search trees
- binary heaps
- hash tables
- graphs
- Dijkstra's algorithm
This project is under (MIT License) - See the file LICENSE for more details