javascript-algorithms/README.md
Oleksii Trekhleb 6f9600aaa7 Add BFS.
2018-04-11 15:57:41 +03:00

2.7 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'