This is an interview question.
Find the Kth smallest element in a matrix with sorted rows and columns. Is it correct that the Kth small
Seems this just uses the feature: every row is sorted, but not use its column-wise sorted feature.