Vulkan

2014年3月31日

Cracking The Coding Interview 1.2

摘要: //原文://// Write code to reverse a C-Style String. (C-String means that “abcd” is represented as five characters, including the null character.)//// 从前... 阅读全文

posted @ 2014-03-31 13:44 Vulkan 阅读(153) 评论(0) 推荐(0) 编辑

Cracking The Coding Interview 1.1

摘要: //原文://// Implement an algorithm to determine if a string has all unique characters. What if you can not use additional data structures?// // 使用一个数... 阅读全文

posted @ 2014-03-31 13:26 Vulkan 阅读(140) 评论(0) 推荐(0) 编辑

导航