Commit 25611a41912649e62c3d594242c500273747d149
Update spec.md
wanderer authored on 1/21/2018, 1:46:54 AMGitHub committed on 1/21/2018, 1:46:54 AM
Parent: e9a615abb11b8b5aeaa5cf7b1503bab5c33b64eb
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