会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Ruoh3kou
饿了
博客园
首页
新随笔
联系
订阅
管理
2018年11月8日
[leetcode] 113. Path Sum II (Medium)
摘要: 原题链接 子母题 112 Path Sum 跟112多了一点就是保存路径 依然用dfs,多了两个vector保存路径 Runtime: 16 ms, faster than 16.09% of C++
阅读全文
posted @ 2018-11-08 19:26 Ruohua3kou
阅读(131)
评论(0)
推荐(0)
编辑
[leetcode] #112 Path Sum (easy)
摘要: 原题链接 题意: 给定一个值,求出从树顶到某个叶(没有子节点)有没有一条路径等于该值。 思路: DFS Runtime: 4 ms, faster than 100.00% of C++
阅读全文
posted @ 2018-11-08 15:33 Ruohua3kou
阅读(163)
评论(0)
推荐(0)
编辑
公告