Commit Graph

84 Commits (9500fd4d47e952ad507d93d4cc11fe280d80e093)

Author SHA1 Message Date
dennis 7c93e37d09 README: fix BTree commit 6 years ago
own2pwn 87aa46c680
typo fix 7 years ago
emirpasic 465885c5a3 - linked hashmap documentation and example 7 years ago
emirpasic bd99060a93 - update comments and documentation 7 years ago
Emir Pasic 555738833b
Add LinkedHashSet documentation 7 years ago
emirpasic 17852f48a5 - update documentation and comments 7 years ago
emirpasic de5d894737 - update documentation, closes #73 7 years ago
Mateusz Kozak 92a8a1f980
Update README.md
fix example on how to deserialize key-value JSON
7 years ago
Eugenio Cano-Manuel 576b606224 replaced ^\s for ^<tab> in code examples 8 years ago
Emir Pasic c4fc0ef8b1 Update README.md 8 years ago
Emir Pasic e8e0d26a6f Update README.md 8 years ago
Emir Pasic febc429423 - update documentation on serialization 9 years ago
Emir Pasic 2752136e4c - update documentation on serialization 9 years ago
Emir Pasic 65ced7c422 - avl tree documentation and example 9 years ago
Emir Pasic da92196c08 - update read me on merge branch (leave master, author can always change the target branch to something else before merging into master) 9 years ago
Emir Pasic 9e8ccee73d - time comparator fmt and documentation update 9 years ago
Emir Pasic bbaf5d1c57 Merge pull request #48 from emirpasic/development
Development
9 years ago
Emir Pasic 9407a8206e - update readme about contributions (should go into development) 9 years ago
ferhat elmas 5e31aedca2 readme: simple typo fix 9 years ago
Emir Pasic b5ede7d429 - all comparators for builtin types 9 years ago
Emir Pasic 4ea857183a - optimization to bulk insert into heap as per @cristaloleg suggestion #32 9 years ago
Emir Pasic 62b6e90ed7 - documentation update on removing elements while iterating #28 9 years ago
Emir Pasic 0790df9fd0 - errcheck 9 years ago
Emir Pasic 8e34c656ab Update README.md 9 years ago
Emir Pasic 7728a69eae - benchmarks in documentation 9 years ago
Emir Pasic 63d434cce6 - benchmarks in documentation 9 years ago
Emir Pasic 3066d0de5e - benchmarks in documentation 9 years ago
Emir Pasic ce647c94dd - btree example and documentation 9 years ago
Emir Pasic efcbbe6274 - detailed extensive tests with breakdown on number of elements 9 years ago
Emir Pasic 7c82c74b00 - TreeBidiMap documentation 9 years ago
Emir Pasic 20e2a00f13 - start on treebidimap 9 years ago
Emir Pasic 52d942a053 - hashbidimap documentation and example 9 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)
9 years ago
Emir Pasic b304f5eb58 - add reversible iterators to array stack 9 years ago
Emir Pasic d7a31571cc - add reversible iterators to lists (array list and doubly-linked list)
- documentation and tests updates
9 years ago
Emir Pasic 59bebe43ce - update all documentation to be in godoc style 9 years ago
Emir Pasic 2ccfba5f93 - replace timsort with go's sort 9 years ago
Emir Pasic 7b3992bef3 - replace timsort with go's sort 9 years ago
Emir Pasic faeea55fc9 Update README.md 9 years ago
Emir Pasic 4d3c47ce2a - go report badge 9 years ago
Emir Pasic 0631cc2647 Update README.md 9 years ago
Emir Pasic f3b33064fa - update examples and documentation 9 years ago
Emir Pasic 8aba2d70fe - update main documentation
- create examples for enumerables operations
9 years ago
Emir Pasic beb6027d2f - documentation updates 9 years ago
Emir Pasic 07e8634b62 Update README.md 9 years ago
Emir Pasic 49c50d0c4d Update README.md 9 years ago
Emir Pasic 342ccbef84 - naming conventions (calling interfaces by what they are) 9 years ago
Emir Pasic 56b8a59488 - update all lists to use "value" terminology for coherence, e.g. Add(values...) rather than Add(elements...) 9 years ago
Emir Pasic dd0fbaa365 - add insert for doublylinkedlist 9 years ago
Emir Pasic 875dab737f - add insert for singlylinkedlist 9 years ago