package
0.0.0-20241220224003-b7cf03a90b2b
Repository: https://github.com/szhou12/leetcode-go.git
Documentation: pkg.go.dev

# README

695. Max Area of Island

Solution idea

DFS - 岛屿沉没类

Time complexity = $O(m*n)$

Resource

一文秒杀所有岛屿题目