chore: suppress rawtypes in selected classes (#6261)

This commit is contained in:
Piotr Idzik
2025-06-05 13:23:28 +02:00
committed by GitHub
parent 27a774020c
commit ec6f09c373
20 changed files with 19 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ import com.thealgorithms.devutils.searches.SearchAlgorithm;
* Note: This algorithm requires that the input array be sorted.
* </p>
*/
@SuppressWarnings("rawtypes")
public class FibonacciSearch implements SearchAlgorithm {
/**