会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
菜是原罪zm
博客园
首页
博问
闪存
新随笔
订阅
管理
2021年1月19日
Datawhale编程实践(LeetCode 腾讯精选练习50)Task8
摘要: 1.不同路径https://leetcode-cn.com/problems/unique-paths/ 看到这题,我第一想到的也是组合数学。就直接计算一下组合数就行了 1 class Solution: 2 def uniquePaths(self, m: int, n: int) -> int:
阅读全文
posted @ 2021-01-19 10:22 zmbreathing
阅读(93)
评论(0)
推荐(0)
编辑