Skip to content

Data Structure

Libraries

  • emirpasic/gods - GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
  • zyedidia/generic - A collection of generic data structures written in Go.
  • go-typ/typ - Generic types and functions that are missing from Go, including sets, linked lists, trees, etc.
  • golang-design/go2generics - A chunk of experiments and demos about Go 2
  • oleiade/lane - Generic PriorityQueues, Queues, Stacks, and Deque data structures for Go
Back to top