module Crystalg::Graph::ShortestPath::Dijkstra(C)
Direct including types
Defined in:
crystalg/graph/shortest_path/dijkstra.crInstance Method Summary
- #dijkstra(start : NodeID) : Array(Tuple(C, NodeID | Nil) | Nil)
- #get_dijkstra_path(node_id : NodeID, dijkstra_result : Array(Tuple(C, NodeID | Nil) | Nil)) : Array(NodeID)