Skip to content

Releases: obitech/go-trees

RedBlack Tree: provide InOrder function

22 Jan 13:35
Compare
Choose a tag to compare
v0.5.1

RedBlack: provide InOrder function

RedBlack Tree: allow arbitrary keys

22 Jan 13:23
bf85b1c
Compare
Choose a tag to compare
Merge pull request #6 from obitech/rb-keys

RedBlack: Allow arbitrary keys

Provide Successor function for Interval Tree

19 Jan 07:49
f1da9cb
Compare
Choose a tag to compare
Merge pull request #5 from obitech/gaps

Interval tree: add Successor function

Provide InOrder function for Interval Tree

07 Jan 12:40
Compare
Choose a tag to compare
v0.4.0

Interval tree: rename type, provide InOrder function that yields all …

Provide FindExact function for Interval Tree

07 Jan 10:52
Compare
Choose a tag to compare
v0.3.1

interval: provide FindExact function

Update module path

07 Jan 09:21
Compare
Choose a tag to compare

From obitech/go-tree to obitech/go-trees

Implement Interval Tree

07 Jan 09:13
cbc5108
Compare
Choose a tag to compare
Merge pull request #4 from obitech/interval-tree

Add Interval Tree

Implement BST, Red-Black Trees

30 Dec 17:57
0c09b6d
Compare
Choose a tag to compare
Merge pull request #1 from obitech/redblack

Add red-black Tree