Problem 44888. Given a matrix A (size m x n) create a matrix B which consists of matrix A sorted in descending order by columns and then by rows.

Solution Stats

29.35% Correct | 70.65% Incorrect
Last Solution submitted on Mar 07, 2023

Problem Comments