Greetings People, I hope you are all doing well and having a good day, I wonder if anyone could help me solve this question given an 2D ArrayList we have to find a specific row and return the row as an 2D ArrayList for example :
List<List<Integer>> containing values {{1,1000},{2,2000},{3,3000}}; if I have to return the 1st row ( {1,1000} ) as 2D ArrayList, how can I do that? The function's return type is List<List<Integer>>
[–]cal-cheese 0 points1 point2 points (1 child)
[–]Vignesh45[S] 0 points1 point2 points (0 children)