https://github.com/matiascarabella/operative-systems-utn-frba
https://github.com/matiascarabella/operative-systems-utn-frba
c course-project operating-system-learning sistemas-operativos utn utn-frba
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matiascarabella/operative-systems-utn-frba
- Owner: MatiasCarabella
- Created: 2021-04-15T02:38:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T02:43:04.000Z (about 4 years ago)
- Last Synced: 2024-12-28T00:23:49.861Z (6 months ago)
- Topics: c, course-project, operating-system-learning, sistemas-operativos, utn, utn-frba
- Language: C
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sistemas Operativos - TP0
## ¿De qué trata?
El TP0 es una práctica inicial para empezar a familiarizarse con algunas de las herramientas necesarias para el trabajo práctico cuatrimestral de la materia Sistemas Operativos.
Es un ejercicio corto y sirve como base para empezar el TP cuatrimestral.
## Consigna
Podés encontrar la consigna en el siguiente [link].
[link]: https://faq.utnso.com.ar/tp0-enunciado
## Resolucion
Hemos dejado tres formas difentes de resolver este TP0
La [resolucion 1] es la versión base, que fue la que hicimos en conjunto el el workshop.
La [resolucion 2] es una intermedio, donde eliminamos las variables globales y simplificamos un poco el codigo.
La [resolucion 3] es una un poco más compleja donde usamos orden superior (osea, pasar funciones por parametro a otras funciones)
[resolucion 1]: https://github.com/sisoputnfrba/tp0/tree/resolucion1
[resolucion 2]: https://github.com/sisoputnfrba/tp0/tree/resolucion2
[resolucion 3]: https://github.com/sisoputnfrba/tp0/tree/resolucion3