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 e542952 commit 1a09ff3Copy full SHA for 1a09ff3
1 file changed
matrix/count_islands_in_matrix.py
@@ -14,7 +14,7 @@ class Matrix: # Public class to implement a graph
14
"""
15
16
def __init__(self, row: int, col: int, graph: list[list[bool]]) -> None:
17
- """Initialzes the matrix with the given number of rows, columns and matrix.
+ """Initializes the matrix with the given number of rows, columns and matrix.
18
Args:
19
row (int): number of rows in the matrix
20
col (int): number of columns in the matrix
0 commit comments