Commit Graph

18 Commits (240822f445e48bcd678e2d2e5f17fde1b3095284)

Author SHA1 Message Date
Emir Pasic dbba07eb57 - go fmt/vet 9 years ago
Emir Pasic 6c67eb0b06 - revert some of changes coming from avl tree merge 9 years ago
Benjamin Scher Purcell 38b9436208 fix tests 9 years ago
Benjamin Scher Purcell c49ab09dea fix more travis issues 9 years ago
Emir Pasic 0790df9fd0 - errcheck 9 years ago
Emir Pasic efcbbe6274 - detailed extensive tests with breakdown on number of elements 9 years ago
Emir Pasic b38c99bf33 - btree deletion fixes with more tests (done) 9 years ago
Emir Pasic 288c1a4ca3 - btree deletion with tests 9 years ago
Emir Pasic eb4171fdb0 - btree Keys() and Values() implemented with tests (using iterator) 9 years ago
Emir Pasic 53898058bb - btree iterator implemented with tests 9 years ago
Emir Pasic 76711f5b71 - btree don't allow order less than 3
- btree Left(), Right(), LeftKey(), RightKey(), LeftValue(), RightValue() implementation with tests
9 years ago
Emir Pasic 4e3ff20469 - btree get and put tests 9 years ago
Emir Pasic 9663093961 - btree put fixes 9 years ago
Emir Pasic 2df9ce1ab5 - btree put fixes 9 years ago
Emir Pasic eecaef5625 - btree Height() and String() implementations 9 years ago
Emir Pasic ab73314ad4 - btree expose its root, nodes and entries (for extension purposes) 9 years ago
Emir Pasic 28b826151a - btree insertion with tests 9 years ago
Emir Pasic 9563b15010 - btree insertion with tests 9 years ago