sssp
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
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