Skip to content

gnanderson/pqueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

## pqueue - Simple Go priority queue ##

pqueue is a very simple priority queue that satisfies the container/heap and
sort interfaces from the Go standard library.

### Install ###

    go get github.com/gnanderson/pqueue

### Usage ###

	see doc/example.go

About

A simple priority queue in Go that satisfies standard library container/heap and sort Interfaces

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages