会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
stAr_1
博客园
首页
新随笔
联系
订阅
管理
2018年2月13日
[leetcode]445. Add Two Numbers II
摘要: 不同于上题的地方是,这次链表的表示是前高位后低位 这样的问题就是,要从后边开始加,但是链表不能访问到前一个节点,所以要用一个数据结构存数据,那肯定是栈喽 同上一个题一样,要注意进位,进位不为空也要循环一次
阅读全文
posted @ 2018-02-13 21:55 stAr_1
阅读(118)
评论(0)
推荐(0)
编辑
[leetcode]203. Remove Linked List Elements链表中删除节点
摘要: 这道题很基础也很重要 重点就是设置超前节点
阅读全文
posted @ 2018-02-13 11:21 stAr_1
阅读(92)
评论(0)
推荐(0)
编辑
[leetcode]599. Minimum Index Sum of Two Lists
摘要: 哈希表应用比较典型
阅读全文
posted @ 2018-02-13 11:07 stAr_1
阅读(79)
评论(0)
推荐(0)
编辑
[LeetCode]160. Intersection of Two Linked Lists判断交叉链表的交点
摘要: 重要
阅读全文
posted @ 2018-02-13 10:38 stAr_1
阅读(112)
评论(0)
推荐(0)
编辑
公告