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
algorithms algorithms-and-data-structures colt-steele data-structures data-structures-and-algorithms javascript
Last synced: 4 months ago
JSON representation
Code accompanying the Udemy course JavaScript Algorithms and Data Structures Masterclass by Colt Steele
- Host: GitHub
- URL: https://github.com/lsegg/javascript-algorithms-and-data-structures
- Owner: lsegg
- License: mit
- Created: 2023-07-24T02:24:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T10:21:28.000Z (over 1 year ago)
- Last Synced: 2025-01-13T20:48:15.971Z (6 months ago)
- Topics: algorithms, algorithms-and-data-structures, colt-steele, data-structures, data-structures-and-algorithms, javascript
- Language: JavaScript
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
---