Mj23366 e057be831f first commit il y a 6 mois
..
README.md e057be831f first commit il y a 6 mois
interval_heap.hpp e057be831f first commit il y a 6 mois
main.cpp e057be831f first commit il y a 6 mois
priority_deque.hpp e057be831f first commit il y a 6 mois
priority_deque_verify.hpp e057be831f first commit il y a 6 mois

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.