Problem 108. Given an unsigned integer x, find the largest y by rearranging the bits in x
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
Problem Comments
- 
		2 Comments
		Archana Narayanan
    	on 26 Mar 2021
	
	
  	de2bi doesn't work either
		goc3
    	on 29 Mar 2021
	
	
  	de2bi is a toolbox function. Cody does not currently support toolbox functions.
Solution Comments
Show commentsProblem Recent Solvers1928
Suggested Problems
- 
         Determine whether a vector is monotonically increasing 22225 Solvers 
- 
         
         2124 Solvers 
- 
         
         1969 Solvers 
- 
         Relative ratio of "1" in binary number 1530 Solvers 
- 
         
         754 Solvers 
More from this Author100
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!