Problem 43042. Convert decimal to binary and then generate the minimum binary it can with jumbling
input is 10 --> 1010 output should be 3 --> 0011
input 23 --> 10111 output should be 15 --> 01111
Solution Stats
Problem Comments
- 
		1 Comment
 
		David Verrelli
    	on 7 Jun 2018
	
	
  	Technically it is the decimal equivalent of the "minimum binary" that must be returned here....
Solution Comments
Show commentsProblem Recent Solvers87
Suggested Problems
- 
         
         
29336 Solvers
 - 
         
         
6374 Solvers
 - 
         
Project Euler: Problem 3, Largest prime factor
1640 Solvers
 - 
         
         
459 Solvers
 - 
         
What is the distance from point P(x,y) to the line Ax + By + C = 0?
547 Solvers
 
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!