Welcome to my algorithms playground! This is where I have put in countless hours of work on algorithms to hone my craft and sharpen my skillset as a developer. I'm glad you decided to check it out :D Nearly every single algorithm that has been included in this file has been solved and tested, with the corresponding time and space complexities allocated for each solution (only exclusions are /codewars/close-but-bugs, /codewars/in-progress, & codewars/working-on).
- Feel free to clone the repo
- Once you've done so, in your terminal, type in: "npm i" to download the dependencies
- Now you can go to any file you'd like, and type in "mocha " + (your_desired_file_name) to run the tests. *Note, if you're receiving a notification in your terminal stating something along the lines "mocha is not a command", that means mocha needs to be install globally. Type in "npm install --global mocha". Once it is installed, you can test the files successfully! :)
Feel free to explore!