Commit Graph

466 Commits (master)
 

Author SHA1 Message Date
Emir Pasic e8e0d26a6f Update README.md 7 years ago
Emir Pasic 4673683cbc Update enumerable.go 7 years ago
Emir Pasic aae97c7363 Merge pull request #56 from spewspews/fastredblack
speed up redblack put performance
7 years ago
Benjamin Scher Purcell 08df807efe speed up redblack put performance 7 years ago
Emir Pasic f6c17b5248 Merge pull request #53 from emirpasic/json
JSON serialization (marshaling) / deserialization (unmarshaling)
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 42d0c04ae7 - serialization example 7 years ago
Emir Pasic 232f8d8a62 - tree-map and tree-bidi-map (de)serialization 7 years ago
Emir Pasic 7eadb02f45 - all trees (de)serialization 7 years ago
Emir Pasic 911a9d76cf - hash bidi map (de)serialization 7 years ago
Emir Pasic b3ac670248 - all stacks (de)serialization 7 years ago
Emir Pasic 706042c8bc - hash map (de)serialization 7 years ago
Emir Pasic 0887bbc9f4 - ToString function to convert to string from any type 7 years ago
Emir Pasic 50b47dce4b - JSON serialization for all sets 7 years ago
Emir Pasic 696bb0e577 - JSON serialization for all lists (test for singly linked list) 7 years ago
Emir Pasic 0dcb10bcab - JSON serialization for all lists 7 years ago
Emir Pasic 51d19e739f Merge pull request #52 from emirpasic/development
Fix doubly linked list's element's previous pointer when inserting
7 years ago
Emir Pasic e78a91731a - Fix doubly linked list's element's prev pointer when inserting 7 years ago
Emir Pasic f2025ad180 Merge pull request #51 from emirpasic/development
Development
7 years ago
Emir Pasic 65ced7c422 - avl tree documentation and example 7 years ago
Emir Pasic 42299026d8 - flip the output of avl tree (swap left with right children in output to mimick the output given by red-black tree) 7 years ago
Emir Pasic bf32da08f2 - mimicking iterator behavior as with red-black tree (copied/pasted same test from red-black tree and fixed the iterator logic) 7 years ago
Emir Pasic 240822f445 - avl tree: reshuffle functions around to resemble the red-black tree ordering of functions (makes it easier to maintain code of various trees) 7 years ago
Emir Pasic 9f8722300a - AVL tree, remove dynamic func initialization within a func, simply extract those put/remove func on its own 7 years ago
Emir Pasic d6611c11d3 - getting rid of min/max from avl tree for now, until we figure out if these should be implemented on all trees (probably, yes) 7 years ago
Emir Pasic 31294e57de - remove copy-constructor like initialization in avl tree, could be ambiguous for clients of what the output might be. an explicit initialization with explicit comparator is a lot more obvious, more code, but more obvious. 7 years ago
Emir Pasic 59734f8164 - avl tree: expose children and parent nodes, can be useful when extending structure to have access to these 7 years ago
Emir Pasic f480e9419a - simplify avl tree by exposing its comparator , i.e. del getter for comparator 7 years ago
Emir Pasic 6f20e11a99 - remove logging and panics from avl tree 7 years ago
Emir Pasic dbba07eb57 - go fmt/vet 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 6c67eb0b06 - revert some of changes coming from avl tree merge 7 years ago
Emir Pasic b5004c7e71 - fix import path 7 years ago
Emir Pasic cac4f90f91 - move license of avl tree to root's license 7 years ago
Emir Pasic ed0e0ff58c Merge pull request #47 from spewspews/master
Add AVL trees
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 3389248bfc - time comparator fmt and documentation update 7 years ago
Emir Pasic 7d8a6c1533 Merge pull request #42 from RichardHightower/master
TimeComparator
7 years ago
Emir Pasic 9407a8206e - update readme about contributions (should go into development) 7 years ago
Benjamin Scher Purcell 38b9436208 fix tests 7 years ago
Benjamin Scher Purcell c49ab09dea fix more travis issues 7 years ago
Benjamin Scher Purcell b8c9d1188f fix travis errors 7 years ago
Benjamin Scher Purcell 5507a9ec4d Revert "fix import paths back to emirpasic" The paths have to point to spewspews for the build to succeed
This reverts commit 6da2e38be5.
7 years ago
Benjamin Scher Purcell 6da2e38be5 fix import paths back to emirpasic 7 years ago
Benjamin Scher Purcell dfbd06908b fix golint issues 7 years ago
Benjamin Scher Purcell 0e4eb1c32c convert treemap in the same way as treeset 7 years ago
Benjamin Scher Purcell 67a0d2f547 Make treeset take an interface, make the trees satisfy that interface 7 years ago
Benjamin Scher Purcell d84c1f0a42 fix documentation 7 years ago