Problem 45663. Find the next binary palindrome number
We all know, a palindrome is nothing but a number or character which remains the same after the forward or backward alteration of order. 202 or "Mom" is the best example of a palindrome which remains the same as before, after the backward or forward alteration done.
However, the problem is: how will you accomplish the task of finding the next binary palindrome in an integer form as output when you are given a positive integer as input.
Example: Input=2014 and Output=2015
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers27
Suggested Problems
-
Which values occur exactly three times?
5233 Solvers
-
514 Solvers
-
Set some matrix elements to zero
616 Solvers
-
463 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
395 Solvers
More from this Author5
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!