Skip to main content

Crate a_star

Crate a_star 

Source

Structs§

AStar
Responsible for performing searches using the A* algorithm.
MinHeap
A binary min-heap implementation of the discovered set.
NodeCost
A node with an associated cost.
Path
A node path.

Traits§

DiscoveredSet
Responsible for keeping track of the discovered nodes.
Graph
Responsible for providing the graph structure for A* search.