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.
- [Stack]
- [Queue]
- [Linked List]
- [Multimap]
- [CSV-Parsing]
- [Debounce]
- [Throttle]
- [Session Storage]
- [Word Positions]
- [Word analytics]
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.