https://github.com/blatth/uba-algo2
Algoritmos y Estructuras de Datos II - 1C2025 - FCEN, UBA
https://github.com/blatth/uba-algo2
Last synced: over 1 year ago
JSON representation
Algoritmos y Estructuras de Datos II - 1C2025 - FCEN, UBA
- Host: GitHub
- URL: https://github.com/blatth/uba-algo2
- Owner: blatth
- Created: 2025-03-19T02:13:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-31T00:17:49.000Z (over 1 year ago)
- Last Synced: 2025-03-31T01:23:11.115Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 1.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algoritmos y Estructuras de Datos II
## 1er Cuatrimestre - 2025
## Teóricos
| N° | Tema | Guía |
|-----|----------------------------------------------------------------------------------------------|------|
| 1 | [Lógica](https://github.com/blatth/uba-algo2/blob/master/Teoricas/Teorica1.pdf) | [📎](https://github.com/blatth/uba-algo2/blob/main/Gu%C3%ADas/Guia1.pdf)
| 2 | [Especificación de problemas](https://github.com/blatth/uba-algo2/blob/master/Teoricas/Teorica2.pdf) | [📎](https://github.com/blatth/uba-algo2/blob/main/Gu%C3%ADas/Guia2.pdf)
## Talleres
| N° | Enunciado | Clase laboratorio | Resolución |
|----|--------------------------------------------------|-------------------|------------|
| 1 | [Intro a Java](https://github.com/blatth/uba-algo2/blob/master/Laboratorios/Talleres/Enunciados/TallerE1.pdf) | [Clase 1](https://github.com/blatth/uba-algo2/blob/master/Laboratorios/Laboratorio1.pdf) | [✎](https://github.com/blatth/uba-algo2/blob/master/Laboratorios/Talleres/Resoluciones/Taller1)
| 2 | [Programación Orientada a Objetos](https://github.com/blatth/uba-algo2/blob/master/Laboratorios/Talleres/Enunciados/TallerE2.pdf) | [Clase 2](https://github.com/blatth/uba-algo2/blob/master/Laboratorios/Laboratorio2.pdf) | [✎](https://github.com/blatth/uba-algo2/blob/master/Laboratorios/Talleres/Resoluciones/Taller2)