Given an unsigned integer x, find the largest y by rearranging the bits in x.
Example:
Input x = 10
Output y is 12
since 10 in binary is 1010 and 12 in binary is 1100.

Solution Stats

3438 Solutions

1993 Solvers

Last Solution submitted on Apr 09, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers1993

Suggested Problems

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!