Skip to content

Bug Report for climbing-stairs #4324

Open
@nishjai

Description

@nishjai

Bug Report for https://neetcode.io/problems/climbing-stairs

The hints say that at each recursion step we have to return the minimum of the two recursive calls, but (correct me if I'm wrong) I think we have to return the sum of the recursive calls.

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