Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 563 Bytes

File metadata and controls

25 lines (19 loc) · 563 Bytes

DataStructures-Algorithms

Various Data Structures and Algorithms implemented through the Test Driven Development Cycle

Data structures:

  • Stack
  • Queue
  • Hash Table
  • Linked List
  • Doubly Linked List
  • Tree
  • Binary Search Tree
  • Graph
  • Set
  • Min Binary Heap

Testing

The test are located in the ./spec directory. To run the tests, just open the spec runner file with a browser. Spec runner is located in the root directory. The tests are built with Mocha testing framework.

SpecRunner.html