Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linclark/algorithms-101
A NodeSchool workshopper to introduce JS developers to algorithms
https://github.com/linclark/algorithms-101
Last synced: 13 days ago
JSON representation
A NodeSchool workshopper to introduce JS developers to algorithms
- Host: GitHub
- URL: https://github.com/linclark/algorithms-101
- Owner: linclark
- License: bsd-3-clause
- Created: 2014-07-27T05:51:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-07T03:02:36.000Z (over 10 years ago)
- Last Synced: 2024-10-14T16:41:26.463Z (27 days ago)
- Language: JavaScript
- Size: 215 KB
- Stars: 79
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-workshopper - algorithms-101
README
algorithms-101
==============A NodeSchool workshopper to introduce JS developers to algorithms.
This is based on [Princeton's Algorithms, Part 1](https://www.coursera.org/course/algs4partI). Video lectures present the information, then you code the algorithm.
Types of algorithms covered are:
- union-find
- sorting algorithms
- priority queues
- binary search trees, etc