Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 240 Bytes

File metadata and controls

11 lines (8 loc) · 240 Bytes

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'