Commit 2abfb33e by BellCodeEditor

save project

parent c2e55cda
Showing with 1 additions and 1 deletions
......@@ -17,7 +17,7 @@ def binary_search(alist,num):
elif guess < num:
low = mid + 1
else:
low = mid - 1
high = mid - 1
return None
result = binary_search(alist, num)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment