tomakado / containers

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Go 96.8%Language:Makefile 3.2%