Commit Graph

100 Commits (master)

Author SHA1 Message Date
Emir Pasic d7a31571cc - add reversible iterators to lists (array list and doubly-linked list)
- documentation and tests updates
8 years ago
Emir Pasic 59bebe43ce - update all documentation to be in godoc style 8 years ago
Emir Pasic 2ccfba5f93 - replace timsort with go's sort 8 years ago
Emir Pasic 7b3992bef3 - replace timsort with go's sort 8 years ago
Emir Pasic faeea55fc9 Update README.md 8 years ago
Emir Pasic 4d3c47ce2a - go report badge 8 years ago
Emir Pasic 0631cc2647 Update README.md 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 beb6027d2f - documentation updates 8 years ago
Emir Pasic 07e8634b62 Update README.md 8 years ago
Emir Pasic 49c50d0c4d Update README.md 8 years ago
Emir Pasic 342ccbef84 - naming conventions (calling interfaces by what they are) 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 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 87ab028182 - update documentation to account for changes in the red-black tree (exposing root) 8 years ago
buddhamagnet 59e8cf4cdd correct examples 9 years ago
Emir Pasic 538ed6b0eb documentation example on swap method 9 years ago
Emir Pasic c50f07c2ac binary heap (examples and documentation) 9 years ago
Emir Pasic 092a115642 - add swap method to arraylist (consider adding this on all lists) 9 years ago
Emir Pasic 133677039b change growth factor to doube 9 years ago
Emir Pasic 67f317df5a make linked list stack use our singly linked list 9 years ago
Emir Pasic 3aa1340d55 singly linked list (test+documentation). simplify of doubly linked list remove method 9 years ago
Emir Pasic e112848ae9 documentation on doubly linked list 9 years ago
Emir Pasic 99a0e60c8e Update README.md 9 years ago
Emir Pasic 7c7da288e2 examples update on sorts 9 years ago
Emir Pasic c5826ac043 sorting on containers, lists and as a utils method (test+documentation) 9 years ago
emirpasic c6c71809f9 - starting work on sorting functions using tim's sort obtained from [https://github.com/psilva261/timsort] 9 years ago
emirpasic 19ca842c34 - starting work on sorting functions using tim's sort obtained from [https://github.com/psilva261/timsort] 9 years ago
emirpasic f18fd78d3c - documentation (creating a common containers interface for all data structures) 9 years ago
emirpasic 28f559cc09 ArrayList addition (inc. test, example and documentation) 9 years ago
emirpasic fdbea4bd27 - documentation for arraylist 9 years ago
emirpasic 3aa0eeddfb ArrayList addition (inc. test, example and documentation) 9 years ago
emirpasic a2f7d2482e switching to BSD-style license [http://www.reddit.com/r/golang/comments/2y2x5v/gods_data_structures_for_go/cp6a90n] 9 years ago
Emir Pasic 1f7be2eba6 fix in string comparator [-1,0,1] only returns 9 years ago
Emir Pasic 140af0f233 custom comparator example and documentation 9 years ago
Emir Pasic 5c9b18e1aa examples and documentation 9 years ago
Emir Pasic 6a23043927 readme update 9 years ago
Emir Pasic 09f75253fe optimizing the array stack to shrink array by factor of 1.5, now array stack is faster than linked list stack 9 years ago
Emir Pasic 50875b13a8 Update README.md 9 years ago
Emir Pasic 17d52145c8 Update README.md 9 years ago
Emir Pasic 99fede07ea update readme - start writing some documentation 9 years ago
Emir Pasic 74d7895cfb array stack (with tests and benchmarks - kinda slow in comparison to the linked list stack) 9 years ago
Emir Pasic e6a3d890f3 Update README.md 9 years ago
Emir Pasic d600e08911 Update README.md 9 years ago
Emir Pasic 7c1efaf8f6 readme 9 years ago