sorting the matrix lexicographically using the radix sort.
Mostrar comentarios más antiguos
i've a matrix
[ 1 2 34 56 78
21 32 54 55 21
10 43 33 95 98
76 63 82 33 21 ]
i want to sort the above matrix using radix sort lexicographically. can anyone help me?
2 comentarios
Raman
el 30 de Abr. de 2013
Jan
el 30 de Abr. de 2013
Please post, what you have tried so far. Does "lexicographically" has any meaning here? Why is radix-sorting important, when Matlab offers a quicksort already? The only idea I have is, that this is a homework. And then posting solutions would be a bad idea.
Respuestas (1)
Ali Khayeat
el 24 de Jun. de 2013
0 votos
Hi,
Is there any answer ?
The lexicographical sorting is vital for many projects.
Categorías
Más información sobre Shifting and Sorting Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!