Skip to content

Commit

Permalink
adjust namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
doganoo committed Sep 11, 2021
1 parent 6347a0a commit 24a9984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Algorithm/Search/RecursiveSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* SOFTWARE.
*/

namespace doganoo\PHPAlgorithms\Trees\Search;
namespace doganoo\PHPAlgorithms\Algorithm\Search;


use doganoo\PHPAlgorithms\Common\Interfaces\IBinaryNode;
Expand Down

0 comments on commit 24a9984

Please sign in to comment.