Binary heap priority queues in Go
Go to file
Josh Baker 1feaf062ef len function 2017-05-01 13:16:32 -07:00
LICENSE first commit 2017-05-01 12:53:51 -07:00
README.md first commit 2017-05-01 12:53:51 -07:00
tinyqueue.go len function 2017-05-01 13:16:32 -07:00
tinyqueue_test.go first commit 2017-05-01 12:53:51 -07:00

README.md

tinyqueue

GoDoc

tinyqueue is a Go package for binary heap priority queues. Ported from the tinyqueue Javascript library.