Goal : finish 212 algorithm questions from LeetCode before September.
Finished:
- 1.Two Sum
- 2.Add Two Numbers
- 6.zigzag conversion
- 7.Reverse Interger
- 8. String to Integer (atoi)
- 9.Palindrome Number
- 11.Container With Most Water
- 12.Integer to Roman
- 13.Roman to Integer
- 14.Longest Common Prefix
- 15.3Sums
- 16.3Sum Closest
- 18.4Sum
- 20.Valid Parentheses
- 34.Search for a Range
- 21.Merge Two Sorted Lists
- 27.Remove Element
- 28.Implement strStr()
- 29.Divide Two Integers
- 31. Next Permutation
- 38. Count and Say
- 39.Combination Sum
- 40.Combination Sum II
- 48.Rotate Image
- 50.Pow(x, n)
- 58.Length of Last Word
- 66.Plus One
- 67.Add Binary
- 70.Climbing Stairs
- 83.Remove Duplicates from Sorted Array