We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa8c2d commit 59f4fa1Copy full SHA for 59f4fa1
.travis.yml
@@ -28,7 +28,7 @@ script:
28
- python Algorithm_tests/graphtheory_tests/kahn_topological_ordering_test.py
29
- python Algorithm_tests/graphtheory_tests/Djikstra/djikstra_heap_test.py
30
- python Algorithm_tests/graphtheory_tests/Djikstra/djikstra_naive_test.py
31
- #- python Algorithm_tests/graphtheory_tests/kruskal_unionfind_test.py
+ - python Algorithm_tests/graphtheory_tests/kruskal_unionfind_test.py
32
- python Algorithm_tests/graphtheory_tests/prims_algorithm_test.py
33
- python Algorithm_tests/graphtheory_tests/BFS_test.py
34
- python Algorithm_tests/graphtheory_tests/DFS_test.py
0 commit comments