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...
Sur cette page du site, vous pouvez voir la vidéo en ligne 1905. Count Sub Islands | Leetcode | Daily Problem | Graph | DFS | Medium | Java Solution durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Code Monger 28 août 2024, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 33 fois et il a aimé 0 téléspectateurs. Bon visionnage!