Skip to content

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

License

Notifications You must be signed in to change notification settings

tomakado/containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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