+ 2
How can i do a bubble metod in a bidimensional array?
Please, I need this for today I need help
4 Antworten
+ 8
You mean bubble sort a 2-dimensional array?
How does your sorting sort the arrays I would like to ask.
+ 3
One way maybe to sort the rows first and then the columns or vice versa.
+ 2
Sorry, I dont speak english, I mean a multidimensional
+ 2
Can you give me an example of your arrays, let say in 2D, then how do you want it to be?