Update Tree image.

This commit is contained in:
Oleksii Trekhleb 2022-07-27 18:25:52 +02:00
parent ceb6c858c7
commit b7017ede98
4 changed files with 19 additions and 13 deletions

View File

@ -27,7 +27,9 @@ A simple unordered tree; in this diagram, the node labeled 7 has
two children, labeled 2 and 6, and one parent, labeled 2. The
root node, at the top, has no parent.
![Tree](https://upload.wikimedia.org/wikipedia/commons/f/f7/Binary_tree.svg)
![Tree](./images/tree.jpeg)
*Made with [okso.app](https://okso.app)*
## References

View File

@ -22,7 +22,9 @@ Uma árvore não ordenada simples; neste diagrama, o nó rotulado como `7`
possui dois filhos, rotulados como `2` e `6`, e um pai, rotulado como `2`.
O nó raíz, no topo, não possui nenhum pai.
![Tree](https://upload.wikimedia.org/wikipedia/commons/f/f7/Binary_tree.svg)
![Tree](./images/tree.jpeg)
*Made with [okso.app](https://okso.app)*
## Referências

View File

@ -16,7 +16,9 @@
标记为7的节点具有两个子节点, 标记为2和6;
一个父节点,标记为2,作为根节点, 在顶部,没有父节点。
![Tree](https://upload.wikimedia.org/wikipedia/commons/f/f7/Binary_tree.svg)
![Tree](./images/tree.jpeg)
*Made with [okso.app](https://okso.app)*
## 参考

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB