javascript-algorithms/README.md
Oleksii Trekhleb 7656cfd6ea Add DFS.
2018-04-11 09:52:04 +03:00

2.5 KiB

JavaScript Algorithms and Data Structures

Build Status codecov

Data Structures

  1. Linked List
  2. Queue
  3. Stack
  4. Hash Table
  5. Heap
  6. Priority Queue
  7. Trie
  8. Tree
  9. Graph

Algorithms

Running Tests

Run all tests

npm test

Run tests by name

npm test -- -t 'LinkedList'