Donghan Kimstudio-pendant.hashnode.dev·Jul 17, 2024[Codility/Swift] lesson 1 : BinaryGapTask description Solution First, I convert the input N to a binary string using String(value, radix: 2). Then, in a for loop, I check each character of the binary string. During the loop, if the character is "0", I add 1 to the tmp variable for temp...Problem Solvingcodility