Update README.

This commit is contained in:
Oleksii Trekhleb 2018-05-18 06:22:37 +03:00
parent dd855c6fb8
commit f1692b552a

View File

@ -139,7 +139,7 @@ npm test
npm test -- -t 'LinkedList'
```
## Playground
**Playground**
You may play with data-structures and algorithms in `./src/playground/playground.js` file and write
tests for it in `./src/playground/__test__/playground.test.js`.