https://leetcode.com/problems/number-of-islands/
입력값
11110 11010 11000 00000
출력값
1
행렬 단위로 모든 그래프 내에서 육지를 찾아 진행하다가 육지가 나오면 인접 육지를 탐색한다.