2019年2月19日

2. Add Two Numbers(Leetcode)

摘要: 题目: You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes co 阅读全文

posted @ 2019-02-19 10:49 shaer 阅读(114) 评论(0) 推荐(0) 编辑

二叉树的镜像 (剑指offer)

摘要: 注意:写代码前首先要考虑鲁棒性。 复杂问题画图分析。 运行时间:27ms 时间复杂度:o(n) 阅读全文

posted @ 2019-02-19 09:15 shaer 阅读(111) 评论(0) 推荐(0) 编辑

导航