Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```