|
7 달 전 | |
---|---|---|
.. | ||
README.md | 7 달 전 | |
interval_heap.hpp | 7 달 전 | |
main.cpp | 7 달 전 | |
priority_deque.hpp | 7 달 전 | |
priority_deque_verify.hpp | 7 달 전 |
Priority-Deque
==============
This project is my implementation of a double-ended priority queue (a priority deque) as a C++ class template.
Goals: Interface similar to STL's priority_queue. Performance competitive with STL's priority_queue. Provide the strongest exception-safety guarantee possible without compromising performance.