Mj23366 e057be831f first commit 1 рік тому
..
README.md e057be831f first commit 1 рік тому
interval_heap.hpp e057be831f first commit 1 рік тому
main.cpp e057be831f first commit 1 рік тому
priority_deque.hpp e057be831f first commit 1 рік тому
priority_deque_verify.hpp e057be831f first commit 1 рік тому

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.