Oleksii Trekhleb 335e751f32 Update README.
2018-03-27 14:43:15 +03:00
2018-03-27 13:03:44 +03:00
2018-03-25 23:28:32 +03:00
2018-03-27 13:03:44 +03:00
2018-03-27 13:03:44 +03:00
2018-03-27 13:03:44 +03:00
2018-03-27 13:03:44 +03:00
2018-03-27 14:43:15 +03:00

JavaScript Algorithms and Data Structures

Running Tests

Run all tests

npm test

Run tests by name

npm test -- -t 'LinkedList'

Run tests from specific file

npm test -- ./src/data-structures/linked-list/__test__/LinkedList.test.js
Description
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
Readme MIT 45 MiB
Languages
JavaScript 100%