Posted 2022-03-24알고리즘 / LeetCodeLeetCode - Flood Fill (Javascript) 타겟 넘버와 연결되어 있는 요소들을 모두 새로운 색(숫자)으로 변환시키는 문제였다. 문제 설명Read more
Posted 2022-03-24알고리즘 / LeetCodeLeetCode - Max Area of Island (Javascript) Description 위에서 풀었던 문제와 굉장히 유사하다. 그냥 그 문제에서 최대 넓이만 구하면 되는 문제다! Read more
Posted 2022-03-24알고리즘 / LeetCodeLeetCode - Number of Islands (Javascript) DescriptionGiven 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.Read more