Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/erme07/algoritmos-y-estructuras-de-datos

Recopilación de toda la práctica de la materia Algoritmos y estructuras de datos.
https://github.com/erme07/algoritmos-y-estructuras-de-datos

c diagramas-flujo pseint pseudocode

Last synced: about 2 months ago
JSON representation

Recopilación de toda la práctica de la materia Algoritmos y estructuras de datos.

Awesome Lists containing this project

README

        

# Algoritmos y Estructuras de Datos

Este repositorio contiene una recopilación de toda la práctica de diagramas de flujo, pseudocódigo y programación en lenguaje C, correpondientes a la materia Algoritmos y estructuras de datos.

1. [TPN1 - Pseudocódigo y Diagramas de flujo - Pseint](https://github.com/erme07/algoritmos-y-estructuras-de-datos/tree/main/TPN1)
2. [TPN2 - Estructuras de control condicionales e iterativas - Pseint](https://github.com/erme07/algoritmos-y-estructuras-de-datos/tree/main/TPN2)
3. [Adicionales_1](https://github.com/erme07/algoritmos-y-estructuras-de-datos/tree/main/adicionales_1)
4. [TPN1_C - Introducción lenguaje C](https://github.com/erme07/algoritmos-y-estructuras-de-datos/tree/main/TPN1_c)
5. [TPN2_C - Estructuras de control en C](https://github.com/erme07/algoritmos-y-estructuras-de-datos/tree/main/TPN2_c)
6. [TPN3 - Funciones, pasaje de parámetros por copia](https://github.com/erme07/algoritmos-y-estructuras-de-datos/tree/main/TPN3)
7. [Adicionales_2](https://github.com/erme07/algoritmos-y-estructuras-de-datos/tree/main/adicionales_2)
8. [TPN4 - Vectores y punteros](https://github.com/erme07/algoritmos-y-estructuras-de-datos/tree/main/TPN4)
9. [Matrices](https://github.com/erme07/algoritmos-y-estructuras-de-datos/tree/main/Matrices)
10. [TPN5 - Funciones, pasaje de parámetros por referencia](https://github.com/erme07/algoritmos-y-estructuras-de-datos/tree/main/TPN5)
11. [Adicionales_3](https://github.com/erme07/algoritmos-y-estructuras-de-datos/tree/main/adicionales_3)
12. [Parciales](https://github.com/erme07/algoritmos-y-estructuras-de-datos/tree/main/Parciales)
13. [TP Grupal](https://github.com/erme07/algoritmos-y-estructuras-de-datos/tree/main/TP_Grupal)