Problem 1468. Numbers at bit-boundary
Find if a number is on or below the bit-boundary, as defined below.
Examples
7,9 straddle the bit-boundary at 2^3 as do 31,32 at 2^5; in these cases 7,8 are on bit boundary as are 31, and 32, but 5 and 33 do not qualify by definition.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers35
Suggested Problems
-
139 Solvers
-
Back to basics 17 - white space
274 Solvers
-
Number of 1s in a binary string
10392 Solvers
-
Determine Whether an array is empty
794 Solvers
-
Remove entire row and column in the matrix containing the input values
527 Solvers
More from this Author10
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!