Problem 15. Find the longest sequence of 1's in a binary sequence.
Given a string such as
s = '011110010000000100010111'
find the length of the longest string of consecutive 1's. In this example, the answer would be 4.
Example:
Input x = '110100111' Output y is 3
Solution Stats
Problem Comments
-
9 Comments
Show
6 older comments
Arush Sharma
on 5 Dec 2020
interesting
Addison Borger
on 30 Apr 2022
great problem
Bùi Dương
on 3 Dec 2023
pretty good question
Solution Comments
Show commentsGroup

University Union CODY event
- 14 Problems
- 9 Finishers
- Times 2 - START HERE
- Calculate Amount of Cake Frosting
- Convert from Fahrenheit to Celsius
- Find the Oldest Person in a Room
- Solve a System of Linear Equations
- Calculate a Damped Sinusoid
- Plot Damped Sinusoid
- Crop an Image
- Find the Best Hotels
- Calculate Inner Product
- Rescale Scores
- Longest run of consecutive numbers
- Find the longest sequence of 1's in a binary sequence.
- Draw a '8' in a zero matrix!
Problem Recent Solvers6390
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!