Skip to content

Commit ff3d9f7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 11d2a47 commit ff3d9f7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

searches/ternary_search.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,3 @@ def rec_ternary_search(left: int, right: int, array: list[int], target: int) ->
183183
print(f"Recursive search: {target} found at positions: {result2}")
184184
else:
185185
print("Not found")
186-

0 commit comments

Comments
 (0)