LeetCode习题笔记
Wetsion
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
LeetCode 58:Length Of Word
题目要求:Given a string s consists of upper/lower-case alphabets and empty space characters ' ', return the length of last word inthe string.If the last word does not exist, return 0.Note: A word原创 2016-01-02 16:40:25 · 669 阅读 · 0 评论 -
LeetCode 171:Excel Sheet Column Numbert
题目要求:Given a column title as appear in an Excel sheet, return its corresponding column number.For example:A -> 1B -> 2C -> 3...Z -> 26AA -> 27AB -> 28 接触LeetCode后的碰到的第二道题~原创 2016-01-02 16:55:50 · 617 阅读 · 0 评论 -
LeetCode318:Maximum Product Of Word Length
好久没刷LeetCode,昨天随便pick了一道。 题目: Given a string array words, find the maximum value of length(word[i]) * length(word[j]) where the two words do not share common letters. You may assume that each原创 2016-03-29 11:11:00 · 712 阅读 · 0 评论
分享