Rajkumar1978
Programmer
Hi programmers,
I want to sort an three dimensional array based on two columns.
For ex. The output should be:
1 0 0
1 0 1
1 0 2
2 0 1
2 0 3
3 0 0
4 0 0
5 0 1
etc..
The above ex. is sorted on first and third column.
Regards
Rajkumar
I want to sort an three dimensional array based on two columns.
For ex. The output should be:
1 0 0
1 0 1
1 0 2
2 0 1
2 0 3
3 0 0
4 0 0
5 0 1
etc..
The above ex. is sorted on first and third column.
Regards
Rajkumar