tests
If I ran the tests I get this kind of error message:
from search.binary_search import binary_search, binary_search_recur
ImportError: No module named 'search'
or
from array.delete_nth import delete_nth, delete_nth_naive
ImportError: No module named 'array.delete_nth'; 'array' is not a package
tests
If I ran the tests I get this kind of error message:
or