Algorithm/Codility15 [Codility(코딜리티)] Lesson1. BinaryGap (100%) Lesson 1 Iterations - BinaryGap (Java Solution) https://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 문제 10진수 N이 주어진다. 이 N을 이진수로 바꿨을 때, 1과 1사이에 0의 갯수를 센 후, 가장 긴 0의 개수를 출력하는 것이다 해결 1. 주어진 10진수 N을 2진수로 바꿔준다 1-1) java.lang.Integer에서 제공해주는 Integer.t.. 2020. 9. 3. 이전 1 2 3 다음