MCPcopy 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

1class 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_mazeFunction · 0.85
PositionClass · 0.85
escape_routeFunction · 0.85
printFunction · 0.50

Tested by

no test coverage detected