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.07% Correct | 37.93% Incorrect
Last Solution submitted on Mar 17, 2025

Problem Comments

Solution Comments

Show comments

Group

Basics - Binary Logic Image
Basics - Binary Logic
  • 10 Problems
  • 958 Finishers

Problem Recent Solvers1858

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