Skip to content

pombredanne/algo

Repository files navigation

algo

An eclectic library of general-purpose algorithms and data structures for Go.

Highlights:

  • Bloom filters
  • LRU caches
  • Specialized sorting algorithms
  • Extended math library
  • Graph package

To install:

go get github.com/larsmans/algo/...

Documentation: https://godoc.org/github.com/larsmans/algo

About

A library of algorithms and data structures for Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages