UNPKG

cutthroat-coding

Version:

Concise implementations of common data structures and algorithms (DS&As) in JS. Clone of work by Lareine Jeng.

16 lines (10 loc) 233 B
# cheat-sheet-js A clone of the [Python version](https://github.com/ljeng/cheat-sheet) by Lareine Jeng, but this one is in Javascript. ## To install dependencies ``` $ ./bootstrap.sh ``` ## To run all tests ``` $ mocha ```