Recent posts

Daily Reading: Mindset

2 minute read

My Daily Reading Today, I learned about the truth of ability and accomplishment. It takes a significant amount of time and effort to develop one’s skills. Ma...

Problem of The Day: Sum of Subarray Minimums

4 minute read

Problem Statement ``` Given an array of integers arr, find the sum of min(b), where b ranges over every (contiguous) subarray of arr. Since the answer may be...