mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-27 06:23:08 +08:00
style: enable HideUtilityClassConstructor
in checkstyle (#5147)
This commit is contained in:
@ -10,6 +10,8 @@ import java.util.Objects;
|
||||
* <a href="https://en.wikipedia.org/wiki/Median_of_medians">here</a>.
|
||||
*/
|
||||
public final class QuickSelect {
|
||||
private QuickSelect() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Selects the {@code n}-th largest element of {@code list}, i.e. the element that would
|
||||
|
Reference in New Issue
Block a user