mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-12-26 23:21:18 +08:00
Update Trie image.
This commit is contained in:
parent
ad2f49af38
commit
28109b4f41
@ -20,7 +20,9 @@ and with some inner nodes that correspond to keys of interest.
|
|||||||
For the space-optimized presentation of prefix tree, see compact
|
For the space-optimized presentation of prefix tree, see compact
|
||||||
prefix tree.
|
prefix tree.
|
||||||
|
|
||||||
![Trie](https://upload.wikimedia.org/wikipedia/commons/b/be/Trie_example.svg)
|
![Trie](./images/trie.jpg)
|
||||||
|
|
||||||
|
*Made with [okso.app](https://okso.app)*
|
||||||
|
|
||||||
## References
|
## References
|
||||||
|
|
||||||
|
@ -17,7 +17,9 @@ internos que correspondem a chaves de interesse.
|
|||||||
Para a apresentação otimizada do espaço da árvore de prefixo (_prefix tree_),
|
Para a apresentação otimizada do espaço da árvore de prefixo (_prefix tree_),
|
||||||
veja árvore de prefixo compacto.
|
veja árvore de prefixo compacto.
|
||||||
|
|
||||||
![Trie](https://upload.wikimedia.org/wikipedia/commons/b/be/Trie_example.svg)
|
![Trie](./images/trie.jpg)
|
||||||
|
|
||||||
|
*Made with [okso.app](https://okso.app)*
|
||||||
|
|
||||||
## Referências
|
## Referências
|
||||||
|
|
||||||
|
@ -16,7 +16,9 @@
|
|||||||
дополнительную информацию, связанную с ключом, и обычно выделенными являются только листья и, возможно, некоторые
|
дополнительную информацию, связанную с ключом, и обычно выделенными являются только листья и, возможно, некоторые
|
||||||
внутренние узлы.
|
внутренние узлы.
|
||||||
|
|
||||||
![Префиксное дерево](https://upload.wikimedia.org/wikipedia/commons/b/be/Trie_example.svg)
|
![Префиксное дерево](./images/trie.jpg)
|
||||||
|
|
||||||
|
*Made with [okso.app](https://okso.app)*
|
||||||
|
|
||||||
На рисунке представлено префиксное дерево, содержащее ключи «A», «to», «tea», «ted», «ten», «i», «in», «inn».
|
На рисунке представлено префиксное дерево, содержащее ключи «A», «to», «tea», «ted», «ten», «i», «in», «inn».
|
||||||
|
|
||||||
|
@ -8,7 +8,9 @@
|
|||||||
|
|
||||||
有关字典树的空间优化示意,请参阅紧凑前缀树
|
有关字典树的空间优化示意,请参阅紧凑前缀树
|
||||||
|
|
||||||
![Trie](https://upload.wikimedia.org/wikipedia/commons/b/be/Trie_example.svg)
|
![Trie](./images/trie.jpg)
|
||||||
|
|
||||||
|
*Made with [okso.app](https://okso.app)*
|
||||||
|
|
||||||
## 参考
|
## 参考
|
||||||
|
|
||||||
|
BIN
src/data-structures/trie/images/trie.jpg
Normal file
BIN
src/data-structures/trie/images/trie.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 131 KiB |
Loading…
Reference in New Issue
Block a user