mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-12-19 08:59:05 +08:00
1.2 KiB
1.2 KiB
JavaScript Algorithms and Data Structures
Data Structures
Algorithms
- Math
Running Tests
Run all tests
npm test
Run tests by name
npm test -- -t 'LinkedList'