diff --git a/src/main/java/MainExercises.java b/src/main/java/MainExercises.java index 21581ea..e168549 100644 --- a/src/main/java/MainExercises.java +++ b/src/main/java/MainExercises.java @@ -85,9 +85,6 @@ public class MainExercises Hint: You can determine the size and order of the arrays by finding the pattern of partitions and their count. Trust me, this one's fun and easy :) - - If you're familiar with Lists and ArrayLists, you can also edit the method's - body to use them instead of arrays. */ public int[][] intPartitions(int n) {