Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 729 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 729 Bytes

Coding challenges & Interview preparation

This Repo contains some coding challenges that test your knowledge of algorithms, data structures, and mathematics. You can use these coding exercises to prepare for your next job interview or just for fun :v.

Each challenge has many solutions, these are my that I'm right with, you can find a better solution than mine feel free to contribute your solution.

Each challenge's folder has a README file containing all information and resources about the challenges.

You run and test the solution by:

  • Install Node.js

  • Install nodemon

  • In the challenges's folder directory, you can run

npm start