Mj23366 e057be831f first commit 6 months ago
..
README.md e057be831f first commit 6 months ago
interval_heap.hpp e057be831f first commit 6 months ago
main.cpp e057be831f first commit 6 months ago
priority_deque.hpp e057be831f first commit 6 months ago
priority_deque_verify.hpp e057be831f first commit 6 months ago

README.md

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.