init
This commit is contained in:
6
cake/binary_search/binarySearch.py
Normal file
6
cake/binary_search/binarySearch.py
Normal file
@@ -0,0 +1,6 @@
|
||||
n = int(input())
|
||||
array = list(map(int, input().split()))
|
||||
q = int(input())
|
||||
while q!=0:
|
||||
q-=1
|
||||
|
||||
Reference in New Issue
Block a user