Trees

Trees implementations

merkle_tree

10.0

A hash tree or Merkle tree is a tree in which every non-leaf node is labelled with the hash of the labels or values (in case of leaves) of its child nodes. Hash trees are useful because they allow efficient and secure verification of the contents of large data structures.

98 740/wk v2.0.0 6y ago 6y ago

merkle_tree

10.0
A hash tree or Merkle tree is a tree in which every non-leaf node is labelled with the hash of the labels or values (in case of leaves) of its child nodes. Hash trees are useful because they allow efficient and secure verification of the contents of large data structures.
elixir merkle-tree
Popularity
98 ★
16 forks · 2 watching
Activity
1 issues
0 open PRs · 12 merged
Downloads
740/wk
0 yesterday · 45.3K total
Release
v2.0.0
January 30, 2020

red_black_tree

4.6

Red-Black trees: an ordered key-value store with O(log(N)) performance

37 65/wk v1.2.0 10y ago 7y ago

red_black_tree

4.6
Red-Black trees: an ordered key-value store with O(log(N)) performance
Popularity
37 ★
14 forks · 2 watching
Activity
7 issues
0 open PRs · 3 merged
Downloads
65/wk
0 yesterday · 1.9K total
Release
v1.2.0
July 07, 2015

nary_tree

2.1

NaryTree implements the data structure for n-ary tree (also called rose tree), where each node in the tree can have zero or more children. NaryTree provides methods for traversal and manipulation of the tree structure and node contents.

18 11.0K/wk v0.1.1 7y ago 5y ago

nary_tree

2.1
NaryTree implements the data structure for n-ary tree (also called rose tree), where each node in the tree can have zero or more children. NaryTree provides methods for traversal and manipulation of the tree structure and node contents.
Popularity
18 ★
5 forks · 1 watching
Activity
1 issues
0 open PRs · 1 merged
Downloads
11,031/wk
201 yesterday · 71.8K total
Release
v0.1.1
September 19, 2018

zipper_tree

1.6

Methods for travelsal and modification of Trees using a zipper.

19 365/wk v0.1.1 11y ago 11y ago

zipper_tree

1.6
Methods for travelsal and modification of Trees using a zipper.
Popularity
19 ★
0 forks · 0 watching
Activity
0 issues
0 open PRs · 0 merged
Downloads
365/wk
0 yesterday · 11.8K total
Release
v0.1.1
February 11, 2015