Update BST image.

This commit is contained in:
Oleksii Trekhleb 2022-08-19 19:20:48 +02:00
parent 7236dacb34
commit b55e79aed2
3 changed files with 39 additions and 36 deletions

View File

@ -28,7 +28,9 @@ operations on hash tables.
A binary search tree of size 9 and depth 3, with 8 at the root. A binary search tree of size 9 and depth 3, with 8 at the root.
The leaves are not drawn. The leaves are not drawn.
![Binary Search Tree](https://upload.wikimedia.org/wikipedia/commons/d/da/Binary_search_tree.svg) ![Trie](./images/binary-search-tree.jpg)
*Made with [okso.app](https://okso.app)*
## Pseudocode for Basic Operations ## Pseudocode for Basic Operations

View File

@ -26,8 +26,9 @@ Uma pesquisa de árvore binária de tamanho 9 e profundidade 3, com valor 8
na raíz. na raíz.
As folhas não foram desenhadas. As folhas não foram desenhadas.
![Trie](./images/binary-search-tree.jpg)
![Binary Search Tree](https://upload.wikimedia.org/wikipedia/commons/d/da/Binary_search_tree.svg) *Made with [okso.app](https://okso.app)*
## Pseudocódigo para Operações Básicas ## Pseudocódigo para Operações Básicas

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB