Recent posts

Daily Reading: Mindset

1 minute read

My Daily Reading From tonight’s reading, I’ve learned that our mindset can affect how we see effort. In a fixed mindset, we might look down on people who spe...

Problem of The Day: LRU Cache

3 minute read

Problem Statement ``` Design a data structure that follows the constraints of a Least Recently Used (LRU) cache.

Problem of The Day: Set Mismatch

2 minute read

Problem Statement ``` You have a set of integers s, which originally contains all the numbers from 1 to n. Unfortunately, due to some error, one of the numbe...