Is there an online tool that returns the time complexity of recursion functions?
For instance when I enter : T(n) = T(n/2) +n I\'d like to get: θ(n)
I tried using