Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexilyaev/js-algorithms-practice
Just practicing different algorithms and data structures in JavaScript
https://github.com/alexilyaev/js-algorithms-practice
Last synced: 2 days ago
JSON representation
Just practicing different algorithms and data structures in JavaScript
- Host: GitHub
- URL: https://github.com/alexilyaev/js-algorithms-practice
- Owner: alexilyaev
- Created: 2017-09-18T08:58:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T23:30:44.000Z (over 6 years ago)
- Last Synced: 2024-05-27T22:40:21.896Z (5 months ago)
- Language: JavaScript
- Size: 74.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
js-algorithms-practice
=======================Just practicing different algorithms and data structures in JavaScript.
Setup
------Run `yarn` (or `npm install`)
Tests
------```
yarn test
```To run in watch mode and notify
```
yarn test:watch
```