init
This commit is contained in:
2
cake/binary_search/.config
Normal file
2
cake/binary_search/.config
Normal file
@@ -0,0 +1,2 @@
|
||||
user_id=cake
|
||||
path=binary_search
|
||||
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
|
||||
|
||||
2
cake/folder/.config
Normal file
2
cake/folder/.config
Normal file
@@ -0,0 +1,2 @@
|
||||
user_id=cake
|
||||
path=folder
|
||||
0
cake/folder/1
Normal file
0
cake/folder/1
Normal file
0
cake/folder/123
Normal file
0
cake/folder/123
Normal file
0
cake/folder/infolder/1
Normal file
0
cake/folder/infolder/1
Normal file
1
cake/folder/main.py
Normal file
1
cake/folder/main.py
Normal file
@@ -0,0 +1 @@
|
||||
1
|
||||
2
cake/twice_split/.config
Normal file
2
cake/twice_split/.config
Normal file
@@ -0,0 +1,2 @@
|
||||
user_id=cake
|
||||
path=twice_split
|
||||
Reference in New Issue
Block a user