We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a73197 commit c2ef611Copy full SHA for c2ef611
tests/test_searches.py
@@ -1,6 +1,6 @@
1
import unittest
2
3
-from allalgorithms.sorting import (
+from allalgorithms.searches import (
4
binary_search,
5
fibonacci_search
6
)
0 commit comments