-
Notifications
You must be signed in to change notification settings - Fork 0
FloodFill
a920604a edited this page Jun 25, 2022
·
1 revision
title: Flood Fill
tags:
- backtracking
- bfs
- Union Find
categories:
- CS
- Data Structure
comments: false
-
733 Flood Fill (Easy)
-
200 Number of Islands (Medium)
-
1254 Number of Closed Islands (Medium)
-
1020 Number of Enclaves (Medium)
-
695 Max Area of Island (Medium)
-
1905 Count Sub Islands (Medium)
-
694 Number of Distinct Islands (Medium, Premium)
-
1992 Find All Groups of Farmland
基本上都可以用dfs
bfs
解決
footer