Hello,
I want to write a function which counts amount of recursive calls depending on of amount of elements that are already in redBlackTree.
But when I try to do this using for loop so I can give any amonut of values results aren't right.
I tested it for Strings also. What might be the problem? Thank you for your answers.