Add package name (#5007)

This commit is contained in:
Nishant Jain
2024-01-08 19:11:14 +05:30
committed by GitHub
parent 0c881e39f2
commit bb2fff0cbb

View File

@ -1,6 +1,7 @@
package com.thealgorithms.searches;
import static org.junit.jupiter.api.Assertions.*;
import com.thealgorithms.searches.PerfectBinarySearch;
import org.junit.jupiter.api.Test;
/**