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