Moi_LeetCode_2022 Problem ID Description 0001 TwoSum 0002 AddTwoNumbers 0003 LongestSubstringWithoutRepeatingCharacters 0004 MedianOfTwoSortedArrays 0005 LongestPalindromicSubstring 0007 ReverseInteger 0008 StringToInteger 0010 RegularExpressionMatching 0011 ContainerWithMostWater 0013 RomanToInteger 0014 LongestCommonPrefix 0015 ThreeSum 0017 LetterCombinationsOfPhoneNumber 0019 RemoveNthFromEnd 0020 ValidParentheses 0021 MergeTwoSortedLists 0022 GenerateParentheses 0023 MergeKSortedLists 0026 RemoveDuplicatesFromSortedArray 0028 ImplementStrStr 0029 DivideTwoIntegers 0033 SearchInRotatedSortedArray 0034 FindFirstAndLastPosition 0036 ValidSudoku 0038 CountAndSay 0041 FirstMissingPositive 0042 TrappingRainWater 0044 WildcardMatching 0046 Permutations 0048 RotateImage 0049 GroupAnagrams 0050 PowXN 0053 MaximumSubarray 0054 SpiralMatrix 0055 JumpGame 0056 MergeIntervals 0062 UniquePaths 0066 PlusOne 0069 SqrtX 0070 ClimbingStairs 0073 SetMatrixZeroes 0075 SortColors 0078 Subsets 0079 WordSearch 0088 MergeSortedArray 0091 DecodeWays 0094 BinaryTreeInorderTraversal 0098 ValidateBinarySearchTree 0101 SymmetricTree 0102 BinaryTreeLevelOrderTraversal 0103 BinaryTreeZigzagLevelOrderTraversal 0105 ConstructBinaryTreeFromPreorderAndInorderTraversal 0108 ConvertSortedArrayToBinarySearchTree 0116 PopulatingNextRightPointersInEachNode 0118 PascalTriangle 0119 PascalTriangleII 0121 BestTime2BuyAndSellStock 0122 BestTime2BuyAndSellStockII 0124 BinaryTreeMaximumPathSum 0125 ValidPalindrome 0127 WordLadder 0128 LongestConsecutiveSequence 0131 PalindromePartitioning 0134 GasStation 0136 SingleNumber 0138 CopyListWithRandomPointer 0139 WordBreak 0140 WordBreakII 0141 LinkedListCycle 0146 LRUCache 0148 SortList 0160 IntersectionOfTwoLinkedLists 0169 MajorityElement 0171 ExcelSheetColumnNumber 0190 ReverseBits 0191 NumberOfBits 0202 HappyNumber 0206 ReverseLinkedList 0217 ContainsDuplicate 0234 PalindromeLinkedList 0242 ValidAnagram 0268 MissingNumber 0300 LongestIncreasingSubsequence 1338 ReduceArraySizeHalf 9999 LongestCommonString Total 85 Problems Solved Date 09/06/22