0

I want to solve $T(n) = 2T(7n/10) + O (1)$ using the substitution method.

I think the solution should be $T(n) = O(n\log n)$, but I am having trouble constructing a proof by substitution.

Yuval Filmus
  • 276,994
  • 27
  • 311
  • 503
Arnold
  • 1

0 Answers0