Commit Graph

152 Commits (3d1014bf630eb3263a45b388aa1f5be34e29d501)
 

Author SHA1 Message Date
Emir Pasic 8eefb7e191 Update .travis.yml 8 years ago
Emir Pasic 342ccbef84 - naming conventions (calling interfaces by what they are) 8 years ago
Emir Pasic 3b3edfc539 - naming conventions (calling interfaces by what they are) 8 years ago
Emir Pasic 98bde950bc Merge branch 'master' into enumerable 8 years ago
Emir Pasic 69dacb6c69 - remove debugging info 8 years ago
Emir Pasic 04706e8d03 - start on enumarables (arraylist implemented) 8 years ago
Emir Pasic a35f503961 Merge pull request #11 from emirpasic/list_insert
List inserts
8 years ago
Emir Pasic 56b8a59488 - update all lists to use "value" terminology for coherence, e.g. Add(values...) rather than Add(elements...) 8 years ago
Emir Pasic dd0fbaa365 - add insert for doublylinkedlist 8 years ago
Emir Pasic 875dab737f - add insert for singlylinkedlist 8 years ago
Emir Pasic c7abdd28b3 - add insert for list and arraylist 8 years ago
Emir Pasic 888e7f29b1 Merge pull request #10 from emirpasic/treemap_min_max
Additions to red-black tree and tree map
8 years ago
Emir Pasic 16d751cd27 - Add Min() and Max() function to the tree map with test and documentation update 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 160299d0f7 - fix spelling mistake everywhere (expacted -> expected) and go vet/fmt 8 years ago
Emir Pasic 84af8bb166 Merge pull request #9 from vlad-alexandru-ionescu/master
Add ability to get leftmost (minimum) and rightmost (maximum) keys in…
8 years ago
Vlad Alexandru Ionescu 6bfa9f318d Add ability to get leftmost (minimum) and rightmost (maximum) keys in treemap. 9 years ago
Emir Pasic f9305332a4 - expose comparator in binary heap
- fix comment
9 years ago
Emir Pasic e23a60aaae Merge pull request #5 from emirpasic/redblacktree-node-export
- expose Comparator in redblacktree and include @otnt changes
9 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
Emir Pasic 35539c048b Merge pull request #4 from otnt/master
Add Ceiling and Floor functions to redblacktree
9 years ago
Emir Pasic 351cf24f70 expose comparator in redblacktree 9 years ago
otnt 932f9b3f1e Ceiling and Floor function have two return parameter instead of three 9 years ago
otnt 369081ad55 merge conflict 9 years ago
otnt 5b1fc47581 move Ceiling and Floor function to redblacktreeextend 9 years ago
OTNT a8ae25bd2e Update redblacktree_test.go
Fix name mismatch.
9 years ago
otnt 9ad5e914f6 modify comment 9 years ago
otnt f7f48e7628 add ceiling and floor function to redblacktree 9 years ago
Emir Pasic 6fb76b553f Merge pull request #3 from emirpasic/redblacktree-node-export
Red-Black Tree Extensions
9 years ago
Emir Pasic 87ab028182 - update documentation to account for changes in the red-black tree (exposing root) 9 years ago
Emir Pasic 8dab13c925 - expose the root of the red-black tree to allow custom tree traversal 9 years ago
Emir Pasic 4257bbbae3 Merge pull request #1 from buddhamagnet/master
Correct examples
10 years ago
buddhamagnet 59e8cf4cdd correct examples 10 years ago
Emir Pasic 538ed6b0eb documentation example on swap method 10 years ago
Emir Pasic 9f6dbf940a add swap method on all lists 10 years ago
Emir Pasic c50f07c2ac binary heap (examples and documentation) 10 years ago
Emir Pasic bc2bc08324 binary heap 10 years ago
Emir Pasic 092a115642 - add swap method to arraylist (consider adding this on all lists) 10 years ago
Emir Pasic 133677039b change growth factor to doube 10 years ago
Emir Pasic 48ad2d72e6 go vetting 10 years ago
Emir Pasic 67f317df5a make linked list stack use our singly linked list 10 years ago
Emir Pasic 3aa1340d55 singly linked list (test+documentation). simplify of doubly linked list remove method 10 years ago
Emir Pasic e112848ae9 documentation on doubly linked list 10 years ago
Emir Pasic af024c9a3e documentation on doubly linked list 10 years ago
Emir Pasic 1eafbc82c5 doubly linked list 10 years ago
Emir Pasic 99a0e60c8e Update README.md 10 years ago
Emir Pasic 7c7da288e2 examples update on sorts 10 years ago
Emir Pasic c5826ac043 sorting on containers, lists and as a utils method (test+documentation) 10 years ago
emirpasic c6c71809f9 - starting work on sorting functions using tim's sort obtained from [https://github.com/psilva261/timsort] 10 years ago