Estudo de estruturas de dados: implementação de algoritmo de pilhas (e suas operações pop, push e peek) com vetor e lista simplesmente ligada em C.
-
Updated
Jun 14, 2022 - C
Estudo de estruturas de dados: implementação de algoritmo de pilhas (e suas operações pop, push e peek) com vetor e lista simplesmente ligada em C.
The program first saves the values received from the user in the queue structure, then adds the values in this queue structure larger than the average of the queue to the linked list created in accordance with the stack structure and copies this linked list into an array. Finally, it writes the created array to the screen. Made with C. This …
Add a description, image, and links to the stack-linked-list topic page so that developers can more easily learn about it.
To associate your repository with the stack-linked-list topic, visit your repo's landing page and select "manage topics."