This project is the almagation of several solutions I have created to solve questions surrounding Data Structures and Algorithms, taking into account Big O.
I have written jest tests for each solution found in this project.
- JavaScript
- Jest
To run this project, please either:
Clone the repo: https://github.com/JayMcK/DataStructures-Algorithms-with-tests.git
or
Download the ZIP file
At the Command Line cd into the project then run:
npm install
npm start
npm run test