GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, Enumerables, Sort, JSON
go
map
golang
set
list
tree
data-structure
avl-tree
stack
iterator
sort
red-black-tree
enumerable
binary-heap
b-tree
-
Updated
Apr 26, 2021 - Go
If you have in your posession code or have seen code in the wild that you would like to share via the
examples
folder of rubico, please contribute. You can make a pull request directly and I will review it. I suppose it goes without saying that it should have something to do with rubico.The examples should be runnable in the browser.