Sfoglia il codice sorgente

README-en.md edited online with Bitbucket

parent
commit
f0b2ea3be3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md Vedi File

@@ -4,7 +4,7 @@
4 4
 ![main2.png](images/main2-small.png)
5 5
 ![main3.png](images/main3-small.png)
6 6
 
7
-[Verano 2016 - Coralys]
7
+[Verano 2016 - Ive - Coralys]
8 8
 
9 9
 One commonly used programming technique is *recursion*. With this technique, problems are solved by solving similar problems, but for smaller cases. We can build sets of objects or tasks using *recursive rules* and *initial values*. *Recursive functions* are functions that are self-invoking, using smaller sets or elements each time, until reaching a point where the initial value is used instead of self-invoking. In this laboratory experience, you will practice the definition and implementation of recursive functions to scramble an image and make it incomprehensible.
10 10