README
Last updated
Was this helpful?
Last updated
Was this helpful?
I put all my notes for algorithms here.
Gitbook:
Github Repo:
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