Module abstutil::priority_queue
source · Structs§
- Use with
BinaryHeap
. Since it’s a max-heap, reverse the comparison to get the smallest cost first.
BinaryHeap
. Since it’s a max-heap, reverse the comparison to get the smallest cost
first.