• Blogs and Learning Notes
    • 前言
    • 题目列表
    • 总结与思考
    • 参考资料

Blogs and Learning Notes

前言

题目列表

题目 链接
509. 斐波那契数 https://leetcode.cn/problems/fibonacci-number/
70. 爬楼梯 https://leetcode.cn/problems/climbing-stairs/
746. 使用最小花费爬楼梯 https://leetcode.cn/problems/min-cost-climbing-stairs/
62. 不同路径 https://leetcode.cn/problems/unique-paths/
63. 不同路径 II https://leetcode.cn/problems/unique-paths-ii/
343. 整数拆分 $^{[2]}$ https://leetcode.cn/problems/integer-break/
96. 不同的二叉搜索树$^{[3]}$ https://leetcode.cn/problems/unique-binary-search-trees/

总结与思考

参考资料

[1] 代码随想录

[2] 整数拆分官方题解方法一

[3] 不同的二叉搜索树官方题解

@xuyang cao