My RedBlack tree class doesn't implement anything but the last requirement verifies :) But help me with the third one please
package com.codegym.task.task36.task3604;
/*
Understanding red-black trees
*/
public class Solution {
public static void main(String[] args) {
}
}