Commit Graph

19 Commits (b3ac670248db667ea35cba6571b6484ca49d52ce)

Author SHA1 Message Date
Emir Pasic b3ac670248 - all stacks (de)serialization 9 years ago
Emir Pasic efcbbe6274 - detailed extensive tests with breakdown on number of elements 9 years ago
Emir Pasic 213367f1ca - replace long bsd text with short in all .go files 9 years ago
Emir Pasic 57162feff5 - rename Reset() to Begin() in iterators (this will allow End() which will make reverse loops more readable) 9 years ago
Emir Pasic cbc23a5b79 - test iterator first on all iterable data structures 9 years ago
Emir Pasic 3d1014bf63 - test iterator last on all structures with reversible iterators 9 years ago
Emir Pasic 3a938233a0 - test iterator reset on all structures 9 years ago
Emir Pasic b304f5eb58 - add reversible iterators to array stack 9 years ago
Emir Pasic fe7fb7b07b - refactor stacks' tests 9 years ago
Emir Pasic f35d68c85d - add iterator to linked list stack 9 years ago
emirpasic 8e5760a16e - make ArrayStack make use of our ArrayList
- add Values() method to stacks interface
- write tests
11 years ago
emirpasic 28f559cc09 ArrayList addition (inc. test, example and documentation) 11 years ago
emirpasic 3aa0eeddfb ArrayList addition (inc. test, example and documentation) 11 years ago
emirpasic a2f7d2482e switching to BSD-style license [http://www.reddit.com/r/golang/comments/2y2x5v/gods_data_structures_for_go/cp6a90n] 11 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 11 years ago
Emir Pasic 74d7895cfb array stack (with tests and benchmarks - kinda slow in comparison to the linked list stack) 11 years ago
Emir Pasic a2b057ed41 red-black tree, get keys and values in-order (with tests) 11 years ago
Emir Pasic eff67601ed more documentation added on linked list stack. String() method of linked list stack changed 11 years ago
Emir Pasic 2ac9c4d384 - implemented linke list stack - minor changes on other libs - tests included 11 years ago