Huachen Wang

LeetCode Study Note | Problem 994: Rotting Oranges

🔍 Problem Overview You’re given an m x n grid, where: 0 represents an empty cell 1 represents a fresh orange 2 represents a rotten orange Each minute

Administrator Administrator Published on 2025-05-17

LeetCode Study Note | Problem 200: Number of Islands

🌊 Problem Summary You are given a 2D grid consisting of '1's (land) and '0's (water). An island is formed by connecting adjacent lands horizontally o

Administrator Administrator Published on 2025-05-17