2016年11月15日
摘要: 题目: Add Two Numbers 题目描述: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of the 阅读全文
posted @ 2016-11-15 22:02 Google-boy 阅读(141) 评论(0) 推荐(0)
摘要: 题目:N Sum 描述: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input 阅读全文
posted @ 2016-11-15 17:22 Google-boy 阅读(223) 评论(0) 推荐(0)