Skip to content

Commit e778786

Browse files
authored
Update linear_search_recursive.py
1 parent ef6dd33 commit e778786

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/python/linear_search_recursive.py

-1
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)