1002.FindCommonCharacters.py
1009.ComplementofBase10Integer.py
1021.RemoveOutermostParentheses.py
1022.SumofRootToLeafBinaryNumbers.py
104.MaximumDepthofBinaryTree.py
1047.RemoveAllAdjacentDuplicatesInString.py
107.BinaryTreeLevelOrderTraversalII.py
110.BalancedBinaryTree.py
1103.DistributeCandiestoPeople.py
1108.DefanginganIPAddress(join).py
1108.DefanginganIPAddress(re.sub).py
1108.DefanginganIPAddress(replace).py
111.MinimumDepthofBinaryTree.py
1122.RelativeSortArray.py
1160.FindWordsThatCanBeFormedbyCharacters.py
1189.MaximumNumberofBalloons.py
1200.MinimumAbsoluteDifference.py
1207.UniqueNumberofOccurrences.py
121.BestTimetoBuyandSellStock.py
1217.MinimumCosttoMoveChipstoTheSamePosition.py
1221.SplitaStringinBalancedStrings.py
1237.FindPositiveIntegerSolutionforaGivenEquation.py
125.ValidPalindromeReFindall.py
125.ValidPalindromeReSub.py
125.ValidPalindromeTwoPointer.py
1252.CellswithOddValuesinaMatrix.py
1266.MinimumTimeVisitingAllPoints.py
1287.ElementAppearingMoreThan25InSortedArray(binarySearch).py
1287.ElementAppearingMoreThan25InSortedArray(for).py
1290.ConvertBinaryNumberinaLinkedListtoInteger.py
1299.ReplaceElementswithGreatestElementonRightSide.py
1309.DecryptStringfromAlphabettoIntegerMapping.py
1313.DecompressRun-LengthEncodedList.py
1331.RankTransformofanArray.py
1332.RemovePalindromicSubsequences.py
1337.TheKWeakestRowsinaMatrix.py
1342.NumberofStepstoReduceaNumbertoZero.py
1351.CountNegativeNumbersinaSortedMatrix(binarySearch).py
1351.CountNegativeNumbersinaSortedMatrix(nestedFor).py
1351.CountNegativeNumbersinaSortedMatrix(nestedForOptimized).py
1365.HowManyNumbersAreSmallerThantheCurrentNumber.py
1370.IncreasingDecreasingString.py
1374.GenerateaStringWithCharactersThatHaveOddCounts.py
1380.LuckyNumbersinaMatrix.py
1389.CreateTargetArrayintheGivenOrder.py
14.LongestCommonPrefix.py
1403.MinimumSubsequenceinNon-IncreasingOrder(list).py
1403.MinimumSubsequenceinNon-IncreasingOrder.py
141.LinkedListCycle(BruteForce).py
1431.KidsWiththeGreatestNumberofCandies.py
1436.DestinationCity(dict).py
1436.DestinationCity(set).py
1441.BuildanArrayWithStackOperations.py
1446.ConsecutiveCharacters.py
1450.NumberofStudentsDoingHomeworkataGivenTime.py
1455.CheckIfaWordOccursAsaPrefixofAnyWordinaSentence.py
1460.MakeTwoArraysEqualbyReversingSub-arrays.py
1464.MaximumProductofTwoElementsinanArray.py
1475.FinalPricesWithaSpecialDiscountinaShop.py
1480.RunningSumof1dArray(ListComprehension).py
1480.RunningSumof1dArray.py
1486.XOROperationinanArray.py
1491.AverageSalaryExcludingtheMinimumandMaximumSalary.py
1502.CanMakeArithmeticProgressionFromSequence.py
1507.ReformatDate(List).py
1507.ReformatDate(String).py
1512.NumberofGoodPairs(Dict).py
1512.NumberofGoodPairs(For).py
1523.CountOddNumbersinanIntervalRange.py
1528.ShuffleString(List).py
1528.ShuffleString(String).py
1534.CountGoodTriplets.py
1539.KthMissingPositiveNumber.py
1544.MakeTheStringGreat(Stack).py
1544.MakeTheStringGreat(string).py
1550.ThreeConsecutiveOdds.py
1556.ThousandSeparator.py
1566.DetectPatternofLengthMRepeatedKorMoreTimes.py
1572.MatrixDiagonalSum.py
1576.ReplaceAllQuestionmarkstoAvoidConsecutiveRepeatingCharacters.py
1582.SpecialPositionsinaBinaryMatrix.py
1588.SumofAllOddLengthSubarrays.py
1592.RearrangeSpacesBetweenWords.py
160.IntersectionofTwoLinkedLists.py
1603.DesignParkingSystem.py
1614.MaximumNestingDepthoftheParentheses.py
1619.MeanofArrayAfterRemovingSomeElements.py
1624.LargestSubstringBetweenTwoEqualCharacters.py
1636.SortArraybyIncreasingFrequency.py
1640.CheckArraFormationThroughConcatenation.py
1646.GetMaximuminGeneratedArray(while).py
1646.GetMaximuminGeneratedArray.py
1656.DesignanOrderedStream.py
1662.CheckIfTwoStringArraysareEquivalent.py
1668.MaximumRepeatingSubstring.py
167.TwoSumII-Inputarrayissorted.py
1672.RichestCustomerWealth.py
1678.GoalParserInterpretation(replace).py
1678.GoalParserInterpretation.py
168.ExcelSheetColumnTitle.py
1684.CounttheNumberofConsistentStrings.py
1688.CountofMatchesinTournament.py
1694.ReformatPhoneNumber.py
1700.NumberofStudentsUnabletoEatLunch.py
1704.DetermineifStringHalvesAreAlike.py
171.ExcelSheetColumnNumber.py
1710.MaximumUnitsonaTruck.py
1716.CalculateMoneyinLeetcodeBank.py
172.FactorialTrailingZeroes.py
1725.NumberOfRectanglesThatCanFormTheLargestSquare.py
1732.FindtheHighestAltitude.py
1748.SumofUniqueElements.py
1752.CheckifArrayIsSortedandRotated.py
1773.CountItemsMatchingaRule.py
1790.CheckifOneStringSwapCanMakeStringsEqual.py
1796.SecondLargestDigitinaString.py
1800.MaximumAscendingSubarraySum.py
1805.NumberofDifferentIntegersinaString.py
1812.DetermineColorofaChessboardSquare.py
20.ValidParentheses(BruteForce).py
20.ValidParentheses(Stack).py
203.RemoveLinkedListElements.py
206.ReverseLinkedList(rightappr).py
21.MergeTwoSortedLists.py
217.ContainsDuplicate(Dict).py
219.ContainsDuplicateII.py
225.ImplementStackusingQueues.py
232.ImplementQueueusingStacks.py
234.PalindromeLinkedList.py
237.DeleteNodeinaLinkedList.py
26.RemoveDuplicatesfromSortedArray.py
342.PowerofFour(BruteForce).py
345.ReverseVowelsofaString(list).py
345.ReverseVowelsofaString(string).py
35.SearchInsertPosition.py
387.FirstUniqueCharacterinaString(BruteForce).py
387.FirstUniqueCharacterinaString.py
389.FindtheDifference(set).py
459.RepeatedSubstringPattern.py
496.NextGreaterElementI.py
501.FindModeinBinarySearchTree.py
509.FibonacciNumber(Dict).py
509.FibonacciNumber(TwoVar).py
509.FibonacciNumber(list).py
530.MinimumAbsoluteDifferenceinBST.py
538.ConvertBSTtoGreaterTree.py
559.MaximumDepthofN-aryTree.py
58.LengthofLastWord(list).py
58.LengthofLastWord(string).py
589.N-aryTreePreorderTraversal.py
590.N-aryTreePostorderTraversal.py
594.LongestHarmoniousSubsequence(Counter).py
594.LongestHarmoniousSubsequence(defaultdict).py
599.MinimumIndexSumofTwoLists.py
637.AverageofLevelsinBinaryTree.py
653.TwoSumIV-InputisaBST.py
657.RobotReturntoOrigin.py
665.Non-decreasingArray.py
671.SecondMinimumNodeInaBinaryTree.py
674.LongestContinuousIncreasingSubsequence.py
690.EmployeeImportance.py
696.CountBinarySubstrings.py
700.SearchinaBinarySearchTree.py
703.KthLargestElementinaStream.py
720.LongestWordinDictionary.py
728.SelfDividingNumbers.py
744.FindSmallestLetterGreaterThanTarget.py
746.MinCostClimbingStairs.py
804.UniqueMorseCodeWords.py
811.SubdomainVisitCount.py
821.ShortestDistancetoaCharacter.py
83.RemoveDuplicatesfromSortedList.py
832.FlippinganImage(reverse).py
852.PeakIndexinaMountainArray(ListComprehension).py
852.PeakIndexinaMountainArray(set).py
884.UncommonWordsfromTwoSentences.py
897.IncreasingOrderSearchTree.py
922.SortArrayByParityII(Dictionary).py
922.SortArrayByParityII(List).py
922.SortArrayByParityII(TwoPointers).py
929.UniqueEmailAddresses.py
933.NumberofRecentCalls(BinarySearch).py
933.NumberofRecentCalls(while).py
933.NumberofRecentCalls(whilePop).py
938.RangeSumofBST(Optimized).py
941.ValidMountainArray.py
949.LargestTimeforGivenDigits.py
953.VerifyinganAlienDictionary.py
961.N-RepeatedElementinSize2NArray(BruteForce).py
961.N-RepeatedElementinSize2NArray.py
965.UnivaluedBinaryTree.py
977.SquaresofaSortedArray.py
989.AddtoArray-FormofInteger.py
993.CousinsinBinaryTree.py
999.AvailableCapturesforRook.py
You can’t perform that action at this time.