👋
@ Looking for projects
React/Vue, full-stack. Open-source enthusiast, former ad tech.
- San Francisco
- http://guilsa.github.io
- @urubuz
Pinned Loading
-
-
-
Algorithm Problems
Algorithm Problems 1// Climbing Stairs (5/13)
2// - can be modeled as a graph problem
3// - starting from 0 we can take 1 step and get to 1 or take 2 steps and get to 2
4// - then from 1 we can take 1 step and get to 2 or take 2 steps and get to 3, and so on
5// - if we get to n from a branch, we've found one way
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.