mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-17 03:07:35 +00:00
Removing another unnecessary comment. Addressing a requested change on #12555
This commit is contained in:
parent
c014af947c
commit
d02fb3b453
@ -73,8 +73,6 @@ class Matrix: # Public class to implement a graph
|
|||||||
|
|
||||||
def count_islands(self) -> int:
|
def count_islands(self) -> int:
|
||||||
"""
|
"""
|
||||||
Counts the number of islands in the matrix.
|
|
||||||
|
|
||||||
>>> m = Matrix([[True, True, False, False],
|
>>> m = Matrix([[True, True, False, False],
|
||||||
... [False, True, False, True],
|
... [False, True, False, True],
|
||||||
... [True, False, False, True]])
|
... [True, False, False, True]])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user