Skip to content

Commit

Permalink
fix: correction of UseListsAndMaps.java exercise 6 description
Browse files Browse the repository at this point in the history
  • Loading branch information
anitvam authored Oct 27, 2023
1 parent 1a1a63b commit 73134c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public static void main(final String... s) {
* 6) Measure the performance of reading 1000 times an element whose
* position is in the middle of the collection for both ArrayList and
* LinkedList, using the collections of point 5. In order to measure
* times, use as example PerfTest.java.
* times, use as example TestPerformance.java.
*/
time = System.nanoTime();
for (int i = 0; i < READS; i++) {
Expand Down

0 comments on commit 73134c6

Please sign in to comment.