-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
# Pilhas | ||
# Pilhas | ||
|
||
### Algumas aplicações dessa estrutura de dados | ||
|
||
<ul> | ||
<li>Correções de expressões aritméticas, tais como 3 * (4 + 5)</li> | ||
<li>Percorrimento de uma árvore binária</li> | ||
<li>Pesquisa do vértice de um grafo</li> | ||
<li> | ||
Microprocessadores com arquitetura baseada em pilhas. Quando um método é chamado, seu endereço de retorno | ||
e seus parâmetros são empilhados em uma pilha e quando ele retorna, são desempilhados | ||
</li> | ||
|
||
|
||
</ul> |