An open API service indexing awesome lists of open source software.

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

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)