LeetCode 417 Pacific Atlantic Water Flow - DFS and BFS Solutions(Med, Java, O(mn))
Problem Overview
LeetCode 417 Pacific Atlantic Water Flow
Given an m x n matrix representing island heights, water can flow from a cell to adjacent cells with equal or lower height. Find all cells where water can flow to both Pacific Ocean (top/lef...
huanganni.hashnode.dev5 min read