Commit b0094bf5d7c4780675dd5379018431540837353c
Update spec.md
wanderer authored on 1/21/2018, 1:47:11 AMGitHub committed on 1/21/2018, 1:47:11 AM
Parent: 25611a41912649e62c3d594242c500273747d149
Files changed
docs/spec.md | changed |
docs/spec.md | ||
---|---|---|
@@ -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) | |
2 | 2 … | 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. |
3 | 3 … | |
4 | 4 … | ## Node |
5 | 5 … | Each node has a type and contains at most four elements: |
Built with git-ssb-web