Skip to content

Generic implementation of slice heap which implements Go's container/heap.Interface

License

Notifications You must be signed in to change notification settings

dakerfp/sliceheap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sliceheap

This package implements a generic heap to avoid boilerplate code to implement Go's heap interface defined in "container/heap".

This package was created in the same spirit of sort.Slice, which a less function is passed as an argument.

The license is the 3-Clause BSD.

About

Generic implementation of slice heap which implements Go's container/heap.Interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages