mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2026-02-01 15:55:44 +00:00
JavaScript Algorithms and Data Structures
Data Structures
Algorithms
- Math
- String
- Graph
Useful Links
Running Tests
Run all tests
npm test
Run tests by name
npm test -- -t 'LinkedList'
Languages
JavaScript
100%