Skip to content

Commit 69e161f

Browse files
committed
Fix linear_search_recursive.py
1 parent 0bcc8cf commit 69e161f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/python/linear_search_recursive.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
""" Implementaçao do algoritmo de busca sequencial com recursão """
21
"""Implementation of the sequential search algorithm with recursion."""
32

43

0 commit comments

Comments
 (0)