From f227092d01c2b5c9e326642deba92e651c8d9d69 Mon Sep 17 00:00:00 2001 From: Hong-Phuc Bui <hong-phuc.bui@htwsaar.de> Date: Tue, 24 Jun 2025 10:54:46 +0200 Subject: [PATCH] use flatt directory structure --- stundenplan/src/shortestpath.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/stundenplan/src/pygraph/shortestpath.py b/stundenplan/src/shortestpath.py similarity index 98% rename from stundenplan/src/pygraph/shortestpath.py rename to stundenplan/src/shortestpath.py index 5d3e2af..824de12 100644 --- a/stundenplan/src/pygraph/shortestpath.py +++ b/stundenplan/src/shortestpath.py @@ -1,7 +1,7 @@ import collections from typing import Mapping -from pygraph.graphdemo import Graph +from graphdemo import Graph def bfs(g: Graph, start: int) -> Graph: -- Gitblit v1.10.0