Skip to content
Snippets Groups Projects
Commit 3dfef88d authored by Florian Burgener's avatar Florian Burgener
Browse files

Update code presentation

parent eb707aea
Branches
Tags
No related merge requests found
...@@ -27,6 +27,7 @@ def lower_bound(array, value): ...@@ -27,6 +27,7 @@ def lower_bound(array, value):
return low return low
def is_value_in_array(array, value): def is_value_in_array(array, value):
low = 0 low = 0
high = len(array) - 1 high = len(array) - 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment