A binary gap within a positive integer N is any maximal sequence of consecutive zeros that is surrounded by ones at both ends in the binary representation of N.
For example, number 9 has binary representation 1001 and contains a binary gap of length 2. The number 529 has binary representation 1000010001 and contains two binary gaps: one of length 4 and one of length 3. The number 20 has binary representation 10100 and contains one binary gap of length 1. The number 15 has binary representation 1111 and has no binary gaps. The number 32 has binary representation 100000 and has no binary gaps.
Write a function:
def solution(N)
that, given a positive integer N, returns the length of its longest binary gap. The function should return 0 if N doesn't contain a binary gap.
For example, given N = 1041 the function should return 5, because N has binary representation 10000010001 and so its longest binary gap is of length 5. Given N = 32 the function should return 0, because N has binary representation '100000' and thus no binary gaps.
Write an efficient algorithm for the following assumptions:
- N is an integer within the range [1..2,147,483,647].
example test n=1041=10000010001_2
tested program terminated with exit code 1
Traceback (most recent call last): File "exec.py", line 123, in <module> main() File "exec.py", line 85, in main result = solution( N ) File "/tmp/solution.py", line 7, in solution decToBinary = bin(n).replace("0b", "") NameError: name 'n' is not defined
Traceback (most recent call last): File "exec.py", line 123, in <module> main() File "exec.py", line 85, in main result = solution( N ) File "/tmp/solution.py", line 7, in solution decToBinary = bin(n).replace("0b", "") NameError: name 'n' is not defined
Traceback (most recent call last): File "exec.py", line 123, in <module> main() File "exec.py", line 85, in main result = solution( N ) File "/tmp/solution.py", line 7, in solution decToBinary = bin(n).replace("0b", "") NameError: name 'n' is not defined
example test n=1041=10000010001_2
tested program terminated with exit code 1
Invalid result type, int expected, <class 'NoneType'> found.stdout:
10000010001
Invalid result type, int expected, <class 'NoneType'> found.stdout:
1111
Invalid result type, int expected, <class 'NoneType'> found.stdout:
100000
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
"""
Loops string with binary eq of N
if it finds 1
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
"""
Loops string with binary eq of N
if it finds 1
Start counting 0
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
"""
Loops string with binary eq of N
if it finds 1
Start counting gap
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
Start counting gap
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
Start counting gap
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
Start counting gap
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
Start counting gap
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
Start counting gap
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
Start counting gap
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
update counter
Start counting gap
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
update counter
return counter
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
for i in S:
if
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
update counter
return counter
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
for i in S:
if i == '1':
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
update counter
return counter
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
answer = 0
counter = 0
for i in S:
if i == '1':
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
update counter
return counter
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
answer = 0
counter = 0
for i in S:
if i == '1':
if answer < cunter:
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
update counter
return counter
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
answer = 0
counter = 0
for i in S:
if i == '1':
if answer < cunter:
answer = counter
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
update counter
return counter
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
answer = 0
counter = 0
for i in S:
if i == '1':
if answer < counter:
answer = counter
counter = 0
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
update counter
return counter
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
answer = 0
counter = 0
for i in S:
if i == '1':
if answer < counter:
answer = counter
counter = 0
else:
counter += 1
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
update counter
return counter
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
answer = 0
counter = 0
for i in S:
if i == '1':
if answer < counter:
answer = counter
counter = 0
else:
counter += 1
return
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
update counter
return counter
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
answer = 0
counter = 0
for i in S:
if i == '1':
if answer < counter:
answer = counter
counter = 0
else:
counter += 1
return answer
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
update counter
return counter
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
answer = 0
counter = 0
for i in S:
if i == '1':
if answer < counter:
answer = counter
counter = 0
else:
counter += 1
return answer
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
update counter
return counter
"""
print(decToBinary)
example test n=1041=10000010001_2
tested program terminated with exit code 1
Traceback (most recent call last): File "exec.py", line 123, in <module> main() File "exec.py", line 85, in main result = solution( N ) File "/tmp/solution.py", line 10, in solution for i in S: NameError: name 'S' is not defined
Traceback (most recent call last): File "exec.py", line 123, in <module> main() File "exec.py", line 85, in main result = solution( N ) File "/tmp/solution.py", line 10, in solution for i in S: NameError: name 'S' is not defined
Traceback (most recent call last): File "exec.py", line 123, in <module> main() File "exec.py", line 85, in main result = solution( N ) File "/tmp/solution.py", line 10, in solution for i in S: NameError: name 'S' is not defined
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
answer = 0
counter = 0
for i in decToBinary:
if i == '1':
if answer < counter:
answer = counter
counter = 0
else:
counter += 1
return answer
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
update counter
return counter
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
answer = 0
counter = 0
for i in decToBinary:
if i == '1':
if answer < counter:
answer = counter
counter = 0
else:
counter += 1
return answer
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
update counter
return counter
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
answer = 0
counter = 0
gapExistence = False
for i in decToBinary:
if i == '1':
if answer < counter:
answer = counter
counter = 0
else:
counter += 1
return answer
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
update counter
return counter
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
answer = 0
counter = 0
gapExistence = False
for i in decToBinary:
if i == '1':
if answer < counter:
answer = counter
counter = 0
else:
counter += 1
return answer
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
update counter
return counter
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
answer = 0
counter = 0
gapExistence = False
for i in decToBinary:
if i == '1':
if answer < counter:
answer = counter
counter = 0
else:
counter += 1
return answer
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
update counter
return counter
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
answer = 0
counter = 0
gapExistence = False
for i in decToBinary:
if i == '1':
if answer < counter:
answer = counter
counter = 0
else:
counter += 1
return answer
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
update counter
return counter
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
answer = 0
counter = 0
gapExistence = False
for i in decToBinary:
if i == '1':
if answer < counter:
answer = counter
counter = 0
else:
counter += 1
return answer
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
update counter
return counter
"""
print(decToBinary)
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
answer = 0
counter = 0
gapExistence = False
for i in decToBinary:
if i == '1':
if answer < counter:
answer = counter
counter = 0
else:
counter += 1
return answer
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
update counter
return counter
"""
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
answer = 0
counter = 0
gapExistence = False
for i in decToBinary:
if i == '1':
if answer < counter:
answer = counter
counter = 0
else:
counter += 1
return answer
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
update counter
return counter
"""
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
answer = 0
counter = 0
gapExistence = False
for i in decToBinary:
if i == '1':
if answer < counter:
answer = counter
counter = 0
else:
counter += 1
return answer
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
update counter
return counter
"""
# you can write to stdout for debugging purposes, e.g.
# print("this is a debug message")
def solution(N):
# write your code in Python 3.6
#Converts N to a string with binary eq of int N
decToBinary = bin(N).replace("0b", "")
answer = 0
counter = 0
gapExistence = False
for i in decToBinary:
if i == '1':
if answer < counter:
answer = counter
counter = 0
else:
counter += 1
return answer
"""
Loops string with binary eq of N
if it finds 1
check if current max < counter
update it if it is
reset counter
update counter
return counter
"""
The solution obtained perfect score.