Skip to content

rlin415/Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Structures

This is a project I worked on as a student at Hack Reactor. This project was worked on with a pair. The project implements in javascript the following data-structures.

Data structures:

  • Queue
  • Stack
  • Set
  • LinkedList
  • Tree
  • BinarySearchTree
  • Graph
  • HashTable

Testing

Tests are made with the Mocha testing framework. Test are located in the ./spec directory. To run the tests, just open the spec runner file with a browser.

SpecRunner.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages