Skip to content

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

License

Notifications You must be signed in to change notification settings

rameshputalapattu/heapq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heapq

A new implementation of heap based priority queue taking advantage of generics made recently available in the go programming language. This implementation of priority queue is more idiomatic, type safe and more or less has a similar API to Python's heapq or Java's PriorityQueue.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages