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
-
Updated
Nov 3, 2021 - Go


If you have in your posession code or have seen code in the wild that you would like to share via the
examplesfolder 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.