|
@ -3,7 +3,6 @@ import java.util.*; |
|
|
public class Main { |
|
|
public class Main { |
|
|
public static void main(String[] args) { |
|
|
public static void main(String[] args) { |
|
|
|
|
|
|
|
|
Random random = new Random(); |
|
|
|
|
|
RBTree<IntComparable> rbTree = new RBTree<>(); |
|
|
RBTree<IntComparable> rbTree = new RBTree<>(); |
|
|
ArrayList<Integer> numbers = new ArrayList<>(); |
|
|
ArrayList<Integer> numbers = new ArrayList<>(); |
|
|
|
|
|
|
|
|