javascript-algorithms/src/playground
2021-05-14 09:56:18 +02:00
..
__test__ Adding more details on how to run the playground code to address the issue #705. 2021-05-14 09:56:18 +02:00
playground.js Adding more details on how to run the playground code to address the issue #705. 2021-05-14 09:56:18 +02:00
README.md Update READMEs. 2018-04-12 08:46:35 +03:00

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'