Cracking The Coding Interview 1.4
摘要:
//Write a method to decide if two strings are anagrams or not.//// 变位词(anagrams)指的是组成两个单词的字符相同,但位置不同的单词。比如说, abbcd和abcdb就是一对变位词。// // 使用一个固定数组大小记录各个... 阅读全文
posted @ 2014-04-01 16:47 Vulkan 阅读(107) 评论(0) 推荐(0) 编辑