Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 294 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 294 Bytes

HeapMap

Heap Map (also known as a Priority Map) is a data structure that has both Heap (Priority Queue) and Map functionality. This is a simple and lightweight implementation of HeapMap in Go.

For examples, take a look at here.