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

Update code presentation

parent eb707aea
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ def lower_bound(array, value):
return low
def is_value_in_array(array, value):
low = 0
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