You are given two m x n binary matrices grid1 and grid2 containing only 0's (representing water) and 1's (representing land). An island is a group of 1's connected 4-directionally (horizontal or vertical). Any cells outside of the grid are considered water cells.
An island in grid2 is considered a sub-island if there is an island in grid1 that contains all the cells that make up this island in grid2.
Return the number of islands in grid2 that are considered sub-islands.
https://leetcode.com/problems/count-s...
На этой странице сайта вы можете посмотреть видео онлайн 1905. Count Sub Islands | Leetcode | Daily Problem | Graph | DFS | Medium | Java Solution длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Code Monger 28 Август 2024, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 33 раз и оно понравилось 0 зрителям. Приятного просмотра!