Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ dijkstra.py
File
dijkstra.py
Python/dijkstra.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
Position:
2
def
__init__(self, north = False, east = False, south = False, west = False, exit = False):
3
self.north = north
4
self.east = east
Callers
nothing calls this directly
Calls
4
create_maze
Function · 0.85
Position
Class · 0.85
escape_route
Function · 0.85
print
Function · 0.50
Tested by
no test coverage detected