javascript-algorithms/README.md
2018-04-02 17:54:24 +03:00

1.7 KiB

JavaScript Algorithms and Data Structures

Build Status

Data Structures

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

Algorithms

Running Tests

Run all tests

npm test

Run tests by name

npm test -- -t 'LinkedList'