Algorithms Problem Solving: Sort the Matrix Diagonally
This post is part of the Algorithms Problem Solving series.
Problem description
This is the Sort the Matrix Diagonally problem. The description looks like this:
Given a m * n matrix mat of integers, sort it diagonally in ascending order from the top-...
tk.hashnode.dev