摘要:
题目描述:Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating lette... 阅读全文
posted @ 2014-12-05 19:13
Sawyer Ford
阅读(166)评论(0)推荐(0)
摘要:
题目描述: There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity sho... 阅读全文
posted @ 2014-12-02 17:28
Sawyer Ford
阅读(165)评论(0)推荐(0)
摘要:
题目描述:Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the t... 阅读全文
posted @ 2014-11-25 21:59
Sawyer Ford
阅读(184)评论(0)推荐(0)
摘要:
1. string to int && int to string 2. 整数1转换成字符串"001" 3. strncpy 参考资料: https://stackoverflow.com/questions/5590381/easiest-way-to-convert-int-to-string- 阅读全文
posted @ 2014-11-10 11:36
Sawyer Ford
阅读(207)评论(0)推荐(0)