You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gods/examples
Emir Pasic d13e3d6b6a - Add Left(), Right(), Floor() and Ceiling() function to the red black tree with test and documentation update 8 years ago
..
arraylist.go - add swap method to arraylist (consider adding this on all lists) 10 years ago
arraystack.go ArrayList addition (inc. test, example and documentation) 10 years ago
binaryheap.go binary heap (examples and documentation) 10 years ago
customcomparator.go ArrayList addition (inc. test, example and documentation) 10 years ago
doublylinkedlist.go documentation on doubly linked list 10 years ago
hashmap.go ArrayList addition (inc. test, example and documentation) 10 years ago
hashset.go ArrayList addition (inc. test, example and documentation) 10 years ago
linkedliststack.go ArrayList addition (inc. test, example and documentation) 10 years ago
redblacktree.go - update documentation to account for changes in the red-black tree (exposing root) 9 years ago
redblacktreeextended.go - Add Left(), Right(), Floor() and Ceiling() function to the red black tree with test and documentation update 8 years ago
singlylinkedlist.go singly linked list (test+documentation). simplify of doubly linked list remove method 10 years ago
sort.go examples update on sorts 10 years ago
treemap.go ArrayList addition (inc. test, example and documentation) 10 years ago
treeset.go ArrayList addition (inc. test, example and documentation) 10 years ago