Commit Graph

295 Commits (5ef8ba68000bb7e5d989c04bebcdcafa5668459f)
 

Author SHA1 Message Date
Emir Pasic 5ef8ba6800
Merge pull request #88 from emirpasic/development
List bulk initialization
7 years ago
emirpasic c6630349c4 - bulk initialization for lists 7 years ago
Emir Pasic cbce439b4e
Merge pull request #61 from Spriithy/feature/list_constructors
Added bulk constructors for arraylists & (doubly)-linked-lists
7 years ago
emirpasic 370f7ab252 - fix https://github.com/emirpasic/gods/issues/85 7 years ago
emirpasic 17852f48a5 - update documentation and comments 7 years ago
Emir Pasic a6e6101bb0
Merge pull request #87 from bminer/master
Added `Set(index, value)` method to all Lists (closes #86)
7 years ago
Blake Miner 843fdb4848 Added `Set(index, value)` method to all Lists (closes #86)
Added tests
7 years ago
emirpasic de5d894737 - update documentation, closes #73 7 years ago
emirpasic 8557a87b9f fmt 7 years ago
Emir Pasic 6f0f602e3e
Merge pull request #76 from xtutu/master
optimize array list
7 years ago
Emir Pasic 5f49b99ed9
Merge pull request #81 from meal/readme-update-JSONDeserialization
Update README.md
7 years ago
Mateusz Kozak 92a8a1f980
Update README.md
fix example on how to deserialize key-value JSON
7 years ago
Emir Pasic bba54c718c
Merge pull request #80 from emirpasic/revert-79-revert-78-gofmt-2018-Jun-17-00-39
Revert "Revert "gofmt""
7 years ago
Emir Pasic 65869799a0
Revert "Revert "gofmt"" 7 years ago
Emir Pasic 937573a202
Merge pull request #79 from emirpasic/revert-78-gofmt-2018-Jun-17-00-39
Revert "gofmt"
7 years ago
Emir Pasic 076c527d93
Revert "gofmt" 7 years ago
Emir Pasic 8c6c64e99f
Merge pull request #78 from whilei/gofmt-2018-Jun-17-00-39
gofmt
7 years ago
ia 55e94ab1e3 all: gofmt
Run standard gofmt command on project root.

- go version go1.10.3 darwin/amd64

Signed-off-by: ia <isaac.ardis@gmail.com>
7 years ago
xtutu 5d06966e29 optimize array list 7 years ago
Emir Pasic b2394dfbb6
Merge pull request #69 from mahadevTW/indexOfMethod
Index of method
8 years ago
Mahadev 8a171863a0 Add IndexOf method to DoublyLinkedList 8 years ago
Mahadev e709a4b5ea Add IndexOf method to SinglyLinkedList 8 years ago
Mahadev f246a54621 Add IndexOf method to ArrayList 8 years ago
Emir Pasic 8a038b0103 Merge pull request #65 from dvrkps/patch-1
travis: update go versions
8 years ago
Davor Kapsa 39cc6fb03a travis: update go versions 8 years ago
Emir Pasic b078911879 Merge pull request #64 from eugecm/fix_inconsistent_use_of_tabs_spaces
Fixed inconsistent use of tabs and spaces in README.md examples
8 years ago
Eugenio Cano-Manuel 576b606224 replaced ^\s for ^<tab> in code examples 8 years ago
Spriithy 12451bdcc6 Added bulk constructors for arraylists & (doubly)-linked-lists 8 years ago
Emir Pasic c4fc0ef8b1 Update README.md 8 years ago
Emir Pasic e8e0d26a6f Update README.md 8 years ago
Emir Pasic 4673683cbc Update enumerable.go 8 years ago
Emir Pasic aae97c7363 Merge pull request #56 from spewspews/fastredblack
speed up redblack put performance
8 years ago
Benjamin Scher Purcell 08df807efe speed up redblack put performance 9 years ago
Emir Pasic f6c17b5248 Merge pull request #53 from emirpasic/json
JSON serialization (marshaling) / deserialization (unmarshaling)
9 years ago
Emir Pasic febc429423 - update documentation on serialization 9 years ago
Emir Pasic 2752136e4c - update documentation on serialization 9 years ago
Emir Pasic 42d0c04ae7 - serialization example 9 years ago
Emir Pasic 232f8d8a62 - tree-map and tree-bidi-map (de)serialization 9 years ago
Emir Pasic 7eadb02f45 - all trees (de)serialization 9 years ago
Emir Pasic 911a9d76cf - hash bidi map (de)serialization 9 years ago
Emir Pasic b3ac670248 - all stacks (de)serialization 9 years ago
Emir Pasic 706042c8bc - hash map (de)serialization 9 years ago
Emir Pasic 0887bbc9f4 - ToString function to convert to string from any type 9 years ago
Emir Pasic 50b47dce4b - JSON serialization for all sets 9 years ago
Emir Pasic 696bb0e577 - JSON serialization for all lists (test for singly linked list) 9 years ago
Emir Pasic 0dcb10bcab - JSON serialization for all lists 9 years ago
Emir Pasic 51d19e739f Merge pull request #52 from emirpasic/development
Fix doubly linked list's element's previous pointer when inserting
9 years ago
Emir Pasic e78a91731a - Fix doubly linked list's element's prev pointer when inserting 9 years ago
Emir Pasic f2025ad180 Merge pull request #51 from emirpasic/development
Development
9 years ago
Emir Pasic 65ced7c422 - avl tree documentation and example 9 years ago