Hello, I noticed that in the solution of Problem 4.3-8, we guess $T(n) \leq cn^2 - cn$ at the beginning,
but get $T(n) \leq cn^2$ rather than $T(n) \leq cn^2 - cn$ in the end. It's incorrect in substituion method.
I haven't found similar issues submitted before, so I submit a new one. Hopefully it's not repeated.
Hello, I noticed that in the solution of Problem 4.3-8, we guess$T(n) \leq cn^2 - cn$ at the beginning,$T(n) \leq cn^2$ rather than $T(n) \leq cn^2 - cn$ in the end. It's incorrect in substituion method.
but get
I haven't found similar issues submitted before, so I submit a new one. Hopefully it's not repeated.