Codility1 [JAVA] Codility Lesson 1 : BinaryGap [Lession1] Iterations - BinaryGap 정수 N이 주어졌을 때, N을 이진수로 변환한다. 이진수의 1과 1사이에 있는 0의 개수를 계산하고, 그 최대값을 구하는 문제 app.codility.com/programmers/lessons/1-iterations/binary_gap/ BinaryGap coding task - Learn to Code - Codility Find longest sequence of zeros in binary representation of an integer. app.codility.com Solution while 문으로 정수 N을 String 형으로 이진수로 변환한다. for 반복문으로 '0'과 '1'일 경우를 검사한다. 이때, '0'일 경우 count.. 2021. 4. 17. 이전 1 다음