What I Aim To Do With This Blog
Apr 10, 2022
I aim to answer common Leetcode questions in a similar way to how I would in a standard interview setting. To do so, I will approach each problem in this general order:
- [Problem Screenshot]
- Restating Info We’re Already Given
- Questions/Clarifications to Possibly Ask Interviewer (If starting information we’re given isn’t sufficient to begin):
- Discuss Naive Solution
- Discuss Alternative Solution
- Discuss Optimal Solution
- Code Optimal Solution
- Runtime/Space Complexity
- Test Cases