We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fae9d5 commit 9da28b0Copy full SHA for 9da28b0
backtracking/coloring.py
@@ -21,7 +21,7 @@ def valid_coloring(
21
If all neighbours validate the constraint return True
22
23
Parameters:
24
- neighbours (list[int]): The list representing which vertices
+ neighbours: The list representing which vertices
25
are adjacent to the current vertex.
26
1 indicates an edge between the current vertex
27
and the neighbour.
0 commit comments