Problem 875. Return a list sorted by number of consecutive occurrences
Solution Stats
Problem Comments
-
5 Comments
I agree with J.R.! Menzinger. Correct answers given are wrong.
No, the provided answers in the test cases are correct. This is "the difficulty" that Jean-Marie mentions above: for integers that are tied by number of occurrences, they are to be sorted within the tied subset in ascending order, not kept in the original ordering within the vector.
Do you mind do explain in a different way? it is not clear for what exactly i should do. It miss 3 problems for me, but in any of them it is not clear the problem itself.
Solution Comments
Show commentsProblem Recent Solvers391
Suggested Problems
-
9000 Solvers
-
Project Euler: Problem 3, Largest prime factor
1617 Solvers
-
Who knows the last digit of pi?
675 Solvers
-
Construct an index vector from two input vectors in vectorized fashion
410 Solvers
-
Matrix multiplication across rows
356 Solvers
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!