The list below are coding challenges you should familiarize yourself with. These are a great way to learn software engineering principals, and will most likely be used by companies to test your skills.
Each challenge links to it's own folder, which has a README describing the challenge, and a JS file with a solution. A blog entry may accompany these challenges and will be linked in the cooresponding README.
Below are a list of completed or current challenges:
No. | Challenge |
---|---|
1 | Two Sum |
2 | Longest Substring Without Repeating Characters |
3 | Plus One |
The list above is a condensed list from the repository FAANG-Coding-Interview-Questions
All solutions in this repository are of my own creation, and are free to share.