containers icon indicating copy to clipboard operation
containers copied to clipboard

Collection of simple generic data structures currently missing in Go's standard library.

containers Go Reference Coverage Status Go Report Card

Collection of simple generic data structures currently missing in Go's standard library.

Install

go get -u go.tomakado.io/containers

Data structures

  • Set
    • Unordered (hash set)
    • [TODO] Ordered
  • List
  • Queue
  • Stack
  • [TODO] Heap
  • Tree
    • N-ary tree
    • Binary tree