Vulkan

2014年4月1日

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) 编辑

Cracking The Coding Interview 1.3

摘要: //原文://// Design an algorithm and write code to remove the duplicate characters in a string without using any additional buffer. NOTE: One or two addi... 阅读全文

posted @ 2014-04-01 16:28 Vulkan 阅读(100) 评论(0) 推荐(0) 编辑

导航