We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6347a0a commit 24a9984Copy full SHA for 24a9984
src/Algorithm/Search/RecursiveSearch.php
@@ -24,7 +24,7 @@
24
* SOFTWARE.
25
*/
26
27
-namespace doganoo\PHPAlgorithms\Trees\Search;
+namespace doganoo\PHPAlgorithms\Algorithm\Search;
28
29
30
use doganoo\PHPAlgorithms\Common\Interfaces\IBinaryNode;
0 commit comments