Browse Source

Rafa - anadiendo diags

Rafael Arce Nazario 8 years ago
parent
commit
1d53368a4a
2 changed files with 21 additions and 0 deletions
  1. 11
    0
      README-en.md
  2. 10
    0
      README-es.md

+ 11
- 0
README-en.md View File

@@ -87,6 +87,17 @@ Can you predict how the next iteration for the figure will look? That is, what f
87 87
 
88 88
 ---
89 89
 
90
+
91
+!INCLUDE "../../eip-diagnostic/recursive-shapes/en/diag-recursive-shapes-01.html"
92
+<br>
93
+
94
+!INCLUDE "../../eip-diagnostic/recursive-shapes/en/diag-recursive-shapes-02.html"
95
+<br>
96
+
97
+---
98
+
99
+---
100
+
90 101
 ## Laboratory Session:
91 102
 
92 103
 In today's laboratory experience you will implement recursive functions to produce fractals.

+ 10
- 0
README-es.md View File

@@ -89,6 +89,16 @@ La Figura 4 ilustra la expansión recursiva para `rama(2,90)`. El color de cada
89 89
 
90 90
 ---
91 91
 
92
+!INCLUDE "../../eip-diagnostic/recursive-shapes/es/diag-recursive-shapes-01.html"
93
+<br>
94
+
95
+!INCLUDE "../../eip-diagnostic/recursive-shapes/es/diag-recursive-shapes-02.html"
96
+<br>
97
+
98
+---
99
+
100
+---
101
+
92 102
 ## Sesión de laboratorio:
93 103
 
94 104
 En la experiencia de laboratorio de hoy implementarás funciones recursivas para producir fractales.