recursion tree
RU: дерево рекурсии
A tree diagram where each node represents a single function call, edges represent call relationships, and the structure visualizes all calls made during recursive execution. Used to analyze time complexity.
RU: дерево рекурсии
A tree diagram where each node represents a single function call, edges represent call relationships, and the structure visualizes all calls made during recursive execution. Used to analyze time complexity.