Skip to content

daddyshivvy/Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

856 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ragnarok

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).

  1. Feel free to clone the repo
  2. Once you've done so, in your terminal, type in: "npm i" to download the dependencies
  3. 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!

About

A repo with 115 various algorithms solved, thoroughly tested, and with the corresponding time and space complexities listed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors