mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2026-03-13 08:51:02 +08:00
951 B
951 B
JavaScript Algorithms and Data Structures
Data Structures
Algorithms
Running Tests
Run all tests
npm test
Run tests by name
npm test -- -t 'LinkedList'