Open
Description
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
Labels
No labels