This is a fork from the repo https://github.com/lzl124631x/algorithm with additional notes and solutions to the questions.
- Gitbook: https://michael-ashenafi.gitbook.io/algorithm-notes
- Github Repo: https://github.com/MikoAshu/algorithm-notes
- Disambiguate the problem, ask questions, try to understand the inputs and outputs.
- Think about edge cases.
- First talk about the brute force solution, then think about better approaches.
- Think out loud!
William Fiset