会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Dolisun
博客园
首页
新随笔
联系
订阅
管理
2019年8月13日
322.零钱兑换-python
摘要: 动态规划问题,稍后更新思路 进行空间压缩: python class Solution(object): def coinChange(self, coins, amount): """ :type coins: List[int] :type amount: int :rtype: int """
阅读全文
posted @ 2019-08-13 20:59 Dolisun
阅读(1002)
评论(0)
推荐(0)
编辑
把二叉树打印成多行 -python
摘要: 思路:跟上一篇的之字形打印思路类似,只不过不用隔层翻转打印
阅读全文
posted @ 2019-08-13 08:50 Dolisun
阅读(231)
评论(0)
推荐(0)
编辑
公告