Git-Leon пре 6 година
родитељ
комит
060cb8389f
No account linked to committer's email
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      README.md

+ 1
- 1
README.md Прегледај датотеку

3
 * **Objective**
3
 * **Objective**
4
 	* To write methods which remove duplicate elements from an array.
4
 	* To write methods which remove duplicate elements from an array.
5
 * **Purpose**
5
 * **Purpose**
6
-	* To demonstrate practical understanding of `while`, `for`, and `for each` loops.
6
+	* To demonstrate practical understanding of arrays, loops, and basic composition.
7
 * **Instructions**
7
 * **Instructions**
8
     * Given an object, `IntegerDuplicateDeleter`, with a composite `Integer[]` object, write a method
8
     * Given an object, `IntegerDuplicateDeleter`, with a composite `Integer[]` object, write a method
9
         * `removeDuplicatesExactly` which removes all values in the array which occur exactly the specified number of times.
9
         * `removeDuplicatesExactly` which removes all values in the array which occur exactly the specified number of times.