Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 164 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 164 Bytes

Fake Min-Max Heaps

Implementation of a templated C++ class MinMaxHeap that supports:

  • insert
  • deleteMin
  • deleteMax
  • O( log n ) time for each operation