Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 625 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 625 Bytes

JS Toolkits

This is a repo of common solutions that I have completed general problem snippets. I hope that all these problems (and solutions) are useful to others for practice and review.

Problems

Data Structures

  • [Stack]
  • [Queue]
  • [Linked List]
  • [Multimap]

Algorithm

  • [CSV-Parsing]
  • [Debounce]
  • [Throttle]

HTML5

  • [Session Storage]

Word Solutions

  • [Word Positions]
  • [Word analytics]

Testing

npm install # Installs `mocha` and any other dependencies needed to run
npm test    # Runs the testing scripts

Feel free to contribute any solutions and optimisation.