git ssb

0+

wanderer🌟 / js-dfinity-radix-tree



Commit 25611a41912649e62c3d594242c500273747d149

Update spec.md

wanderer authored on 1/21/2018, 1:46:54 AM
GitHub committed on 1/21/2018, 1:46:54 AM
Parent: e9a615abb11b8b5aeaa5cf7b1503bab5c33b64eb

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