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