This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
89f264d
commit bff1210
Showing
15 changed files
with
45 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,13 @@ SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]> | |
SPDX-License-Identifier: CC-BY-NC-4.0 | ||
--> | ||
|
||
<web-summary rel="tldr"/> | ||
|
||
# Boletín 1 | ||
|
||
<!-- VERSIÓN CON ENUNCIADOS --> | ||
|
||
<tldr>Entra y Salida. printf, scanf, gets, define y operaciones artiméticas básicas.</tldr> | ||
<tldr id="tldr">Entra y Salida. printf, scanf, gets, define y operaciones artiméticas básicas.</tldr> | ||
|
||
### Ejercicio 1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,11 @@ SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]> | |
SPDX-License-Identifier: CC-BY-NC-4.0 | ||
--> | ||
|
||
<web-summary rel="tldr"/> | ||
|
||
# Boletín 2 | ||
|
||
<tldr>Bucles (while / do while / for) y condicionales (if / else / switch)</tldr> | ||
<tldr id="tldr">Bucles (while / do while / for) y condicionales (if / else / switch)</tldr> | ||
|
||
### Ejercicio 1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,13 @@ SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]> | |
SPDX-License-Identifier: CC-BY-NC-4.0 | ||
--> | ||
|
||
<web-summary rel="tldr"/> | ||
|
||
# Boletín 3 | ||
|
||
<!-- VERSIÓN CON ENUNCIADOS --> | ||
|
||
<tldr>Funciones, recursividad y retorno de datos.</tldr> | ||
<tldr id="tldr">Funciones, recursividad y retorno de datos.</tldr> | ||
|
||
|
||
### Ejercicio 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,13 @@ SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]> | |
SPDX-License-Identifier: CC-BY-NC-4.0 | ||
--> | ||
|
||
<web-summary rel="tldr"/> | ||
|
||
# Boletín 4 | ||
|
||
<!-- VERSIÓN CON ENUNCIADOS --> | ||
|
||
<tldr>Arrays, registros y cadenas de caracteres.</tldr> | ||
<tldr id="tldr">Arrays, registros y cadenas de caracteres.</tldr> | ||
|
||
<!-- TODO FALTAN EJERCICIOS --> | ||
<warning> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,13 @@ SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]> | |
SPDX-License-Identifier: CC-BY-NC-4.0 | ||
--> | ||
|
||
<web-summary rel="tldr"/> | ||
|
||
# Bibliografía | ||
|
||
<warning><b>¡En construcción! <a href="https://github.com/TeenBiscuits/Pro2324">Colabora</a></b></warning> | ||
|
||
<tldr>Bibliografía recomendada, desde las lecturas esenciales más básicas hasta los grandes clásicos.</tldr> | ||
<tldr id="tldr">Bibliografía recomendada, desde las lecturas esenciales más básicas hasta los grandes clásicos.</tldr> | ||
|
||
### C Programming. A Modern Approach | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,13 @@ SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]> | |
SPDX-License-Identifier: CC-BY-NC-4.0 | ||
--> | ||
|
||
<web-summary rel="tldr"/> | ||
|
||
<tip>Copyright © 2024 Pablo Portas López</tip> | ||
|
||
# Tema 1 - Tipos Abstractos de Datos (TAD) | ||
|
||
<tldr>La abstracción funcional y de datos. Especificación, construcción y ejemplos.</tldr> | ||
<tldr id="tldr">La abstracción funcional y de datos. Especificación, construcción y ejemplos.</tldr> | ||
|
||
<note> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,13 @@ SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]> | |
SPDX-License-Identifier: CC-BY-NC-4.0 | ||
--> | ||
|
||
<web-summary rel="tldr"/> | ||
|
||
<tip>Copyright © 2024 Pablo Portas López</tip> | ||
|
||
# Tema 2 - Gestión dinámica de memoria | ||
|
||
<tldr>Punteros en profundidad, las variables dinámicas, direcciones de memoria y la gestión de la memoria (pila (stack) y montículo (heap)).</tldr> | ||
<tldr id="tldr">Punteros en profundidad, las variables dinámicas, direcciones de memoria y la gestión de la memoria (pila (stack) y montículo (heap)).</tldr> | ||
|
||
## Organización de la memoria de un programa | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,11 @@ SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]> | |
SPDX-License-Identifier: CC-BY-NC-4.0 | ||
--> | ||
|
||
<web-summary rel="tldr"/> | ||
|
||
# Rational TAD | ||
|
||
<tldr> | ||
<tldr id="tldr"> | ||
Un TAD para los números racionales, es decir, un par de números enteros: Numerador y denominador. | ||
</tldr> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,11 @@ SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]> | |
SPDX-License-Identifier: CC-BY-NC-4.0 | ||
--> | ||
|
||
<web-summary rel="tldr"/> | ||
|
||
# El Compilador - CLion | ||
|
||
<tldr>Configura tu entorno de programación y compilador CLion by JetBrains.</tldr> | ||
<tldr id="tldr">Configura tu entorno de programación y compilador CLion by JetBrains.</tldr> | ||
|
||
<tip>Copyright Material Original © Francisco Abel Cedrón Santaeufemia</tip> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,11 @@ SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]> | |
SPDX-License-Identifier: CC-BY-NC-4.0 | ||
--> | ||
|
||
<web-summary rel="tldr"/> | ||
|
||
# Algoritmos | ||
|
||
<tldr>Algunos algoritmos de interés general</tldr> | ||
<tldr id="tldr">Algunos algoritmos de interés general</tldr> | ||
|
||
<warning><b>¡En construcción! <a href="https://github.com/TeenBiscuits/Pro2324">Colabora</a></b></warning> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,11 @@ SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]> | |
SPDX-License-Identifier: CC-BY-NC-4.0 | ||
--> | ||
|
||
<web-summary rel="tldr"/> | ||
|
||
# Tres En Raya | ||
|
||
<tldr>Juego del Tres En Raya escrito en C</tldr> | ||
<tldr id="tldr">Juego del Tres En Raya escrito en C</tldr> | ||
|
||
<warning><b>¡En construcción! <a href="https://github.com/TeenBiscuits/Pro2324">Colabora</a></b></warning> | ||
|
||
|