[LeetCode] Anagrams 解题报告

摘要: Given an array of strings, return all groups of strings that are anagrams.Note: All inputs will be in lower-case.» Solve this problem[解题思路]对每一个字符串取水印,... 阅读全文
posted @ 2013-01-16 13:50 小刀初试 阅读(204) 评论(0) 推荐(0) 编辑

[LeetCode] Add Binary 解题报告

摘要: Given two binary strings, return their sum (also a binary string).For example,a = "11"b = "1"Return "100".» Solve this problem[解题思路]典型的实现题。没什么可说的。[Cod... 阅读全文
posted @ 2013-01-16 12:19 小刀初试 阅读(146) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示