Nuacht

Given a n x n matrix where each of the rows and columns are sorted in ascending order, find the kth smallest element in the matrix.
Given a n x n matrix where each of the rows and columns are sorted in ascending order, find the kth smallest element in the matrix.