C Solutions to problems on LeetCode https://leetcode.com
my soluting
53 Maximum Subarray https://github.com/xiyeweiliang/LeetCode/blob/master/maxSubArray.c
88 Merge Sorted Array https://github.com/xiyeweiliang/LeetCode/blob/master/merge.c
104 Maximum Depth of Binary Tree https://github.com/xiyeweiliang/LeetCode/blob/master/maxDepth.c
136 Single Number https://github.com/xiyeweiliang/LeetCode/blob/master/singleNumber.c
167 Two Sum II - Input array is sorted https://github.com/xiyeweiliang/LeetCode/blob/master/twoSum.c
226 Invert Binary Tree https://github.com/xiyeweiliang/LeetCode/blob/master/invertTree.c
258 Add Digits https://github.com/xiyeweiliang/LeetCode/blob/master/addDigits.c
283 Move Zeroes https://github.com/xiyeweiliang/LeetCode/blob/master/moveZeroes.c
292 Nim Game https://github.com/xiyeweiliang/LeetCode/blob/master/canWinNim.c
344 Reverse String https://github.com/xiyeweiliang/LeetCode/blob/master/reverseString.c
371 Sum of Two Integers https://github.com/xiyeweiliang/LeetCode/blob/master/getSum.c
383 Ransom Note https://github.com/xiyeweiliang/LeetCode/blob/master/canConstruct.c
389 Find the Difference https://github.com/xiyeweiliang/LeetCode/blob/master/findTheDifference.c
404 Sum of Left Leaves https://github.com/xiyeweiliang/LeetCode/blob/master/sumOfLeftLeaves.c
412 Fizz Buzz https://github.com/xiyeweiliang/LeetCode/blob/master/fizzBuzz.c
448 Find All Numbers Disappeared in an Array https://github.com/xiyeweiliang/LeetCode/blob/master/findDisappearedNumbers.c
455 Assign Cookies https://github.com/xiyeweiliang/LeetCode/blob/master/findContentChildren.c
461 Hamming Distance https://github.com/xiyeweiliang/LeetCode/blob/master/hammingDistance.c
463 Island Perimeter https://github.com/xiyeweiliang/LeetCode/blob/master/islandPerimeter.c
476 Number Complement https://github.com/xiyeweiliang/LeetCode/blob/master/findComplement.c
485 Max Consecutive Ones https://github.com/xiyeweiliang/LeetCode/blob/master/findMaxConsecutiveOnes.c
492 Construct the Rectangle https://github.com/xiyeweiliang/LeetCode/blob/master/constructRectangle.c
496 Next Greater Element I https://github.com/xiyeweiliang/LeetCode/blob/master/nextGreaterElement.c
520 Detect Capital https://github.com/xiyeweiliang/LeetCode/blob/master/detectCapitalUse.c
557 Reverse Words in a String III https://github.com/xiyeweiliang/LeetCode/blob/master/reverseWords3.c
561 Array Partition I https://github.com/xiyeweiliang/LeetCode/blob/master/arrayPairSum.c
575 Distribute Candies https://github.com/xiyeweiliang/LeetCode/blob/master/distributeCandies.c