mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2026-02-04 18:41:52 +08:00
2.7 KiB
2.7 KiB
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'