[][src]Module cjdns_snode::pathsearch::frontier

Frontier for the Dijkstra algorithm.

Structs

Frontier

Frontier for the Dijkstra algorithm. Internally uses binary search to maintain priority queue and hashmap-based index.