Various Data Structures and Algorithms implemented through the Test Driven Development Cycle
- Stack
- Queue
- HashTable
- LinkedList
- DoublyLinkedList
- Tree
- BinarySearchTree
- Graph
- Set
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