Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 267 Bytes

File metadata and controls

12 lines (7 loc) · 267 Bytes

priorty_queue

利用container/heap实现优先队列

Installation

Get the library with

go get github.com/net20121222/priorty_queue.git

You can also add the cli app directly to your $GOPATH/bin with

go get github.com/net20121222/priorty_queue.git