There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A generic implementation of heap based priority queue. Takes advantage of generics recently made available in go. The API is more idiomatic and is in par with other implementations like heapq in python or PriorityQueue in Java