Bläddra i källkod

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 år sedan
förälder
incheckning
c4bb6e6035
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md Visa fil

@@ -11,7 +11,7 @@ Recursion is a technique that is commonly used in programming. With this techniq
11 11
 
12 12
 ## Objectives:
13 13
 
14
-1. Define and implement recursive function.
14
+1. Define and implement recursive functions.
15 15
 2. Practice the use of repetition structures.
16 16
 
17 17
 This laboratory experience is an adaptation of the homework *GridPlotter* presented by Alyce Brady and Pamela Cutter in [1]. The implementation of the grid and the ability to paint in it was presented by Sacha Schutz in [2] but it was fixed, modified and adapted for this laboratory experience.