We have an N*N matrix, can we achieve better than transposing the matrix into an array, and then sorting it?↵
I did some online searching and found that quickselect eliminates the log factor, how can we extend quickselect to 2 dimensions?
I did some online searching and found that quickselect eliminates the log factor, how can we extend quickselect to 2 dimensions?