mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2026-01-28 04:11:45 +08:00
64e5428925dbfbcdae0d5c1e8a369db356c600bd
JavaScript Algorithms and Data Structures
Data Structures
- [Linked List](Linked List)
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
51 MiB
Languages
JavaScript
100%