Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms
An egghead course to introduce data structures and algorithms in JavaScript
https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms
Last synced: 13 days ago
JSON representation
An egghead course to introduce data structures and algorithms in JavaScript
- Host: GitHub
- URL: https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms
- Owner: kyleshevlin
- License: mit
- Created: 2018-10-27T06:57:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:36:30.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T07:57:19.029Z (7 months ago)
- Language: JavaScript
- Size: 442 KB
- Stars: 117
- Watchers: 5
- Forks: 59
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Intro to Data Structures and Algorithms in JavaScript
![Image of Course Logo](https://d2eip9sf3oo6c2.cloudfront.net/series/square_covers/000/000/261/square_480/EGH_JSAlgorithms_Final.png)
My introductory course to data structures and algorithms in JavaScript for [egghead](https://egghead.io).
This course covers:
* Queues
* Stacks
* Linked Lists
* Graphs
* Breadth-first Traversal
* Depth-first Traversal
* Trees
* Binary Trees
* Tree Traversal
* Sorting
* Bubble Sort
* Insertion Sort
* Merge Sort
* Quick Sort
Feel free to leave comments on the lessons or hit me up on [Twitter](https://twitter.com/kyleshevlin) with any questions you might have.