摘要: 题目描述:Given an array of strings, return all groups of strings that are anagrams.Note: All inputs will be in lower-case.思路:题目的意思呢,就是寻找一组字符串中,字符串使用相同数量的相... 阅读全文
posted @ 2015-03-23 23:31 SevenForever 阅读(119) 评论(0) 推荐(0)
摘要: 终于还是要面临找工作了,太多需要linux下的操作经验和技巧的,被迫换了电脑的操作系统哦概念,一切环境都要重新配置,Window下的软件直接个软件包就可以搞定,ubuntu下一般的也都可以通过apt-get install来直接安装,但是有些不行的,也需要从网上下载安装包。Sublime就是这样的。... 阅读全文
posted @ 2015-03-23 19:53 SevenForever 阅读(314) 评论(0) 推荐(0)
摘要: 题目描述:Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating lette... 阅读全文
posted @ 2015-03-23 00:02 SevenForever 阅读(150) 评论(0) 推荐(0)