摘要: 题目: Related to question Excel Sheet Column Title Given a column title as appear in an Excel sheet, return its corresponding column number. For example 阅读全文
posted @ 2017-02-21 11:45 panini 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 题目: Design and implement a TwoSum class. It should support the following operations: add and find. add - Add the number to an internal data structure. 阅读全文
posted @ 2017-02-21 06:17 panini 阅读(164) 评论(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 阅读全文
posted @ 2017-02-21 01:24 panini 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 题目: Given a positive integer, return its corresponding column title as appear in an Excel sheet. For example: 链接: http://leetcode.com/problems/excel-s 阅读全文
posted @ 2017-02-21 00:54 panini 阅读(124) 评论(0) 推荐(0) 编辑