This repo is for you to fork and add your solutions for the JS algorithms that you have completed.
The workflow is as follows:
- Fork this repo
- Make a new folder for your solution
- In that folder create a README.md file where you can explain the problem (it doesn't need to be super fancy, just explain the problem)
- Solve the problem!
- Add a file with your code in it OR add a photo of your whiteboard solution. You are, of course, welcome to do both.
- Push your code
- Do a pull request
Good luck!