摘要: Given a List of words, return the words that can be typed using letters of alphabet on only one row's of American keyboard like the image below. Examp 阅读全文
posted @ 2017-02-20 21:55 Grandyang 阅读(6742) 评论(2) 推荐(0) 编辑
摘要: Given an integer, return its base 7 string representation. Example 1: Example 2: Note: The input will be in range of [-1e7, 1e7]. 这道题给了我们一个数,让我们转为七进制的 阅读全文
posted @ 2017-02-20 00:09 Grandyang 阅读(6929) 评论(2) 推荐(0) 编辑
Fork me on GitHub