Given an unsigned integer x, find the largest y by rearranging the bits in x - MATLAB Cody - MATLAB Central

Problem 108. Given an unsigned integer x, find the largest y by rearranging the bits in x

Difficulty:Rate

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

62.08% Correct | 37.92% Incorrect
Last Solution submitted on Mar 07, 2025

Problem Comments

Solution Comments

Show comments

Group

Project Euler II Image
Project Euler II
  • 12 Problems
  • 51 Finishers

Problem Recent Solvers1857

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Go to top of page