摘要:
Integer to Roman Given an integer, convert it to a roman numeral. The number is guaranteed to be within the range from 1 to 3999. Integer to Roman Giv 阅读全文
posted @ 2016-07-16 23:04
北叶青藤
阅读(232)
评论(0)
推荐(0)
摘要:
Given a string S and a string T, count the number of distinct subsequences of T in S. A subsequence of a string is a new string which is formed from t 阅读全文
posted @ 2016-07-16 11:39
北叶青藤
阅读(191)
评论(0)
推荐(0)
摘要:
Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.) You have 阅读全文
posted @ 2016-07-16 11:21
北叶青藤
阅读(199)
评论(0)
推荐(0)
摘要:
The code base version is an integer start from 1 to n. One day, someone committed a bad version in the code case, so it caused this version and the fo 阅读全文
posted @ 2016-07-16 05:12
北叶青藤
阅读(186)
评论(0)
推荐(0)
摘要:
Given a string source and a string target, find the minimum window in source which will contain all the characters in target. Notice If there is no su 阅读全文
posted @ 2016-07-16 05:04
北叶青藤
阅读(385)
评论(0)
推荐(0)
摘要:
Print numbers from 1 to the largest number with N digits by recursion. Notice It's pretty easy to do recursion like: recursion(i) { if i > largest num 阅读全文
posted @ 2016-07-16 01:37
北叶青藤
阅读(242)
评论(0)
推荐(0)
摘要:
Given an array of strings, return all groups of strings that are anagrams. Notice All inputs will be in lower-case Given an array of strings, return a 阅读全文
posted @ 2016-07-16 00:22
北叶青藤
阅读(218)
评论(0)
推荐(0)
摘要:
Add Two Numbers I You have two numbers represented by a linked list, where each node contains a single digit. The digits are stored in reverse order, 阅读全文
posted @ 2016-07-16 00:11
北叶青藤
阅读(231)
评论(0)
推荐(0)

浙公网安备 33010602011771号