摘要: 题目描述: 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 阅读全文
posted @ 2018-02-15 16:03 宵夜在哪 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 题目描述: Given a positive integer, return its corresponding column title as appear in an Excel sheet. For example: 本题要我们将阿拉伯数字转化为Excel工作簿中列的标题。 解题思路: 本题相 阅读全文
posted @ 2018-02-15 14:45 宵夜在哪 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 题目描述: Given an array of integers that is already sorted in ascending order, find two numbers such that they add up to a specific target number. The fu 阅读全文
posted @ 2018-02-15 01:53 宵夜在哪 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 题目描述: Write a program to find the node at which the intersection of two singly linked lists begins. For example, the following two linked lists: begin 阅读全文
posted @ 2018-02-15 01:30 宵夜在哪 阅读(80) 评论(0) 推荐(0) 编辑