Gods Versions Save

GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more

v1.18.1

2 years ago
  • Fix in ArrayList.Contains function against nil values #205

v1.18.0

2 years ago

v1.17.0

2 years ago

v1.16.0

2 years ago
  • Set operations: intersection, union, difference #195

v1.15.1

2 years ago
  • ToString() util function optimization
  • String() interface function for Container interface to be implemented by all data structures

v1.15.0

2 years ago
  • All data structures implement the json.Marshaler and json.Unmarshaler interfaces #192

v1.14.0

2 years ago
  • GetNode() to find node in AVLTree, BTree, and RedBlackTree by key
  • Size() function for the tree node of AVLTree, BTree, and RedBlackTree to dynamically calculate the size of the subtree
  • Node() function of the iterators for AVLTree, BTree, and RedblackTree to return the actual node at the current iterator position

v1.13.0

2 years ago
  • NextTo and PrevTo iterator functions #189

v1.12.0

5 years ago
  • TreeMap Floor and Ceiling functions #92

v1.12.1

5 years ago
  • TreeMap Floor and Ceiling functions #92
  • Switch to CircleCI #188