https://leetcode.com/problems/flood-fill/
https://leetcode.com/problems/number-of-islands/
https://leetcode.com/problems/island-perimeter/
https://leetcode.com/problems/max-area-of-island/
https://leetcode.com/problems/count-sub-islands/
https://leetcode.com/problems/number-of-closed-islands/description/
'뇌세포덩어리"" > 알고리즘' 카테고리의 다른 글
[leetcode] union find 문제들 (0) | 2023.02.03 |
---|---|
[leetcode] dfs / bfs 재밌는 문제들 (0) | 2023.02.03 |
문자열 검색 알고리즘 ( Brute force search / 라빈 카프 / KMP / Boyer-Moore) (0) | 2021.11.21 |
탐색 (선형 / 이진 / 이진트리) (0) | 2016.05.18 |
정렬 알고리즘 ( 버블 / 선택 / 삽입 / 퀵) (0) | 2016.05.16 |