Skip to content

Commit 050224f

Browse files
author
Priyal595
committed
Added the doctests - Contributes to #9943
1 parent 1a09ff3 commit 050224f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

matrix/count_islands_in_matrix.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ class Matrix: # Public class to implement a graph
1212
>>> matrix2.count_islands()
1313
1
1414
"""
15-
1615
def __init__(self, row: int, col: int, graph: list[list[bool]]) -> None:
1716
"""Initializes the matrix with the given number of rows, columns and matrix.
1817
Args:

0 commit comments

Comments
 (0)