1318. Minimum Flips to Make a OR b Equal to c
Link : https://leetcode.com/problems/minimum-flips-to-make-a-or-b-equal-to-c/
문제 정의
Given 3 positives numbers a, b and c. Return the minimum flips required in some bits of a and b to make ( a OR b == c ). (bitwise OR operation).Flip operation consis...
blog.hyunjun.org3 min read