We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a09ff3 commit 050224fCopy full SHA for 050224f
1 file changed
matrix/count_islands_in_matrix.py
@@ -12,7 +12,6 @@ class Matrix: # Public class to implement a graph
12
>>> matrix2.count_islands()
13
1
14
"""
15
-
16
def __init__(self, row: int, col: int, graph: list[list[bool]]) -> None:
17
"""Initializes the matrix with the given number of rows, columns and matrix.
18
Args:
0 commit comments