https://github.com/joaopauloaramuni/algoritmos-e-estruturas-de-dados-i
Repo Algoritmos e Estruturas de Dados I
https://github.com/joaopauloaramuni/algoritmos-e-estruturas-de-dados-i
algorithms-and-data-structures c cpp gcc mingw
Last synced: 6 months ago
JSON representation
Repo Algoritmos e Estruturas de Dados I
- Host: GitHub
- URL: https://github.com/joaopauloaramuni/algoritmos-e-estruturas-de-dados-i
- Owner: joaopauloaramuni
- License: mit
- Created: 2024-02-03T03:22:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T19:24:03.000Z (10 months ago)
- Last Synced: 2025-05-08T23:10:04.613Z (6 months ago)
- Topics: algorithms-and-data-structures, c, cpp, gcc, mingw
- Language: Makefile
- Homepage:
- Size: 116 MB
- Stars: 25
- Watchers: 1
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
-----

-----
# Repo Algoritmos e Estruturas de Dados I
Disciplina do curso de Engenharia de Software da PUC Minas
- 1°Sem 2024
-----
### Sumário:
- [Aulas em PDF](https://github.com/joaopauloaramuni/algoritmos-e-estruturas-de-dados-i/tree/main/PDF)
- [Tarefas](https://github.com/joaopauloaramuni/algoritmos-e-estruturas-de-dados-i/tree/main/TAREFAS)
- [Trabalho](https://github.com/joaopauloaramuni/algoritmos-e-estruturas-de-dados-i/tree/main/TRABALHO)
- [Projetos em C](https://github.com/joaopauloaramuni/algoritmos-e-estruturas-de-dados-i/tree/main/PROJETOS)
- [Maratona de Programação](https://github.com/joaopauloaramuni/algoritmos-e-estruturas-de-dados-i/tree/main/MARATONA)
#### Links úteis:
- [Algoritmos e Estruturas de Dados em C - Ricardo Backes](https://www.amazon.com.br/Algoritmos-Estruturas-Linguagem-Ricardo-Backes/dp/8521638302)
- [Eclipse IDE Downloads](https://www.eclipse.org/downloads/packages/)
- [Code::Blocks IDE](https://www.codeblocks.org/)
- [Replit - Online IDE](https://replit.com/)
- [Python Tutor - C](https://pythontutor.com/c.html)
- [MinGW-w64 Downloads](https://mingw-w64.org/downloads/)
- [Documentação C - Microsoft Learn](https://learn.microsoft.com/pt-br/cpp/c-language/)
- [DevDocs - Documentação C](https://devdocs.io/c/)
- [Canal YouTube - Programação Descomplicada](https://www.youtube.com/@progdescomplicada/videos)
- [Material complementar - UFMG](https://www.telecom.uff.br/~marcos/protocolos/UFMG/aulas-main.html)
-----
-----