2017年7月26日
摘要: 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 to in 阅读全文
posted @ 2017-07-26 13:28 Beserious 阅读(132) 评论(0) 推荐(0) 编辑
摘要: Given an array of size n, find the majority element. The majority element is the element that appears more than ⌊ n/2 ⌋ times. You may assume that the 阅读全文
posted @ 2017-07-26 12:14 Beserious 阅读(126) 评论(0) 推荐(0) 编辑
摘要: Related to question Excel Sheet Column Title Given a column title as appear in an Excel sheet, return its corresponding column number. For example: 从2 阅读全文
posted @ 2017-07-26 08:07 Beserious 阅读(180) 评论(0) 推荐(0) 编辑
摘要: Given a positive integer, return its corresponding column title as appear in an Excel sheet. For example: 其实类似26进制数 阅读全文
posted @ 2017-07-26 07:58 Beserious 阅读(130) 评论(0) 推荐(0) 编辑