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
-
6433 Solvers
-
4765 Solvers
-
967 Solvers
-
Make a run-length companion vector
656 Solvers
-
Implement a bubble sort technique and output the number of swaps required
379 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!