Return 1 if the input is sorted from highest to lowest, 0 if not.
Example:
1:7 -> 0 [7 5 2] -> 1
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers1626
Suggested Problems
-
Find the longest sequence of 1's in a binary sequence.
6696 Solvers
-
Remove the small words from a list of words.
1560 Solvers
-
Back to basics 17 - white space
279 Solvers
-
Number of 1s in a binary string
11055 Solvers
-
Replace multiples of 5 with NaN
468 Solvers
More from this Author99
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
umm... why is issorted not working? :<
Please correct the test case.
@Rahul Gulia, the test suite is indeed correct, read the question properly