Pointers
I am using this site to study the problem patterns common in interviews.
Link to site, here:
LeetCode was HARD
Prefix Sum Pattern
I want to share an insight I have into the 'prefix sum' pattern. It's one of
Minimum Cost to Connect Sticks - Critique
The solution to the problem 'Minimum Cost to Connect Sticks' explains that using sorting is an n-squared approach,
2 sum problem
2 sum is a problem I come across while studying for interviews. I like this problem.
A couple of days