Skip to content

Commit 9da28b0

Browse files
Hardvancclauss
andauthored
Update backtracking/coloring.py
Co-authored-by: Christian Clauss <[email protected]>
1 parent 8fae9d5 commit 9da28b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backtracking/coloring.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def valid_coloring(
2121
If all neighbours validate the constraint return True
2222
2323
Parameters:
24-
neighbours (list[int]): The list representing which vertices
24+
neighbours: The list representing which vertices
2525
are adjacent to the current vertex.
2626
1 indicates an edge between the current vertex
2727
and the neighbour.

0 commit comments

Comments
 (0)