Description: | GoDS (Go Data Structures)
Implementation of various data structures and algorithms in Go.
Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet), Lists
(ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack,
ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap), Trees
(RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, Enumerables,
Sort, JSON
This package contains the source code needed for building packages that
reference the following Go import paths:
– github.com/emirpasic/gods |