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.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
rameshputalapattu/heapq
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published