Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lsegg/javascript-algorithms-and-data-structures

Code accompanying the Udemy course JavaScript Algorithms and Data Structures Masterclass by Colt Steele
https://github.com/lsegg/javascript-algorithms-and-data-structures

Last synced: about 2 months ago
JSON representation

Code accompanying the Udemy course JavaScript Algorithms and Data Structures Masterclass by Colt Steele

Awesome Lists containing this project

README

        

## JavaScript Algorithms and Data Structures 📚

Code accompanying the Udemy course JavaScript Algorithms and Data Structures Masterclass by [Colt Steele](https://www.linkedin.com/in/coltsteele/).

## Subjects 📓

- 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
- data structures
- singly linked lists
- doubly linked lists
- stacks
- queues
- binary search trees
- binary heaps
- hash tables
- graphs
- Dijkstra's algorithm

## License 📄

This project is under (MIT License) - See the file [LICENSE](LICENSE) for more details

---