Skip to content

pcwu/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Practice

No Date Code Problem
001 2016-12-28 twoSum.js two-sum
001 2016-11-19 twoSum.py two-sum
002 2016-11-20 addTwoNumbers.py add-two-numbers
003 2016-11-21 lengthOfLongestSubstring.py longest-substring-without-repeating-characters
005 2016-11-23 longestPalindrome.py longest-palindromic-substring
006 2016-11-23 zigzagConversion.py zigzag-conversion
007 2016-11-23 ReverseInteger.py reverse-integer
009 2016-11-24 palindromeNumber.py palindrome-number
011 2016-11-24 containerWithMostWater.py container-with-most-water
012 2016-11-25 integerToRoman.py integer-to-roman
013 2016-11-25 romanToInt.py roman-to-integer
014 2016-11-25 longestCommonPrefix.py longest-common-prefix
015 2017-02-03 threeSum.py 3sum
016 2017-02-03 threeSumClosest.py 3sum-closest
017 2017-02-06 letterCombinations.py letter-combinations-of-a-phone-number
018 2017-02-18 fourSum.py 4sum
019 2016-12-19 removeNthFromEnd.py remove-nth-node-from-end-of-list
020 2016-12-19 ValidParentheses.py valid-parentheses
021 2016-12-19 mergeTwoLists.py merge-two-sorted-lists
022 2017-02-16 generateParenthesis.py generate-parentheses
024 2016-12-25 swapParis.py swap-nodes-in-pairs
026 2016-12-28 removeDuplicates.py remove-duplicates-from-sorted-array
027 2016-12-28 removeElement.js remove-element
028 2016-12-28 Strstr.py implement-strstr
034 2017-02-18 searchRange.py search-for-a-range
036 2016-12-29 isValidSudoku.js valid-sudoku
038 2016-12-29 countAndSay.py count-and-say
039 2017-02-21 combinationSum.py combination-sum
040 2017-02-21 combinationSum2.py combination-sum-ii
046 2017-02-21 permute.py permutations
047 2017-02-21 permuteUnique.py permutations-ii
048 2017-02-25 rotate.py rotate-image
049 2017-02-25 groupAnagrams.py anagrams
053 2017-03-25 maxSubArray.py maximum-subarray
055 2017-02-26 canJump.py jump-game
056 2017-02-26 merge.py merge-intervals
058 2017-01-07 lengthOfLastWord�.py length-of-last-word
061 2017-02-26 rotateRight.py rotate-list
062 2017-03-25 uniquePaths.py unique-paths
063 2017-03-25 uniquePathsWithObstacles.py unique-paths-ii
066 2017-01-07 plusOne.js plus-one
067 2017-01-07 addBinary.py add-binary
070 2017-01-07 climbStairs.js climbing-stairs
083 2017-01-07 deleteDuplicates.js remove-duplicates-from-sorted-list
088 2017-01-07 merge.js merge-sorted-array
091 2017-03-26 numDecodings.py decode-ways
100 2017-01-07 isSameTree.js same-tree
101 2017-02-14 isSymmetric.py symmetric-tree
104 2017-02-14 maxDepth.py maximum-depth-of-binary-tree
107 2017-02-14 levelOrderBottom.py binary-tree-level-order-traversal-ii
108 2017-02-14 sortedArrayToBST.py convert-sorted-array-to-binary-search-tree
110 2017-02-14 isBalanced.py balanced-binary-tree
111 2017-02-14 minDepth.py minimum-depth-of-binary-tree
118 2017-02-14 generate.py pascals-triangle
121 2017-02-14 maxProfit.py best-time-to-buy-and-sell-stock
122 2017-02-14 maxProfit.py best-time-to-buy-and-sell-stock-ii
125 2017-02-14 isPalindrome.py valid-palindrome
136 2016-11-19 singleNumber.py single-number
141 2017-02-16 hasCycle.py linked-list-cycle
292 2016-11-19 nimGame.py nim-game
344 2016-11-19 reverseString.py reverse-string
371 2016-11-19 sumOfTwoIntegers.py sum-of-two-integers
412 2016-11-19 fizzBuzz.py fizz-buzz