mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-05-23 08:51:31 -04:00
Update climbing_stairs.py
This commit is contained in:
parent
45a3a9b050
commit
cf32f0112c
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
# author: bt3gl
|
||||
|
||||
'''
|
||||
You are climbing a staircase. It takes n steps to reach the top.
|
||||
Each time you can either climb 1 or 2 steps.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue