Skip to content

Commit 4589580

Browse files
committed
Update README.md.
1 parent 98ec062 commit 4589580

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ It provides different trees implementations:
2222
* **KeyValue node**: extends the Value node and allows you to attach a key and a value to the node.
2323
* **Trie node**: extends the KeyValue node, a simple [Trie tree](https://en.wikipedia.org/wiki/Trie).
2424
* **Auto-balanced node**: extends the N-ary node and tries to keep the tree as symetric as possible. It automatically balance all the children as soon as they are added.
25+
* **Merkle node**: a tree in which every non-leaf node is labelled with the cryptographic hash of the labels of its child nodes.
2526

2627
[4 trees traversal algorithms](https://en.wikipedia.org/wiki/Tree_traversal):
2728
* **In order**

0 commit comments

Comments
 (0)