Problem 1865. MiniMax
Find the smallest value in array, which is the maximum of its row and column.
Example: in array shown below are two numbers which are max in their rows and columns, 16 and 15. 15 is smaller, so it should be on the output.
<16> 2 3 13 5 11 10 8 9 7 6 12 4 14 <15> 1
Solution Stats
Problem Comments
-
2 Comments
J.R.! Menzinger
on 25 Sep 2013
There is no check on test-case number 2. ;-)
Jan Orwat
on 26 Sep 2013
Ooops. Thanks José.
Solution Comments
Show commentsProblem Recent Solvers38
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
52475 Solvers
-
3794 Solvers
-
448 Solvers
-
Program an exclusive OR operation with logical operators
745 Solvers
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1296 Solvers
More from this Author40
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!