Skip to content

Files

Latest commit

e27cced · Apr 12, 2018

History

History
This branch is 13 commits ahead of, 634 commits behind trekhleb/javascript-algorithms:master.

playground

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 9, 2018
Apr 12, 2018
Apr 9, 2018

Playground

You may use playground.js file to play with data structures and algorithms. The code from playground.js may be tested in ./__test__/playground.test.js file.

To run tests simply run:

npm test -- -t 'playground'