mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-12-19 08:59:05 +08:00
97b8765a7db7d1cfde2eca9f5e813afc4a99545f
JavaScript Algorithms and Data Structures
Data Structures
Running Tests
Run all tests
npm test
Run tests by name
npm test -- -t 'LinkedList'
Run tests from specific file
npm test -- ./src/data-structures/linked-list/__test__/LinkedList.test.js
Description
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
algorithmalgorithmscomputer-sciencedata-structuresinterviewinterview-preparationjavascriptjavascript-algorithms
Readme
MIT
49 MiB
Languages
JavaScript
100%