Commit Graph

29 Commits (e709a4b5ea88c8f3f566c8c8cea95a3e529d52a4)

Author SHA1 Message Date
Emir Pasic 42d0c04ae7 - serialization example 8 years ago
Emir Pasic 65ced7c422 - avl tree documentation and example 8 years ago
Emir Pasic ce647c94dd - btree example and documentation 8 years ago
Emir Pasic 7c82c74b00 - TreeBidiMap documentation 8 years ago
Emir Pasic d8c5aa20eb - TreeBidiMap example implemented
- TreeMap string output fixed to be consistent with other maps
8 years ago
Emir Pasic 52d942a053 - hashbidimap documentation and example 8 years ago
Emir Pasic 213367f1ca - replace long bsd text with short in all .go files 8 years ago
Emir Pasic e49a74aa91 - test iterator end on reverse-iterable data structures
- fix red-black tree iteration with explicit begin and end states
- examples for iterators (with index and key) (with forward and reverse iteration)
8 years ago
Emir Pasic f052c96069 - iterator end on reverse-iterable data structures 8 years ago
Emir Pasic 2ccfba5f93 - replace timsort with go's sort 8 years ago
Emir Pasic ef9baa808a - golint 8 years ago
Emir Pasic f3b33064fa - update examples and documentation 8 years ago
Emir Pasic 8aba2d70fe - update main documentation
- create examples for enumerables operations
8 years ago
Emir Pasic d13e3d6b6a - Add Left(), Right(), Floor() and Ceiling() function to the red black tree with test and documentation update 8 years ago
Emir Pasic 60c53a79f0 - expose Comparator in redblacktree and include @otnt changes 9 years ago
Emir Pasic 7ecff11d2d - revert, build failing 9 years ago
otnt 932f9b3f1e Ceiling and Floor function have two return parameter instead of three 9 years ago
otnt 5b1fc47581 move Ceiling and Floor function to redblacktreeextend 9 years ago
Emir Pasic 87ab028182 - update documentation to account for changes in the red-black tree (exposing root) 9 years ago
Emir Pasic c50f07c2ac binary heap (examples and documentation) 10 years ago
Emir Pasic 092a115642 - add swap method to arraylist (consider adding this on all lists) 10 years ago
Emir Pasic 3aa1340d55 singly linked list (test+documentation). simplify of doubly linked list remove method 10 years ago
Emir Pasic af024c9a3e documentation on doubly linked list 10 years ago
Emir Pasic 7c7da288e2 examples update on sorts 10 years ago
emirpasic 28f559cc09 ArrayList addition (inc. test, example and documentation) 10 years ago
emirpasic 3aa0eeddfb ArrayList addition (inc. test, example and documentation) 10 years ago
emirpasic a2f7d2482e switching to BSD-style license [http://www.reddit.com/r/golang/comments/2y2x5v/gods_data_structures_for_go/cp6a90n] 10 years ago
Emir Pasic 140af0f233 custom comparator example and documentation 10 years ago
Emir Pasic 5c9b18e1aa examples and documentation 10 years ago