Add playground.

This commit is contained in:
Oleksii Trekhleb 2018-04-09 12:56:33 +03:00
parent a588018a41
commit 0052337df9

5
src/playground/README.md Normal file
View File

@ -0,0 +1,5 @@
# 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.