Commit Graph

100 Commits (master)

Author SHA1 Message Date
Emir Pasic 8ace639fc3 Implements PriorityQueue 2 years ago
Emir Pasic 9606c1a0e8 Implements CircularBuffer 2 years ago
Emir Pasic 5b2385446e Documentation fix 2 years ago
Emir Pasic 6bf61e32be Implements queues, LinkedListQueue and ArrayQueue 2 years ago
Emir Pasic 08cf24a0a0 SonarQube badge 2 years ago
Emir Pasic 05959cbe35 Add release badge 2 years ago
Emir Pasic 92b8f18bff Integrate sourcegraph badge 2 years ago
Emir Pasic 0d3ddc1d74 codeconv integration 2 years ago
Emir Pasic e438e7b77b Set operations: intersection, union, difference 2 years ago
Emir Pasic 7cf7ceab6f Update README 2 years ago
Emir Pasic 74bf8a8b7d Update documentation on JSON serialization with the new json/encoding interface implementation 2 years ago
Emir Pasic d7c0bc8651 Update documentation on JSON serialization with the new json/encoding interface implementation 2 years ago
Emir Pasic 08ae493e8a Implement NextTo and PrevTo for all iterators and containers (index or key, forward-only or reversable) 2 years ago
Emir Pasic 4209f34363 Update license badge 2 years ago
Emir Pasic bf2ab81353 Switching to CircleCI 2 years ago
Emir Pasic bf2f98b8a3 Switching to CircleCI 2 years ago
dennis 7c93e37d09 README: fix BTree commit 5 years ago
own2pwn 87aa46c680
typo fix 5 years ago
emirpasic 465885c5a3 - linked hashmap documentation and example 6 years ago
emirpasic bd99060a93 - update comments and documentation 6 years ago
Emir Pasic 555738833b
Add LinkedHashSet documentation 6 years ago
emirpasic 17852f48a5 - update documentation and comments 6 years ago
emirpasic de5d894737 - update documentation, closes #73 6 years ago
Mateusz Kozak 92a8a1f980
Update README.md
fix example on how to deserialize key-value JSON
6 years ago
Eugenio Cano-Manuel 576b606224 replaced ^\s for ^<tab> in code examples 7 years ago
Emir Pasic c4fc0ef8b1 Update README.md 7 years ago
Emir Pasic e8e0d26a6f Update README.md 7 years ago
Emir Pasic febc429423 - update documentation on serialization 7 years ago
Emir Pasic 2752136e4c - update documentation on serialization 7 years ago
Emir Pasic 65ced7c422 - avl tree documentation and example 7 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) 7 years ago
Emir Pasic 9e8ccee73d - time comparator fmt and documentation update 7 years ago
Emir Pasic bbaf5d1c57 Merge pull request #48 from emirpasic/development
Development
7 years ago
Emir Pasic 9407a8206e - update readme about contributions (should go into development) 7 years ago
ferhat elmas 5e31aedca2 readme: simple typo fix 7 years ago
Emir Pasic b5ede7d429 - all comparators for builtin types 8 years ago
Emir Pasic 4ea857183a - optimization to bulk insert into heap as per @cristaloleg suggestion #32 8 years ago
Emir Pasic 62b6e90ed7 - documentation update on removing elements while iterating #28 8 years ago
Emir Pasic 0790df9fd0 - errcheck 8 years ago
Emir Pasic 8e34c656ab Update README.md 8 years ago
Emir Pasic 7728a69eae - benchmarks in documentation 8 years ago
Emir Pasic 63d434cce6 - benchmarks in documentation 8 years ago
Emir Pasic 3066d0de5e - benchmarks in documentation 8 years ago
Emir Pasic ce647c94dd - btree example and documentation 8 years ago
Emir Pasic efcbbe6274 - detailed extensive tests with breakdown on number of elements 8 years ago
Emir Pasic 7c82c74b00 - TreeBidiMap documentation 8 years ago
Emir Pasic 20e2a00f13 - start on treebidimap 8 years ago
Emir Pasic 52d942a053 - hashbidimap documentation and example 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 b304f5eb58 - add reversible iterators to array stack 8 years ago