2015年12月30日

Add Two Numbers

摘要: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ... 阅读全文

posted @ 2015-12-30 23:28 walkwalkwalk 阅读(139) 评论(0) 推荐(0) 编辑

Two Sum

摘要: Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two nu... 阅读全文

posted @ 2015-12-30 23:01 walkwalkwalk 阅读(211) 评论(0) 推荐(0) 编辑

如果要面试

摘要: 先看下数据结构链表相关http://blog.csdn.net/luckyxiaoqiang/article/details/7393134二叉树相关http://blog.csdn.net/luckyxiaoqiang/article/details/7518888排序相关http://blog.... 阅读全文

posted @ 2015-12-30 20:42 walkwalkwalk 阅读(176) 评论(0) 推荐(0) 编辑

导航