Computer Science, asked by maheshkrishna1423, 5 hours ago

how many flips start with an initial string of zeros.choose any digit to flip. when a digit switch state between 0and 1. given a target string of binary digits, determine the minimum number of flips required to achieve the target example: target=01011 start with a string of 5 zeros, the same. length sring as the target initial sring->0000 flip the 3rd digit->00111 flip the 2nd digit->01000 flip the 4th digit->01011 3 flips are required to reach the target. the return value is 3.

Answers

Answered by shravari43
0

Answer:

Sorry I didn't got The Question

Explanation:

Mark Me as Brainlist

Similar questions