Solution to 4Sum by LeetCode

8 Apr

Quesion: http://oj.leetcode.com/problems/4sum/ Question Name: 4Sum or 4-sum The key point is to prune when further qualified combination is not possible.

Solution to Letter Combinations of a Phone Number by LeetCode

5 Apr

Question: http://oj.leetcode.com/problems/letter-combinations-of-a-phone-number/ Question Name: Letter Combinations of a Phone Number

Solution to 3Sum Closest by LeetCode

5 Apr

Question: http://oj.leetcode.com/problems/3sum-closest/ Question Name: 3Sum Closest

Solution to Longest Common Prefix by LeetCode

5 Apr

Question: http://oj.leetcode.com/problems/longest-common-prefix/ Question Name: Longest Common Prefix

Solution to Integer to Roman by LeetCode

31 Mar

Question: http://oj.leetcode.com/problems/integer-to-roman/ Question Name: Integer to Roman

Solution to Roman to Integer by LeetCode

31 Mar

Question: http://oj.leetcode.com/problems/roman-to-integer/ Question Name: Roman to Integer

Solution to Container With Most Water by LeetCode

28 Mar

Question: http://oj.leetcode.com/problems/container-with-most-water/ Question Name: Container With Most Water