sssp ![code/__HELPERS/paths/sssp.dm 196](git.png)
Single source shortest path Generates a flow map of a reachable turf -> the turf next closest to the map's center
Vars | |
working_distances | List of distances, each entry mirrors an entry in the working_queue |
---|---|
working_index | Our current position in the working queue |
working_queue | Ever expanding list of turfs to visit/visited, associated with the turf that's next closest to them |
Var Details
working_distances ![code/__HELPERS/paths/sssp.dm 200](git.png)
List of distances, each entry mirrors an entry in the working_queue
working_index ![code/__HELPERS/paths/sssp.dm 204](git.png)
Our current position in the working queue
working_queue ![code/__HELPERS/paths/sssp.dm 198](git.png)
Ever expanding list of turfs to visit/visited, associated with the turf that's next closest to them