Problem 51750. Flip coins
We have only one input. If our number is one, it means that it is head of the coin, and in other situation it means tail of the coin. So you need count how many coins we need to flip to get all heads.
Example
x = [1 0 0 1 0]
answer is : 3
Because there are 3 tails
GLHF
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers46
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1852 Solvers
-
Project Euler: Problem 9, Pythagorean numbers
1294 Solvers
-
Relative ratio of "1" in binary number
1450 Solvers
-
2057 Solvers
-
301 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!