Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/erme07/algoritmos-y-estructuras-de-datos
- Owner: erme07
- Created: 2024-06-15T11:36:03.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T01:21:19.000Z (5 months ago)
- Last Synced: 2024-07-28T01:44:53.226Z (5 months ago)
- Topics: c, diagramas-flujo, pseint, pseudocode
- Language: C
- Homepage:
- Size: 5.04 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
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)