Skip to content

Commit 6c7c29b

Browse files
committed
restructure
1 parent cb81c41 commit 6c7c29b

4 files changed

Lines changed: 1 addition & 1 deletion

File tree

__init__.py

Whitespace-only changes.

competitivepython/__init__.py

Whitespace-only changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# __init__.py
22
from .bfs import breadth_first_search
33
from .dfs import depth_first_search
4-
from .dijkstra import dijkstra
4+
from .dijkstra_shortest_path import dijkstra
55

66
__all__ = ['breadth_first_search', 'depth_first_search', 'dijkstra']
77

File renamed without changes.

0 commit comments

Comments
 (0)