Algorithm Study

[leetcode] 200. Number of islands (medium)

hyun-1200 2022. 9. 13. 22:57

https://leetcode.com/problems/number-of-islands/

 

Number of Islands - LeetCode

Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview.

leetcode.com

 

 

 

1로 이루어진 영역 구하기 문제이다.

일반적인 dfs문제로 범위구하기로 푸니 금방 풀었다.