We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfcf289 commit 3647587Copy full SHA for 3647587
1 file changed
7/2.py
@@ -1,4 +1,4 @@
1
-# 이진 탐색 소스코드 구현
+# 이진 탐색 소스코드 구현 (재귀 함수)
2
def binary_search(start, end, target, array):
3
if start > end:
4
return None
0 commit comments