Skip to content

solution of 4.3-8 might be wrong #532

@ACY222

Description

@ACY222

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions