Leetcode 문제 이번에 풀어볼 문제는 리트코드 200번 문제 Number of Islands 이다. 우선 문제를 살펴보자. 리트코드 200번 문제 Number of Islands 링크 Number of Islands - LeetCode Number of Islands - LeetCode Can you solve this real interview question? Number of Islands - Given an m x n 2D binary grid grid which represents a map of '1's (land) and '0's (water), return the number of islands. An island is surrounded by water and is formed by..