Huachen Wang

LeetCode Study Note | Problem 45: Jump Game II

🧩 Problem Summary You are given an integer array nums where each element represents your maximum jump length at that position. Your goal is to return

Administrator Administrator Published on 2025-05-19

LeetCode Study Note | Problem 55: Jump Game

🧠 Problem Overview You’re given an integer array nums, where each element represents the maximum jump length from that position. Starting at index 0,

Administrator Administrator Published on 2025-05-19

LeetCode Study Note | Problem 198: House Robber

🏠 Problem Overview You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, but adjacen

Administrator Administrator Published on 2025-05-18

LeetCode Study Note | Problem 42: Trapping Rain Water

🔍 Problem Description Given a non-negative integer array height[] representing the elevation map where the width of each bar is 1, compute how much w

Administrator Administrator Published on 2025-05-11

LeetCode Study Note | Problem 53: Maximum Subarray

Problem Overview Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its s

Administrator Administrator Published on 2025-05-10