- Clone down this repo
- Open a
SpecRunner.html
file in your browser - Make the tests turn green by editing code in
src/*.js
files
- Create these data structures without using
class
syntax. Look into JavaScript inheritance and design patterns. - Figure out the time and memory complexity of each of the methods on the data structures you write (look into
big O
- http://bigocheatsheet.com/). Can you get your methods to be faster and/or use less memory?
Note: this was adapted from: https://github.com/jack829/data-structures