Problem 2158. Largest territory
Determine whose territory is largest. If there are multiple numbers tied for the largest territory, return the smallest number.
For example,
X = [ 1 1 2 2 1 1 2 2 2 2 2 2 ]
y = 2
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers108
Suggested Problems
-
1742 Solvers
-
Rotate input square matrix 90 degrees CCW without rot90
679 Solvers
-
Reverse the elements of an array
1109 Solvers
-
Convert Two Character String into a Binary Vector
232 Solvers
-
Find the maximum two numbers of every column of a matrix
227 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!