Huachen Wang

LeetCode Study Note | Problem 743: Network Delay Time

📘 Problem Overview You are given a directed, weighted graph with n nodes (1-indexed), and a list of travel times times, where each element is [u, v,

Administrator Administrator Published on 2025-05-19

LeetCode Study Note | Problem 207: Course Schedule

Problem Summary You are given numCourses courses labeled from 0 to numCourses - 1, and a list of prerequisites where each element is a pair [a, b] mea

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