/PriorityQueue

A simple implementation of a priority queue using the heap. I just wrote this to learn more about make heap. The stdlib std::priority_queue is the obvious superior choice.

Primary LanguageC++MIT LicenseMIT

PriorityQueue

A simple implementation of a priority queue using the heap. I just wrote this to learn more about make heap. The stdlib std::priority_queue is the obvious superior choice.