git ssb

0+

wanderer🌟 / js-dfinity-radix-tree



Commit b0094bf5d7c4780675dd5379018431540837353c

Update spec.md

wanderer authored on 1/21/2018, 1:47:11 AM
GitHub committed on 1/21/2018, 1:47:11 AM
Parent: 25611a41912649e62c3d594242c500273747d149

Files changed

docs/spec.mdchanged
docs/spec.mdView
@@ -1,5 +1,5 @@
1-This documnet provides the structure of the [Dfinity's Radix Tree.](https://ipfs.io/ipns/QmdJiuMWp2FxyaerfLrtdLF6Nr1EWpL7dPAxA9oKSPYYgV/wiki/Radix_tree.html).
1 +This documnet provides the structure of the [Dfinity's Radix Tree.](https://ipfs.io/ipns/QmdJiuMWp2FxyaerfLrtdLF6Nr1EWpL7dPAxA9oKSPYYgV/wiki/Radix_tree.html)
22 Our radix tree data structure stores the key-valus; the tree nsists of Nodes that contains the value and the key is the path to the node in the tree.
33
44 ## Node
55 Each node has a type and contains at most four elements:

Built with git-ssb-web