Module dijkstra

Module dijkstra 

Source
Expand description

this module implements the Dijkstra’s algorithm for finding the shortest path in a hypergraph this module implements Dijkstra’s shortest-path algorithm for hypergraphs

Structs§

Dijkstra
Dijkstra’s shortest path algorithm for hypergraphs
QueueNode
A node in the priority queue for Dijkstra’s algorithm