Problem 42832. Segmented number sequence
Solution Stats
Problem Comments
-
5 Comments
Please check test case 3, where number 7 is mistakenly skipped.
Also, number 12 in test case 4 ...
In test case 2, if x=0, should the sequence be 1:22 or completely empty?
@James: "If x = 0, integers that are the sums of any 2 or more consecutive previous elements should be omitted."
@Peng, thank you for the great catch. An illusive issue with my reference solution disrupted test cases 3 and 4. Now fixed.
Solution Comments
Show commentsProblem Recent Solvers15
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1987 Solvers
-
Is my wife right? Now with even more wrong husband
1339 Solvers
-
Test if a Number is a Palindrome without using any String Operations
251 Solvers
-
Find third Side of a right triangle given hypotenuse and a side. No * - or other functions allowed
249 Solvers
-
1749 Solvers
More from this Author45
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!