Hi I was wondering if there is a simple way to convert this array into ArrayList and then just sort it and reverse using collections. Edit: I was able to solve the task by using for loop to pass the values from array to ArrayList and then the other way around. I found some solutions to convert but then I got ArrayList <int[]> and Collections. didn't work on it.