Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 534 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 534 Bytes

Data Structures + Algorithms

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.

Install

npm install

Run

npm start

Test

npm test