Recurrence & Master Theorem Visualizer
Explore recurrences of the form T(n)=aT(n/b)+f(n), compare recursion-tree levels, and classify the recurrence using the Master Theorem.
Explore recurrences of the form T(n)=aT(n/b)+f(n), compare recursion-tree levels, and classify the recurrence using the Master Theorem.