Code samples based on the "Master the Coding Interview: Data Structures + Algorithms" course.
The code is in Javascript and is run with the minimal backend Node.js setup with Nodemon and Babel. Jasmine is used for for unit tests.
npm install
npm start
npm test