computerScience

Nov
13

Pointers

I am using this site to study the problem patterns common in interviews. Link to site, here: LeetCode was HARD
6 min read
Nov
08

Prefix Sum Pattern

I want to share an insight I have into the 'prefix sum' pattern. It's one of
5 min read
Oct
07

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 min read
May
08

2 sum problem

2 sum is a problem I come across while studying for interviews. I like this problem. A couple of days
3 min read