Hong-Phuc Bui
2 days ago f227092d01c2b5c9e326642deba92e651c8d9d69
stundenplan/src/shortestpath_tests.py
File was renamed from stundenplan/tests/pygraph/shortestpath_tests.py
@@ -1,7 +1,7 @@
import unittest
from pygraph.graphdemo import Graph
from pygraph.shortestpath import bfs, bfs_dict, find_path, find_path_gpt
from graphdemo import Graph
from shortestpath import bfs, bfs_dict, find_path, find_path_gpt
class ShortestPathTestCase(unittest.TestCase):