Skip to content

Commit 59f4fa1

Browse files
add kruskal
1 parent 3fa8c2d commit 59f4fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ script:
2828
- python Algorithm_tests/graphtheory_tests/kahn_topological_ordering_test.py
2929
- python Algorithm_tests/graphtheory_tests/Djikstra/djikstra_heap_test.py
3030
- python Algorithm_tests/graphtheory_tests/Djikstra/djikstra_naive_test.py
31-
#- python Algorithm_tests/graphtheory_tests/kruskal_unionfind_test.py
31+
- python Algorithm_tests/graphtheory_tests/kruskal_unionfind_test.py
3232
- python Algorithm_tests/graphtheory_tests/prims_algorithm_test.py
3333
- python Algorithm_tests/graphtheory_tests/BFS_test.py
3434
- python Algorithm_tests/graphtheory_tests/DFS_test.py

0 commit comments

Comments
 (0)