Recent posts

Problem of The Day: Jump Game

3 minute read

Problem Statement ``` You are given an integer array nums. You are initially positioned at the array’s first index, and each element in the array represents ...

Angular Learning - Day 2

2 minute read

Installing Angular CLI This CLI requires nodejs, so we need to install the nodejs first before running following command. npm install -g @angular/cli --no-st...

Problem of The Day: Jump Game II

2 minute read

Problem Statement ``` You are given a 0-indexed array of integers nums of length n. You are initially positioned at nums[0].