From a4f9cf2e1418adcd651a02211bf2c22c4bd23ee2 Mon Sep 17 00:00:00 2001 From: Manuel Vergara Date: Sun, 23 Jun 2024 20:09:36 +0200 Subject: [PATCH] Add PEC7 structure --- fundamentos-programacion/PEC7/README.md | 34 +++++++++++++++++++++++++ fundamentos-programacion/README.md | 6 ++++- 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 fundamentos-programacion/PEC7/README.md diff --git a/fundamentos-programacion/PEC7/README.md b/fundamentos-programacion/PEC7/README.md new file mode 100644 index 0000000..b3587a0 --- /dev/null +++ b/fundamentos-programacion/PEC7/README.md @@ -0,0 +1,34 @@ +# PEC 7 + +**Índice** +- [PEC 7](#pec-7) + - [20. Recursividad](#20-recursividad) + + + +## 20. Recursividad + + + +### 20.1. Ejemplo: números naturales + + + +### 20.2. Ejemplo: factorial + + + +### 20.3. Ejemplo: Tratamiento secuencial + + + +#### 20.3.1. Funciones auxiliares + + + +#### 20.3.2. Punteros + + + + +[Volver arriba](#pec-7) \ No newline at end of file diff --git a/fundamentos-programacion/README.md b/fundamentos-programacion/README.md index 214dc5c..851bbef 100644 --- a/fundamentos-programacion/README.md +++ b/fundamentos-programacion/README.md @@ -40,5 +40,9 @@ Aquí dejaré los apuntes de la asignatura "Fundamentos de la programación" de - [PEC 6](./PEC6/README.md#pec-6) - [18. Tipos abstractios de datos](./PEC6/README.md#18-tipos-abstractios-de-datos) - - - [19. Navegación de TAD](./PEC6/README.md#19-navegación-de-tad) + - [19. Navegación de TAD](./PEC6/README.md#19-navegación-de-tad) + +- [PEC 7](./PEC7/README.md#pec-7) + - [20. Recursividad](./PEC7/README.md#20-recursividad) +