mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-24 04:54:21 +08:00
Format code with prettier (#3375)
This commit is contained in:
@ -7,6 +7,7 @@ import java.util.Random;
|
||||
* use quick sort algorithm to get kth largest or kth smallest element in given array
|
||||
*/
|
||||
public class FindKthNumber {
|
||||
|
||||
private static final Random random = new Random();
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
Reference in New Issue
Block a user