Skip to content

Commit 4b44751

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9f9f436 commit 4b44751

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

genetic_algorithm/adjacency_representation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
https://en.wikipedia.org/wiki/Adjacency_list
1313
"""
1414

15+
1516
def adjacency_vector_closed(path: list[str], nodes: list[str]) -> list[str]:
1617
"""
1718
Generate adjacency vector for a closed tour.

0 commit comments

Comments
 (0)