Skip to content

Commit d43f9d8

Browse files
authored
Update README.pt-BR.md (trekhleb#490)
Traduzido Trie > Árvore de prefixos
1 parent b3b8d4d commit d43f9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.pt-BR.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ os dados.
3636
* `B` [Tabela de Hash (Hash Table)](src/data-structures/hash-table/README.pt-BR.md)
3737
* `B` [Heap](src/data-structures/heap/README.pt-BR.md)
3838
* `B` [Fila de Prioridade (Priority Queue)](src/data-structures/priority-queue/README.pt-BR.md)
39-
* `A` [Trie](src/data-structures/trie/README.pt-BR.md)
39+
* `A` [Árvore de prefixos (Trie)](src/data-structures/trie/README.pt-BR.md)
4040
* `A` [Árvore (Tree)](src/data-structures/tree/README.pt-BR.md)
4141
* `A` [Árvore de Pesquisa Binária (Binary Search Tree)](src/data-structures/tree/binary-search-tree/README.pt-BR.md)
4242
* `A` [Árvore AVL (AVL Tree)](src/data-structures/tree/avl-tree/README.pt-BR.md)

0 commit comments

Comments
 (0)