Toggle navigation
Alan Zhan Blog
All Posts
algorithm
reading
tech
ABOUT
Alan Zhan Blog
Live for nothing, or die for something
白話解 Leetcode - 70 Climbing Stairs
70. Climbing Stairs https://leetcode.com/problems/climbing-stairs/ 題意 你在爬樓梯,一次可以爬一階或兩階,請問你有種爬可以爬完? 解題思路 我們使用動態處理,爬第一階的話,一定是 1 種方法,爬第二階的話,我
Posted by Alan Zhan on Wednesday, July 13, 2022
Senior Software Developer
FEATURED TAGS
algorithm
docker
dockerfile
dynamic-programing
gc
golang
index
invest
kubernetes
leetcode
leetcode-easy
leetcode-hard
leetcode-medium
mongodb
reading
tech
terraform