Ver código fonte

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 9 anos atrás
pai
commit
ac299124db
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md Ver arquivo

6
 
6
 
7
 [Version Verano 2016- Tatiana]
7
 [Version Verano 2016- Tatiana]
8
 
8
 
9
-Recursion is a technique that is used commonly in programming. With this technique, problems are solved by solving similar problems but for smaller cases. We can construct 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 an initial value is used instead of self-invoking. In this laboratory experience, you will implement some tools to draw and practice the use of recursive functions to fill with color some figures.
9
+Recursion is a technique that is commonly used in programming. With this technique, problems are solved by solving similar problems but for smaller cases. We can construct 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 an initial value is used instead of self-invoking. In this laboratory experience, you will implement some tools to draw and practice the use of recursive functions to fill with color some figures.
10
 
10
 
11
 
11
 
12
 ## Objectives:
12
 ## Objectives: