Closed
Description
Description
I have encountered an issue in the project's source code where a Java file does not include a package declaration. This absence of a package name is leading to build failures in the project.
Affected File:
File Name: [PerfectBinarySearch.java] /src/test/java/com/thealgorithms/searches/PerfectBinarySearchTest.java
Raised a PR to solve the issue #5007
Steps to reproduce
No response
Excepted behavior
The file should contain a package name.
Screenshots

Additional context
No response