Skip to content

blevz/Go-Datastructures

Repository files navigation

Data Structures:

  • set (Basic unordered set of things)
  • dset (disjount set/ union find set)
  • TDArray (two dimensional array)
  • Stack (LIFO Top, pop, push)
  • Queue (FIFO front, pop, push)
  • BTree (binary tree)

In Progress

  • Tree (Tree with no limit on number of children)
  • Equation (Represent mathematical equations in an AST)
  • Matrix
  • Graph representations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages