Skip to content

Commit 3647587

Browse files
authored
Update 2.py
1 parent bfcf289 commit 3647587

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

7/2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 이진 탐색 소스코드 구현
1+
# 이진 탐색 소스코드 구현 (재귀 함수)
22
def binary_search(start, end, target, array):
33
if start > end:
44
return None

0 commit comments

Comments
 (0)