Skip to main content

Amazon LeetCode Questions

IDURLTitleDifficultyAcceptance %Frequency %
1https://leetcode.com/problems/two-sumTwo SumEasy57.1%100.0%
2https://leetcode.com/problems/add-two-numbersAdd Two NumbersMedium47.9%75.0%
3https://leetcode.com/problems/longest-substring-without-repeating-charactersLongest Substring Without Repeating CharactersMedium38.5%87.5%
4https://leetcode.com/problems/median-of-two-sorted-arraysMedian of Two Sorted ArraysHard45.9%75.0%
5https://leetcode.com/problems/longest-palindromic-substringLongest Palindromic SubstringMedium37.3%75.0%
6https://leetcode.com/problems/zigzag-conversionZigzag ConversionMedium53.5%50.0%
7https://leetcode.com/problems/reverse-integerReverse IntegerMedium31.5%62.5%
8https://leetcode.com/problems/string-to-integer-atoiString to Integer (atoi)Medium20.6%50.0%
9https://leetcode.com/problems/palindrome-numberPalindrome NumberEasy60.2%75.0%
10https://leetcode.com/problems/regular-expression-matchingRegular Expression MatchingHard30.4%62.5%
11https://leetcode.com/problems/container-with-most-waterContainer With Most WaterMedium59.5%75.0%
12https://leetcode.com/problems/integer-to-romanInteger to RomanMedium70.4%50.0%
13https://leetcode.com/problems/roman-to-integerRoman to IntegerEasy66.2%62.5%
14https://leetcode.com/problems/longest-common-prefixLongest Common PrefixEasy47.1%75.0%
15https://leetcode.com/problems/3sum3SumMedium38.6%75.0%
16https://leetcode.com/problems/3sum-closest3Sum ClosestMedium48.0%50.0%
17https://leetcode.com/problems/letter-combinations-of-a-phone-numberLetter Combinations of a Phone NumberMedium65.5%62.5%
18https://leetcode.com/problems/4sum4SumMedium40.0%62.5%
19https://leetcode.com/problems/remove-nth-node-from-end-of-listRemove Nth Node From End of ListMedium51.0%50.0%
20https://leetcode.com/problems/valid-parenthesesValid ParenthesesEasy43.7%75.0%
21https://leetcode.com/problems/merge-two-sorted-listsMerge Two Sorted ListsEasy67.9%62.5%
22https://leetcode.com/problems/generate-parenthesesGenerate ParenthesesMedium78.2%62.5%
23https://leetcode.com/problems/merge-k-sorted-listsMerge k Sorted ListsHard58.8%75.0%
24https://leetcode.com/problems/swap-nodes-in-pairsSwap Nodes in PairsMedium68.9%37.5%
25https://leetcode.com/problems/reverse-nodes-in-k-groupReverse Nodes in k-GroupHard65.3%50.0%
26https://leetcode.com/problems/remove-duplicates-from-sorted-arrayRemove Duplicates from Sorted ArrayEasy62.2%62.5%
27https://leetcode.com/problems/remove-elementRemove ElementEasy61.3%50.0%
28https://leetcode.com/problems/find-the-index-of-the-first-occurrence-in-a-stringFind the Index of the First Occurrence in a StringEasy46.2%50.0%
29https://leetcode.com/problems/divide-two-integersDivide Two IntegersMedium19.4%50.0%
30https://leetcode.com/problems/substring-with-concatenation-of-all-wordsSubstring with Concatenation of All WordsHard34.0%37.5%
31https://leetcode.com/problems/next-permutationNext PermutationMedium44.7%62.5%
32https://leetcode.com/problems/longest-valid-parenthesesLongest Valid ParenthesesHard38.0%50.0%
33https://leetcode.com/problems/search-in-rotated-sorted-arraySearch in Rotated Sorted ArrayMedium44.1%75.0%
34https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-arrayFind First and Last Position of Element in Sorted ArrayMedium48.3%62.5%
35https://leetcode.com/problems/search-insert-positionSearch Insert PositionEasy50.7%50.0%
36https://leetcode.com/problems/valid-sudokuValid SudokuMedium64.1%62.5%
37https://leetcode.com/problems/sudoku-solverSudoku SolverHard65.4%50.0%
38https://leetcode.com/problems/count-and-sayCount and SayMedium62.3%37.5%
39https://leetcode.com/problems/combination-sumCombination SumMedium76.1%50.0%
40https://leetcode.com/problems/combination-sum-iiCombination Sum IIMedium59.0%37.5%
41https://leetcode.com/problems/first-missing-positiveFirst Missing PositiveHard42.4%62.5%
42https://leetcode.com/problems/trapping-rain-waterTrapping Rain WaterHard66.8%87.5%
43https://leetcode.com/problems/multiply-stringsMultiply StringsMedium43.5%37.5%
44https://leetcode.com/problems/wildcard-matchingWildcard MatchingHard31.3%37.5%
45https://leetcode.com/problems/jump-game-iiJump Game IIMedium42.4%62.5%
46https://leetcode.com/problems/permutationsPermutationsMedium81.6%50.0%
47https://leetcode.com/problems/permutations-iiPermutations IIMedium62.9%37.5%
48https://leetcode.com/problems/rotate-imageRotate ImageMedium79.3%62.5%
49https://leetcode.com/problems/group-anagramsGroup AnagramsMedium72.2%75.0%
50https://leetcode.com/problems/powx-nPow(x, n)Medium38.2%50.0%
51https://leetcode.com/problems/n-queensN-QueensHard74.9%62.5%
52https://leetcode.com/problems/n-queens-iiN-Queens IIHard78.1%25.0%
53https://leetcode.com/problems/maximum-subarrayMaximum SubarrayMedium53.0%75.0%
54https://leetcode.com/problems/spiral-matrixSpiral MatrixMedium56.1%62.5%
55https://leetcode.com/problems/jump-gameJump GameMedium40.5%75.0%
56https://leetcode.com/problems/merge-intervalsMerge IntervalsMedium51.1%75.0%
57https://leetcode.com/problems/insert-intervalInsert IntervalMedium44.7%37.5%
58https://leetcode.com/problems/length-of-last-wordLength of Last WordEasy58.3%50.0%
59https://leetcode.com/problems/spiral-matrix-iiSpiral Matrix IIMedium74.6%25.0%
60https://leetcode.com/problems/permutation-sequencePermutation SequenceHard52.1%37.5%
61https://leetcode.com/problems/rotate-listRotate ListMedium41.2%50.0%
62https://leetcode.com/problems/unique-pathsUnique PathsMedium66.5%62.5%
63https://leetcode.com/problems/unique-paths-iiUnique Paths IIMedium44.1%37.5%
64https://leetcode.com/problems/minimum-path-sumMinimum Path SumMedium67.8%50.0%
65https://leetcode.com/problems/valid-numberValid NumberHard22.6%25.0%
66https://leetcode.com/problems/plus-onePlus OneEasy49.5%50.0%
67https://leetcode.com/problems/add-binaryAdd BinaryEasy57.6%50.0%
68https://leetcode.com/problems/text-justificationText JustificationHard50.4%37.5%
69https://leetcode.com/problems/sqrtxSqrt(x)Easy41.4%62.5%
70https://leetcode.com/problems/climbing-stairsClimbing StairsEasy53.9%62.5%
71https://leetcode.com/problems/simplify-pathSimplify PathMedium50.0%50.0%
72https://leetcode.com/problems/edit-distanceEdit DistanceMedium60.1%50.0%
73https://leetcode.com/problems/set-matrix-zeroesSet Matrix ZeroesMedium62.4%50.0%
74https://leetcode.com/problems/search-a-2d-matrixSearch a 2D MatrixMedium53.5%62.5%
75https://leetcode.com/problems/sort-colorsSort ColorsMedium69.1%62.5%
76https://leetcode.com/problems/minimum-window-substringMinimum Window SubstringHard46.9%62.5%
77https://leetcode.com/problems/combinationsCombinationsMedium74.2%37.5%
78https://leetcode.com/problems/subsetsSubsetsMedium82.0%62.5%
79https://leetcode.com/problems/word-searchWord SearchMedium46.8%62.5%
80https://leetcode.com/problems/remove-duplicates-from-sorted-array-iiRemove Duplicates from Sorted Array IIMedium64.3%50.0%
81https://leetcode.com/problems/search-in-rotated-sorted-array-iiSearch in Rotated Sorted Array IIMedium39.7%37.5%
82https://leetcode.com/problems/remove-duplicates-from-sorted-list-iiRemove Duplicates from Sorted List IIMedium51.3%12.5%
83https://leetcode.com/problems/remove-duplicates-from-sorted-listRemove Duplicates from Sorted ListEasy56.2%37.5%
84https://leetcode.com/problems/largest-rectangle-in-histogramLargest Rectangle in HistogramHard49.3%62.5%
85https://leetcode.com/problems/maximal-rectangleMaximal RectangleHard58.1%50.0%
86https://leetcode.com/problems/partition-listPartition ListMedium60.6%37.5%
87https://leetcode.com/problems/scramble-stringScramble StringHard43.9%25.0%
88https://leetcode.com/problems/merge-sorted-arrayMerge Sorted ArrayEasy54.4%75.0%
89https://leetcode.com/problems/gray-codeGray CodeMedium64.0%37.5%
90https://leetcode.com/problems/subsets-iiSubsets IIMedium60.9%50.0%
91https://leetcode.com/problems/decode-waysDecode WaysMedium37.6%37.5%
92https://leetcode.com/problems/reverse-linked-list-iiReverse Linked List IIMedium51.0%50.0%
93https://leetcode.com/problems/restore-ip-addressesRestore IP AddressesMedium55.3%25.0%
94https://leetcode.com/problems/binary-tree-inorder-traversalBinary Tree Inorder TraversalEasy79.7%37.5%
95https://leetcode.com/problems/unique-binary-search-trees-iiUnique Binary Search Trees IIMedium61.9%25.0%
96https://leetcode.com/problems/unique-binary-search-treesUnique Binary Search TreesMedium63.3%37.5%
97https://leetcode.com/problems/interleaving-stringInterleaving StringMedium43.5%25.0%
98https://leetcode.com/problems/validate-binary-search-treeValidate Binary Search TreeMedium35.3%50.0%
99https://leetcode.com/problems/recover-binary-search-treeRecover Binary Search TreeMedium58.7%37.5%
100https://leetcode.com/problems/same-treeSame TreeEasy66.6%37.5%
101https://leetcode.com/problems/symmetric-treeSymmetric TreeEasy60.7%50.0%
102https://leetcode.com/problems/binary-tree-level-order-traversalBinary Tree Level Order TraversalMedium72.2%50.0%
103https://leetcode.com/problems/binary-tree-zigzag-level-order-traversalBinary Tree Zigzag Level Order TraversalMedium63.1%62.5%
104https://leetcode.com/problems/maximum-depth-of-binary-treeMaximum Depth of Binary TreeEasy77.9%50.0%
105https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversalConstruct Binary Tree from Preorder and Inorder TraversalMedium68.3%50.0%
106https://leetcode.com/problems/construct-binary-tree-from-inorder-and-postorder-traversalConstruct Binary Tree from Inorder and Postorder TraversalMedium68.0%25.0%
107https://leetcode.com/problems/binary-tree-level-order-traversal-iiBinary Tree Level Order Traversal IIMedium67.6%12.5%
108https://leetcode.com/problems/convert-sorted-array-to-binary-search-treeConvert Sorted Array to Binary Search TreeEasy75.2%37.5%
109https://leetcode.com/problems/convert-sorted-list-to-binary-search-treeConvert Sorted List to Binary Search TreeMedium65.9%12.5%
110https://leetcode.com/problems/balanced-binary-treeBalanced Binary TreeEasy57.8%50.0%
111https://leetcode.com/problems/minimum-depth-of-binary-treeMinimum Depth of Binary TreeEasy52.3%12.5%
112https://leetcode.com/problems/path-sumPath SumEasy54.4%25.0%
113https://leetcode.com/problems/path-sum-iiPath Sum IIMedium61.7%25.0%
114https://leetcode.com/problems/flatten-binary-tree-to-linked-listFlatten Binary Tree to Linked ListMedium70.2%37.5%
115https://leetcode.com/problems/distinct-subsequencesDistinct SubsequencesHard51.5%37.5%
116https://leetcode.com/problems/populating-next-right-pointers-in-each-nodePopulating Next Right Pointers in Each NodeMedium66.8%50.0%
117https://leetcode.com/problems/populating-next-right-pointers-in-each-node-iiPopulating Next Right Pointers in Each Node IIMedium57.1%25.0%
118https://leetcode.com/problems/pascals-trianglePascal's TriangleEasy78.7%62.5%
119https://leetcode.com/problems/pascals-triangle-iiPascal's Triangle IIEasy67.1%25.0%
120https://leetcode.com/problems/triangleTriangleMedium59.8%37.5%
121https://leetcode.com/problems/best-time-to-buy-and-sell-stockBest Time to Buy and Sell StockEasy56.4%87.5%
122https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iiBest Time to Buy and Sell Stock IIMedium70.7%62.5%
123https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iiiBest Time to Buy and Sell Stock IIIHard53.1%37.5%
124https://leetcode.com/problems/binary-tree-maximum-path-sumBinary Tree Maximum Path SumHard42.0%62.5%
125https://leetcode.com/problems/valid-palindromeValid PalindromeEasy52.8%50.0%
126https://leetcode.com/problems/word-ladder-iiWord Ladder IIHard27.5%50.0%
127https://leetcode.com/problems/word-ladderWord LadderHard44.9%75.0%
128https://leetcode.com/problems/longest-consecutive-sequenceLongest Consecutive SequenceMedium47.0%75.0%
129https://leetcode.com/problems/sum-root-to-leaf-numbersSum Root to Leaf NumbersMedium69.6%25.0%
130https://leetcode.com/problems/surrounded-regionsSurrounded RegionsMedium44.7%50.0%
131https://leetcode.com/problems/palindrome-partitioningPalindrome PartitioningMedium73.7%50.0%
132https://leetcode.com/problems/palindrome-partitioning-iiPalindrome Partitioning IIHard36.6%25.0%
133https://leetcode.com/problems/clone-graphClone GraphMedium64.7%37.5%
134https://leetcode.com/problems/gas-stationGas StationMedium47.5%62.5%
135https://leetcode.com/problems/candyCandyHard47.9%50.0%
136https://leetcode.com/problems/single-numberSingle NumberEasy77.3%62.5%
137https://leetcode.com/problems/single-number-iiSingle Number IIMedium66.7%37.5%
138https://leetcode.com/problems/copy-list-with-random-pointerCopy List with Random PointerMedium62.4%75.0%
139https://leetcode.com/problems/word-breakWord BreakMedium49.1%62.5%
140https://leetcode.com/problems/word-break-iiWord Break IIHard55.1%50.0%
141https://leetcode.com/problems/linked-list-cycleLinked List CycleEasy53.9%50.0%
142https://leetcode.com/problems/linked-list-cycle-iiLinked List Cycle IIMedium57.2%37.5%
143https://leetcode.com/problems/reorder-listReorder ListMedium64.6%50.0%
144https://leetcode.com/problems/binary-tree-preorder-traversalBinary Tree Preorder TraversalEasy75.1%12.5%
145https://leetcode.com/problems/binary-tree-postorder-traversalBinary Tree Postorder TraversalEasy77.6%25.0%
146https://leetcode.com/problems/lru-cacheLRU CacheMedium46.8%87.5%
148https://leetcode.com/problems/sort-listSort ListMedium63.8%50.0%
149https://leetcode.com/problems/max-points-on-a-lineMax Points on a LineHard30.2%25.0%
150https://leetcode.com/problems/evaluate-reverse-polish-notationEvaluate Reverse Polish NotationMedium57.0%50.0%
151https://leetcode.com/problems/reverse-words-in-a-stringReverse Words in a StringMedium55.5%50.0%
152https://leetcode.com/problems/maximum-product-subarrayMaximum Product SubarrayMedium36.0%50.0%
153https://leetcode.com/problems/find-minimum-in-rotated-sorted-arrayFind Minimum in Rotated Sorted ArrayMedium53.8%50.0%
154https://leetcode.com/problems/find-minimum-in-rotated-sorted-array-iiFind Minimum in Rotated Sorted Array IIHard44.6%12.5%
155https://leetcode.com/problems/min-stackMin StackMedium57.7%62.5%
159https://leetcode.com/problems/longest-substring-with-at-most-two-distinct-charactersLongest Substring with At Most Two Distinct CharactersMedium57.0%12.5%
160https://leetcode.com/problems/intersection-of-two-linked-listsIntersection of Two Linked ListsEasy63.2%50.0%
162https://leetcode.com/problems/find-peak-elementFind Peak ElementMedium46.8%62.5%
164https://leetcode.com/problems/maximum-gapMaximum GapMedium51.4%12.5%
165https://leetcode.com/problems/compare-version-numbersCompare Version NumbersMedium46.1%37.5%
166https://leetcode.com/problems/fraction-to-recurring-decimalFraction to Recurring DecimalMedium30.5%12.5%
167https://leetcode.com/problems/two-sum-ii-input-array-is-sortedTwo Sum II - Input Array Is SortedMedium64.6%50.0%
168https://leetcode.com/problems/excel-sheet-column-titleExcel Sheet Column TitleEasy45.7%25.0%
169https://leetcode.com/problems/majority-elementMajority ElementEasy66.1%62.5%
171https://leetcode.com/problems/excel-sheet-column-numberExcel Sheet Column NumberEasy67.2%25.0%
172https://leetcode.com/problems/factorial-trailing-zeroesFactorial Trailing ZeroesMedium46.1%12.5%
173https://leetcode.com/problems/binary-search-tree-iteratorBinary Search Tree IteratorMedium76.1%37.5%
174https://leetcode.com/problems/dungeon-gameDungeon GameHard40.8%25.0%
175https://leetcode.com/problems/combine-two-tablesCombine Two TablesEasy79.2%50.0%
176https://leetcode.com/problems/second-highest-salarySecond Highest SalaryMedium46.3%50.0%
177https://leetcode.com/problems/nth-highest-salaryNth Highest SalaryMedium38.8%25.0%
178https://leetcode.com/problems/rank-scoresRank ScoresMedium67.1%37.5%
179https://leetcode.com/problems/largest-numberLargest NumberMedium42.6%50.0%
180https://leetcode.com/problems/consecutive-numbersConsecutive NumbersMedium47.8%37.5%
181https://leetcode.com/problems/employees-earning-more-than-their-managersEmployees Earning More Than Their ManagersEasy72.8%50.0%
182https://leetcode.com/problems/duplicate-emailsDuplicate EmailsEasy73.4%25.0%
183https://leetcode.com/problems/customers-who-never-orderCustomers Who Never OrderEasy71.5%25.0%
184https://leetcode.com/problems/department-highest-salaryDepartment Highest SalaryMedium57.3%25.0%
185https://leetcode.com/problems/department-top-three-salariesDepartment Top Three SalariesHard59.8%37.5%
186https://leetcode.com/problems/reverse-words-in-a-string-iiReverse Words in a String IIMedium56.6%25.0%
187https://leetcode.com/problems/repeated-dna-sequencesRepeated DNA SequencesMedium52.9%25.0%
188https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ivBest Time to Buy and Sell Stock IVHard49.5%25.0%
189https://leetcode.com/problems/rotate-arrayRotate ArrayMedium44.4%62.5%
190https://leetcode.com/problems/reverse-bitsReverse BitsEasy67.7%25.0%
191https://leetcode.com/problems/number-of-1-bitsNumber of 1 BitsEasy76.3%25.0%
193https://leetcode.com/problems/valid-phone-numbersValid Phone NumbersEasy28.9%12.5%
196https://leetcode.com/problems/delete-duplicate-emailsDelete Duplicate EmailsEasy65.6%25.0%
197https://leetcode.com/problems/rising-temperatureRising TemperatureEasy51.0%37.5%
198https://leetcode.com/problems/house-robberHouse RobberMedium52.9%62.5%
199https://leetcode.com/problems/binary-tree-right-side-viewBinary Tree Right Side ViewMedium69.5%50.0%
200https://leetcode.com/problems/number-of-islandsNumber of IslandsMedium63.8%87.5%
201https://leetcode.com/problems/bitwise-and-of-numbers-rangeBitwise AND of Numbers RangeMedium48.6%12.5%
202https://leetcode.com/problems/happy-numberHappy NumberEasy59.2%50.0%
203https://leetcode.com/problems/remove-linked-list-elementsRemove Linked List ElementsEasy53.8%25.0%
204https://leetcode.com/problems/count-primesCount PrimesMedium35.7%50.0%
205https://leetcode.com/problems/isomorphic-stringsIsomorphic StringsEasy48.0%50.0%
206https://leetcode.com/problems/reverse-linked-listReverse Linked ListEasy80.2%50.0%
207https://leetcode.com/problems/course-scheduleCourse ScheduleMedium50.8%75.0%
208https://leetcode.com/problems/implement-trie-prefix-treeImplement Trie (Prefix Tree)Medium69.2%37.5%
209https://leetcode.com/problems/minimum-size-subarray-sumMinimum Size Subarray SumMedium51.0%50.0%
210https://leetcode.com/problems/course-schedule-iiCourse Schedule IIMedium55.0%62.5%
211https://leetcode.com/problems/design-add-and-search-words-data-structureDesign Add and Search Words Data StructureMedium48.1%37.5%
212https://leetcode.com/problems/word-search-iiWord Search IIHard38.1%50.0%
213https://leetcode.com/problems/house-robber-iiHouse Robber IIMedium44.6%37.5%
214https://leetcode.com/problems/shortest-palindromeShortest PalindromeHard41.8%25.0%
215https://leetcode.com/problems/kth-largest-element-in-an-arrayKth Largest Element in an ArrayMedium68.8%62.5%
216https://leetcode.com/problems/combination-sum-iiiCombination Sum IIIMedium72.9%25.0%
217https://leetcode.com/problems/contains-duplicateContains DuplicateEasy64.1%50.0%
218https://leetcode.com/problems/the-skyline-problemThe Skyline ProblemHard45.0%25.0%
219https://leetcode.com/problems/contains-duplicate-iiContains Duplicate IIEasy50.8%50.0%
220https://leetcode.com/problems/contains-duplicate-iiiContains Duplicate IIIHard24.4%12.5%
221https://leetcode.com/problems/maximal-squareMaximal SquareMedium50.0%37.5%
222https://leetcode.com/problems/count-complete-tree-nodesCount Complete Tree NodesEasy72.0%12.5%
224https://leetcode.com/problems/basic-calculatorBasic CalculatorHard46.5%50.0%
225https://leetcode.com/problems/implement-stack-using-queuesImplement Stack using QueuesEasy69.3%37.5%
226https://leetcode.com/problems/invert-binary-treeInvert Binary TreeEasy79.8%37.5%
227https://leetcode.com/problems/basic-calculator-iiBasic Calculator IIMedium46.6%50.0%
228https://leetcode.com/problems/summary-rangesSummary RangesEasy53.9%37.5%
229https://leetcode.com/problems/majority-element-iiMajority Element IIMedium55.8%37.5%
230https://leetcode.com/problems/kth-smallest-element-in-a-bstKth Smallest Element in a BSTMedium76.5%50.0%
231https://leetcode.com/problems/power-of-twoPower of TwoEasy49.8%37.5%
232https://leetcode.com/problems/implement-queue-using-stacksImplement Queue using StacksEasy69.3%37.5%
233https://leetcode.com/problems/number-of-digit-oneNumber of Digit OneHard37.7%25.0%
234https://leetcode.com/problems/palindrome-linked-listPalindrome Linked ListEasy57.4%50.0%
235https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-treeLowest Common Ancestor of a Binary Search TreeMedium70.0%50.0%
236https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-treeLowest Common Ancestor of a Binary TreeMedium68.7%75.0%
237https://leetcode.com/problems/delete-node-in-a-linked-listDelete Node in a Linked ListMedium83.6%37.5%
238https://leetcode.com/problems/product-of-array-except-selfProduct of Array Except SelfMedium68.6%62.5%
239https://leetcode.com/problems/sliding-window-maximumSliding Window MaximumHard48.4%62.5%
240https://leetcode.com/problems/search-a-2d-matrix-iiSearch a 2D Matrix IIMedium56.8%50.0%
241https://leetcode.com/problems/different-ways-to-add-parenthesesDifferent Ways to Add ParenthesesMedium73.1%37.5%
242https://leetcode.com/problems/valid-anagramValid AnagramEasy67.8%62.5%
243https://leetcode.com/problems/shortest-word-distanceShortest Word DistanceEasy66.2%12.5%
252https://leetcode.com/problems/meeting-roomsMeeting RoomsEasy59.3%25.0%
253https://leetcode.com/problems/meeting-rooms-iiMeeting Rooms IIMedium52.5%62.5%
257https://leetcode.com/problems/binary-tree-pathsBinary Tree PathsEasy68.2%12.5%
258https://leetcode.com/problems/add-digitsAdd DigitsEasy68.6%37.5%
260https://leetcode.com/problems/single-number-iiiSingle Number IIIMedium70.4%25.0%
261https://leetcode.com/problems/graph-valid-treeGraph Valid TreeMedium49.8%12.5%
262https://leetcode.com/problems/trips-and-usersTrips and UsersHard37.7%25.0%
263https://leetcode.com/problems/ugly-numberUgly NumberEasy43.1%25.0%
264https://leetcode.com/problems/ugly-number-iiUgly Number IIMedium49.5%25.0%
268https://leetcode.com/problems/missing-numberMissing NumberEasy71.6%62.5%
269https://leetcode.com/problems/alien-dictionaryAlien DictionaryHard37.1%37.5%
271https://leetcode.com/problems/encode-and-decode-stringsEncode and Decode StringsMedium51.2%25.0%
272https://leetcode.com/problems/closest-binary-search-tree-value-iiClosest Binary Search Tree Value IIHard61.1%12.5%
273https://leetcode.com/problems/integer-to-english-wordsInteger to English WordsHard34.8%50.0%
274https://leetcode.com/problems/h-indexH-IndexMedium41.1%37.5%
277https://leetcode.com/problems/find-the-celebrityFind the CelebrityMedium48.9%25.0%
278https://leetcode.com/problems/first-bad-versionFirst Bad VersionEasy46.8%37.5%
279https://leetcode.com/problems/perfect-squaresPerfect SquaresMedium56.3%25.0%
283https://leetcode.com/problems/move-zeroesMove ZeroesEasy63.5%62.5%
286https://leetcode.com/problems/walls-and-gatesWalls and GatesMedium63.8%25.0%
287https://leetcode.com/problems/find-the-duplicate-numberFind the Duplicate NumberMedium64.0%50.0%
289https://leetcode.com/problems/game-of-lifeGame of LifeMedium72.3%25.0%
290https://leetcode.com/problems/word-patternWord PatternEasy43.8%25.0%
295https://leetcode.com/problems/find-median-from-data-streamFind Median from Data StreamHard54.2%62.5%
296https://leetcode.com/problems/best-meeting-pointBest Meeting PointHard61.4%12.5%
297https://leetcode.com/problems/serialize-and-deserialize-binary-treeSerialize and Deserialize Binary TreeHard60.3%62.5%
299https://leetcode.com/problems/bulls-and-cowsBulls and CowsMedium52.2%25.0%
300https://leetcode.com/problems/longest-increasing-subsequenceLongest Increasing SubsequenceMedium59.0%50.0%
301https://leetcode.com/problems/remove-invalid-parenthesesRemove Invalid ParenthesesHard49.8%12.5%
303https://leetcode.com/problems/range-sum-query-immutableRange Sum Query - ImmutableEasy71.4%37.5%
304https://leetcode.com/problems/range-sum-query-2d-immutableRange Sum Query 2D - ImmutableMedium57.8%25.0%
309https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-cooldownBest Time to Buy and Sell Stock with CooldownMedium61.7%12.5%
310https://leetcode.com/problems/minimum-height-treesMinimum Height TreesMedium42.4%25.0%
312https://leetcode.com/problems/burst-balloonsBurst BalloonsHard62.9%37.5%
314https://leetcode.com/problems/binary-tree-vertical-order-traversalBinary Tree Vertical Order TraversalMedium57.7%25.0%
315https://leetcode.com/problems/count-of-smaller-numbers-after-selfCount of Smaller Numbers After SelfHard43.3%25.0%
316https://leetcode.com/problems/remove-duplicate-lettersRemove Duplicate LettersMedium52.8%37.5%
317https://leetcode.com/problems/shortest-distance-from-all-buildingsShortest Distance from All BuildingsHard44.8%25.0%
318https://leetcode.com/problems/maximum-product-of-word-lengthsMaximum Product of Word LengthsMedium61.0%12.5%
319https://leetcode.com/problems/bulb-switcherBulb SwitcherMedium55.5%25.0%
321https://leetcode.com/problems/create-maximum-numberCreate Maximum NumberHard34.6%12.5%
322https://leetcode.com/problems/coin-changeCoin ChangeMedium47.9%62.5%
323https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graphNumber of Connected Components in an Undirected GraphMedium64.8%37.5%
324https://leetcode.com/problems/wiggle-sort-iiWiggle Sort IIMedium36.9%12.5%
325https://leetcode.com/problems/maximum-size-subarray-sum-equals-kMaximum Size Subarray Sum Equals kMedium50.8%12.5%
326https://leetcode.com/problems/power-of-threePower of ThreeEasy50.7%25.0%
327https://leetcode.com/problems/count-of-range-sumCount of Range SumHard38.3%12.5%
328https://leetcode.com/problems/odd-even-linked-listOdd Even Linked ListMedium62.3%50.0%
329https://leetcode.com/problems/longest-increasing-path-in-a-matrixLongest Increasing Path in a MatrixHard56.3%37.5%
330https://leetcode.com/problems/patching-arrayPatching ArrayHard54.1%12.5%
332https://leetcode.com/problems/reconstruct-itineraryReconstruct ItineraryHard44.3%37.5%
334https://leetcode.com/problems/increasing-triplet-subsequenceIncreasing Triplet SubsequenceMedium39.2%37.5%
336https://leetcode.com/problems/palindrome-pairsPalindrome PairsHard36.9%12.5%
337https://leetcode.com/problems/house-robber-iiiHouse Robber IIIMedium55.6%37.5%
338https://leetcode.com/problems/counting-bitsCounting BitsEasy80.4%25.0%
339https://leetcode.com/problems/nested-list-weight-sumNested List Weight SumMedium85.9%25.0%
340https://leetcode.com/problems/longest-substring-with-at-most-k-distinct-charactersLongest Substring with At Most K Distinct CharactersMedium49.9%25.0%
341https://leetcode.com/problems/flatten-nested-list-iteratorFlatten Nested List IteratorMedium65.6%25.0%
342https://leetcode.com/problems/power-of-fourPower of FourEasy51.7%25.0%
343https://leetcode.com/problems/integer-breakInteger BreakMedium61.8%12.5%
344https://leetcode.com/problems/reverse-stringReverse StringEasy80.5%50.0%
345https://leetcode.com/problems/reverse-vowels-of-a-stringReverse Vowels of a StringEasy60.6%37.5%
346https://leetcode.com/problems/moving-average-from-data-streamMoving Average from Data StreamEasy80.2%25.0%
347https://leetcode.com/problems/top-k-frequent-elementsTop K Frequent ElementsMedium65.8%75.0%
348https://leetcode.com/problems/design-tic-tac-toeDesign Tic-Tac-ToeMedium58.7%37.5%
349https://leetcode.com/problems/intersection-of-two-arraysIntersection of Two ArraysEasy77.5%50.0%
350https://leetcode.com/problems/intersection-of-two-arrays-iiIntersection of Two Arrays IIEasy59.7%12.5%
354https://leetcode.com/problems/russian-doll-envelopesRussian Doll EnvelopesHard37.7%37.5%
355https://leetcode.com/problems/design-twitterDesign TwitterMedium44.2%37.5%
359https://leetcode.com/problems/logger-rate-limiterLogger Rate LimiterEasy76.8%25.0%
362https://leetcode.com/problems/design-hit-counterDesign Hit CounterMedium69.6%25.0%
364https://leetcode.com/problems/nested-list-weight-sum-iiNested List Weight Sum IIMedium66.7%12.5%
366https://leetcode.com/problems/find-leaves-of-binary-treeFind Leaves of Binary TreeMedium81.3%12.5%
367https://leetcode.com/problems/valid-perfect-squareValid Perfect SquareEasy44.7%12.5%
368https://leetcode.com/problems/largest-divisible-subsetLargest Divisible SubsetMedium49.4%25.0%
369https://leetcode.com/problems/plus-one-linked-listPlus One Linked ListMedium61.2%12.5%
371https://leetcode.com/problems/sum-of-two-integersSum of Two IntegersMedium55.0%37.5%
372https://leetcode.com/problems/super-powSuper PowMedium36.3%12.5%
373https://leetcode.com/problems/find-k-pairs-with-smallest-sumsFind K Pairs with Smallest SumsMedium41.5%37.5%
374https://leetcode.com/problems/guess-number-higher-or-lowerGuess Number Higher or LowerEasy57.1%12.5%
377https://leetcode.com/problems/combination-sum-ivCombination Sum IVMedium55.0%12.5%
378https://leetcode.com/problems/kth-smallest-element-in-a-sorted-matrixKth Smallest Element in a Sorted MatrixMedium64.4%37.5%
380https://leetcode.com/problems/insert-delete-getrandom-o1Insert Delete GetRandom O(1)Medium55.3%62.5%
381https://leetcode.com/problems/insert-delete-getrandom-o1-duplicates-allowedInsert Delete GetRandom O(1) - Duplicates allowedHard36.4%25.0%
383https://leetcode.com/problems/ransom-noteRansom NoteEasy65.6%37.5%
384https://leetcode.com/problems/shuffle-an-arrayShuffle an ArrayMedium59.5%12.5%
385https://leetcode.com/problems/mini-parserMini ParserMedium42.0%12.5%
386https://leetcode.com/problems/lexicographical-numbersLexicographical NumbersMedium76.2%25.0%
387https://leetcode.com/problems/first-unique-character-in-a-stringFirst Unique Character in a StringEasy65.0%50.0%
388https://leetcode.com/problems/longest-absolute-file-pathLongest Absolute File PathMedium49.2%12.5%
389https://leetcode.com/problems/find-the-differenceFind the DifferenceEasy60.1%37.5%
390https://leetcode.com/problems/elimination-gameElimination GameMedium45.9%12.5%
392https://leetcode.com/problems/is-subsequenceIs SubsequenceEasy48.8%37.5%
394https://leetcode.com/problems/decode-stringDecode StringMedium62.2%50.0%
395https://leetcode.com/problems/longest-substring-with-at-least-k-repeating-charactersLongest Substring with At Least K Repeating CharactersMedium46.0%37.5%
396https://leetcode.com/problems/rotate-functionRotate FunctionMedium45.4%25.0%
398https://leetcode.com/problems/random-pick-indexRandom Pick IndexMedium65.0%12.5%
399https://leetcode.com/problems/evaluate-divisionEvaluate DivisionMedium64.0%50.0%
402https://leetcode.com/problems/remove-k-digitsRemove K DigitsMedium36.4%50.0%
403https://leetcode.com/problems/frog-jumpFrog JumpHard47.1%25.0%
404https://leetcode.com/problems/sum-of-left-leavesSum of Left LeavesEasy62.4%25.0%
405https://leetcode.com/problems/convert-a-number-to-hexadecimalConvert a Number to HexadecimalEasy53.2%12.5%
406https://leetcode.com/problems/queue-reconstruction-by-heightQueue Reconstruction by HeightMedium74.6%12.5%
407https://leetcode.com/problems/trapping-rain-water-iiTrapping Rain Water IIHard64.0%37.5%
408https://leetcode.com/problems/valid-word-abbreviationValid Word AbbreviationEasy37.0%25.0%
409https://leetcode.com/problems/longest-palindromeLongest PalindromeEasy55.8%25.0%
410https://leetcode.com/problems/split-array-largest-sumSplit Array Largest SumHard59.8%50.0%
412https://leetcode.com/problems/fizz-buzzFizz BuzzEasy75.2%50.0%
413https://leetcode.com/problems/arithmetic-slicesArithmetic SlicesMedium64.8%12.5%
414https://leetcode.com/problems/third-maximum-numberThird Maximum NumberEasy38.8%25.0%
415https://leetcode.com/problems/add-stringsAdd StringsEasy52.1%25.0%
416https://leetcode.com/problems/partition-equal-subset-sumPartition Equal Subset SumMedium49.2%50.0%
417https://leetcode.com/problems/pacific-atlantic-water-flowPacific Atlantic Water FlowMedium60.6%37.5%
419https://leetcode.com/problems/battleships-in-a-boardBattleships in a BoardMedium77.3%25.0%
420https://leetcode.com/problems/strong-password-checkerStrong Password CheckerHard15.4%12.5%
421https://leetcode.com/problems/maximum-xor-of-two-numbers-in-an-arrayMaximum XOR of Two Numbers in an ArrayMedium53.4%12.5%
424https://leetcode.com/problems/longest-repeating-character-replacementLongest Repeating Character ReplacementMedium59.0%50.0%
432https://leetcode.com/problems/all-oone-data-structureAll O`one Data StructureHard44.1%37.5%
433https://leetcode.com/problems/minimum-genetic-mutationMinimum Genetic MutationMedium56.4%25.0%
435https://leetcode.com/problems/non-overlapping-intervalsNon-overlapping IntervalsMedium56.7%37.5%
436https://leetcode.com/problems/find-right-intervalFind Right IntervalMedium55.4%12.5%
437https://leetcode.com/problems/path-sum-iiiPath Sum IIIMedium46.3%37.5%
438https://leetcode.com/problems/find-all-anagrams-in-a-stringFind All Anagrams in a StringMedium53.3%50.0%
441https://leetcode.com/problems/arranging-coinsArranging CoinsEasy48.0%25.0%
442https://leetcode.com/problems/find-all-duplicates-in-an-arrayFind All Duplicates in an ArrayMedium76.8%37.5%
443https://leetcode.com/problems/string-compressionString CompressionMedium59.5%50.0%
445https://leetcode.com/problems/add-two-numbers-iiAdd Two Numbers IIMedium62.4%25.0%
446https://leetcode.com/problems/arithmetic-slices-ii-subsequenceArithmetic Slices II - SubsequenceHard54.9%12.5%
448https://leetcode.com/problems/find-all-numbers-disappeared-in-an-arrayFind All Numbers Disappeared in an ArrayEasy63.7%37.5%
449https://leetcode.com/problems/serialize-and-deserialize-bstSerialize and Deserialize BSTMedium59.3%25.0%
450https://leetcode.com/problems/delete-node-in-a-bstDelete Node in a BSTMedium54.2%37.5%
451https://leetcode.com/problems/sort-characters-by-frequencySort Characters By FrequencyMedium75.1%37.5%
452https://leetcode.com/problems/minimum-number-of-arrows-to-burst-balloonsMinimum Number of Arrows to Burst BalloonsMedium61.2%25.0%
453https://leetcode.com/problems/minimum-moves-to-equal-array-elementsMinimum Moves to Equal Array ElementsMedium58.5%12.5%
454https://leetcode.com/problems/4sum-ii4Sum IIMedium57.8%12.5%
455https://leetcode.com/problems/assign-cookiesAssign CookiesEasy54.7%37.5%
456https://leetcode.com/problems/132-pattern132 PatternMedium34.5%25.0%
457https://leetcode.com/problems/circular-array-loopCircular Array LoopMedium37.0%12.5%
459https://leetcode.com/problems/repeated-substring-patternRepeated Substring PatternEasy47.8%37.5%
460https://leetcode.com/problems/lfu-cacheLFU CacheHard48.6%50.0%
461https://leetcode.com/problems/hamming-distanceHamming DistanceEasy76.6%12.5%
462https://leetcode.com/problems/minimum-moves-to-equal-array-elements-iiMinimum Moves to Equal Array Elements IIMedium61.5%12.5%
463https://leetcode.com/problems/island-perimeterIsland PerimeterEasy74.2%25.0%
464https://leetcode.com/problems/can-i-winCan I WinMedium31.0%12.5%
465https://leetcode.com/problems/optimal-account-balancingOptimal Account BalancingHard50.3%25.0%
468https://leetcode.com/problems/validate-ip-addressValidate IP AddressMedium28.2%12.5%
472https://leetcode.com/problems/concatenated-wordsConcatenated WordsHard49.7%50.0%
475https://leetcode.com/problems/heatersHeatersMedium41.4%25.0%
480https://leetcode.com/problems/sliding-window-medianSliding Window MedianHard38.9%25.0%
481https://leetcode.com/problems/magical-stringMagical StringMedium54.5%12.5%
485https://leetcode.com/problems/max-consecutive-onesMax Consecutive OnesEasy64.6%50.0%
486https://leetcode.com/problems/predict-the-winnerPredict the WinnerMedium56.1%37.5%
493https://leetcode.com/problems/reverse-pairsReverse PairsHard33.7%37.5%
494https://leetcode.com/problems/target-sumTarget SumMedium51.8%50.0%
496https://leetcode.com/problems/next-greater-element-iNext Greater Element IEasy75.7%50.0%
498https://leetcode.com/problems/diagonal-traverseDiagonal TraverseMedium67.0%37.5%
500https://leetcode.com/problems/keyboard-rowKeyboard RowEasy73.5%12.5%
501https://leetcode.com/problems/find-mode-in-binary-search-treeFind Mode in Binary Search TreeEasy58.5%12.5%
502https://leetcode.com/problems/ipoIPOHard53.3%25.0%
503https://leetcode.com/problems/next-greater-element-iiNext Greater Element IIMedium67.9%50.0%
504https://leetcode.com/problems/base-7Base 7Easy53.8%25.0%
506https://leetcode.com/problems/relative-ranksRelative RanksEasy74.4%12.5%
507https://leetcode.com/problems/perfect-numberPerfect NumberEasy47.9%12.5%
508https://leetcode.com/problems/most-frequent-subtree-sumMost Frequent Subtree SumMedium68.9%25.0%
2036https://leetcode.com/problems/maximum-alternating-subarray-sumMaximum Alternating Subarray SumMedium40.0%25.0%
513https://leetcode.com/problems/find-bottom-left-tree-valueFind Bottom Left Tree ValueMedium72.2%12.5%
514https://leetcode.com/problems/freedom-trailFreedom TrailHard59.2%12.5%
515https://leetcode.com/problems/find-largest-value-in-each-tree-rowFind Largest Value in Each Tree RowMedium66.3%12.5%
516https://leetcode.com/problems/longest-palindromic-subsequenceLongest Palindromic SubsequenceMedium65.1%37.5%
517https://leetcode.com/problems/super-washing-machinesSuper Washing MachinesHard43.8%25.0%
518https://leetcode.com/problems/coin-change-iiCoin Change IIMedium60.5%37.5%
523https://leetcode.com/problems/continuous-subarray-sumContinuous Subarray SumMedium31.2%37.5%
525https://leetcode.com/problems/contiguous-arrayContiguous ArrayMedium50.8%50.0%
526https://leetcode.com/problems/beautiful-arrangementBeautiful ArrangementMedium64.7%12.5%
1721https://leetcode.com/problems/swapping-nodes-in-a-linked-listSwapping Nodes in a Linked ListMedium69.2%37.5%
529https://leetcode.com/problems/minesweeperMinesweeperMedium68.7%25.0%
532https://leetcode.com/problems/k-diff-pairs-in-an-arrayK-diff Pairs in an ArrayMedium45.6%37.5%
535https://leetcode.com/problems/encode-and-decode-tinyurlEncode and Decode TinyURLMedium86.6%25.0%
536https://leetcode.com/problems/construct-binary-tree-from-stringConstruct Binary Tree from StringMedium58.7%25.0%
537https://leetcode.com/problems/complex-number-multiplicationComplex Number MultiplicationMedium73.2%25.0%
538https://leetcode.com/problems/convert-bst-to-greater-treeConvert BST to Greater TreeMedium71.4%25.0%
539https://leetcode.com/problems/minimum-time-differenceMinimum Time DifferenceMedium62.5%25.0%
540https://leetcode.com/problems/single-element-in-a-sorted-arraySingle Element in a Sorted ArrayMedium59.2%62.5%
541https://leetcode.com/problems/reverse-string-iiReverse String IIEasy53.3%12.5%
542https://leetcode.com/problems/01-matrix01 MatrixMedium53.3%37.5%
543https://leetcode.com/problems/diameter-of-binary-treeDiameter of Binary TreeEasy65.0%50.0%
545https://leetcode.com/problems/boundary-of-binary-treeBoundary of Binary TreeMedium47.9%37.5%
547https://leetcode.com/problems/number-of-provincesNumber of ProvincesMedium70.0%50.0%
553https://leetcode.com/problems/optimal-divisionOptimal DivisionMedium62.7%25.0%
554https://leetcode.com/problems/brick-wallBrick WallMedium56.0%12.5%
556https://leetcode.com/problems/next-greater-element-iiiNext Greater Element IIIMedium35.1%37.5%
557https://leetcode.com/problems/reverse-words-in-a-string-iiiReverse Words in a String IIIEasy83.9%25.0%
560https://leetcode.com/problems/subarray-sum-equals-kSubarray Sum Equals KMedium46.8%75.0%
561https://leetcode.com/problems/array-partitionArray PartitionEasy81.5%25.0%
564https://leetcode.com/problems/find-the-closest-palindromeFind the Closest PalindromeHard31.8%25.0%
567https://leetcode.com/problems/permutation-in-stringPermutation in StringMedium48.4%50.0%
570https://leetcode.com/problems/managers-with-at-least-5-direct-reportsManagers with at Least 5 Direct ReportsMedium48.9%50.0%
572https://leetcode.com/problems/subtree-of-another-treeSubtree of Another TreeEasy51.2%25.0%
577https://leetcode.com/problems/employee-bonusEmployee BonusEasy77.1%37.5%
579https://leetcode.com/problems/find-cumulative-salary-of-an-employeeFind Cumulative Salary of an EmployeeHard49.3%25.0%
581https://leetcode.com/problems/shortest-unsorted-continuous-subarrayShortest Unsorted Continuous SubarrayMedium38.0%25.0%
582https://leetcode.com/problems/kill-processKill ProcessMedium70.3%12.5%
583https://leetcode.com/problems/delete-operation-for-two-stringsDelete Operation for Two StringsMedium65.2%12.5%
584https://leetcode.com/problems/find-customer-refereeFind Customer RefereeEasy72.6%37.5%
585https://leetcode.com/problems/investments-in-2016Investments in 2016Medium50.8%12.5%
587https://leetcode.com/problems/erect-the-fenceErect the FenceHard52.7%12.5%
588https://leetcode.com/problems/design-in-memory-file-systemDesign In-Memory File SystemHard48.4%37.5%
594https://leetcode.com/problems/longest-harmonious-subsequenceLongest Harmonious SubsequenceEasy64.4%25.0%
595https://leetcode.com/problems/big-countriesBig CountriesEasy68.4%37.5%
601https://leetcode.com/problems/human-traffic-of-stadiumHuman Traffic of StadiumHard50.8%12.5%
602https://leetcode.com/problems/friend-requests-ii-who-has-the-most-friendsFriend Requests II: Who Has the Most FriendsMedium62.2%12.5%
605https://leetcode.com/problems/can-place-flowersCan Place FlowersEasy29.0%37.5%
606https://leetcode.com/problems/construct-string-from-binary-treeConstruct String from Binary TreeMedium70.6%25.0%
607https://leetcode.com/problems/sales-personSales PersonEasy65.8%12.5%
610https://leetcode.com/problems/triangle-judgementTriangle JudgementEasy74.5%25.0%
611https://leetcode.com/problems/valid-triangle-numberValid Triangle NumberMedium56.7%25.0%
617https://leetcode.com/problems/merge-two-binary-treesMerge Two Binary TreesEasy79.0%37.5%
620https://leetcode.com/problems/not-boring-moviesNot Boring MoviesEasy75.1%12.5%
621https://leetcode.com/problems/task-schedulerTask SchedulerMedium62.6%62.5%
626https://leetcode.com/problems/exchange-seatsExchange SeatsMedium73.8%25.0%
627https://leetcode.com/problems/swap-sex-of-employeesSwap Sex of EmployeesEasy84.5%12.5%
628https://leetcode.com/problems/maximum-product-of-three-numbersMaximum Product of Three NumbersEasy45.7%25.0%
630https://leetcode.com/problems/course-schedule-iiiCourse Schedule IIIHard41.4%25.0%
632https://leetcode.com/problems/smallest-range-covering-elements-from-k-listsSmallest Range Covering Elements from K ListsHard70.0%37.5%
633https://leetcode.com/problems/sum-of-square-numbersSum of Square NumbersMedium36.7%25.0%
636https://leetcode.com/problems/exclusive-time-of-functionsExclusive Time of FunctionsMedium66.1%37.5%
638https://leetcode.com/problems/shopping-offersShopping OffersMedium52.2%12.5%
640https://leetcode.com/problems/solve-the-equationSolve the EquationMedium46.0%25.0%
642https://leetcode.com/problems/design-search-autocomplete-systemDesign Search Autocomplete SystemHard49.7%25.0%
643https://leetcode.com/problems/maximum-average-subarray-iMaximum Average Subarray IEasy47.0%37.5%
645https://leetcode.com/problems/set-mismatchSet MismatchEasy44.2%37.5%
646https://leetcode.com/problems/maximum-length-of-pair-chainMaximum Length of Pair ChainMedium61.5%25.0%
647https://leetcode.com/problems/palindromic-substringsPalindromic SubstringsMedium72.5%37.5%
648https://leetcode.com/problems/replace-wordsReplace WordsMedium68.6%12.5%
649https://leetcode.com/problems/dota2-senateDota2 SenateMedium49.6%12.5%
650https://leetcode.com/problems/2-keys-keyboard2 Keys KeyboardMedium59.3%25.0%
652https://leetcode.com/problems/find-duplicate-subtreesFind Duplicate SubtreesMedium60.6%12.5%
653https://leetcode.com/problems/two-sum-iv-input-is-a-bstTwo Sum IV - Input is a BSTEasy63.0%37.5%
655https://leetcode.com/problems/print-binary-treePrint Binary TreeMedium66.4%12.5%
658https://leetcode.com/problems/find-k-closest-elementsFind K Closest ElementsMedium49.4%50.0%
659https://leetcode.com/problems/split-array-into-consecutive-subsequencesSplit Array into Consecutive SubsequencesMedium52.0%12.5%
661https://leetcode.com/problems/image-smootherImage SmootherEasy69.1%25.0%
662https://leetcode.com/problems/maximum-width-of-binary-treeMaximum Width of Binary TreeMedium45.2%50.0%
663https://leetcode.com/problems/equal-tree-partitionEqual Tree PartitionMedium42.3%25.0%
664https://leetcode.com/problems/strange-printerStrange PrinterHard60.9%12.5%
669https://leetcode.com/problems/trim-a-binary-search-treeTrim a Binary Search TreeMedium66.6%12.5%
670https://leetcode.com/problems/maximum-swapMaximum SwapMedium51.9%25.0%
673https://leetcode.com/problems/number-of-longest-increasing-subsequenceNumber of Longest Increasing SubsequenceMedium51.3%12.5%
675https://leetcode.com/problems/cut-off-trees-for-golf-eventCut Off Trees for Golf EventHard36.1%25.0%
678https://leetcode.com/problems/valid-parenthesis-stringValid Parenthesis StringMedium39.8%37.5%
680https://leetcode.com/problems/valid-palindrome-iiValid Palindrome IIEasy44.0%37.5%
682https://leetcode.com/problems/baseball-gameBaseball GameEasy80.0%25.0%
684https://leetcode.com/problems/redundant-connectionRedundant ConnectionMedium67.2%25.0%
686https://leetcode.com/problems/repeated-string-matchRepeated String MatchMedium38.3%12.5%
691https://leetcode.com/problems/stickers-to-spell-wordStickers to Spell WordHard50.6%12.5%
692https://leetcode.com/problems/top-k-frequent-wordsTop K Frequent WordsMedium60.0%50.0%
694https://leetcode.com/problems/number-of-distinct-islandsNumber of Distinct IslandsMedium62.7%37.5%
695https://leetcode.com/problems/max-area-of-islandMax Area of IslandMedium73.8%37.5%
696https://leetcode.com/problems/count-binary-substringsCount Binary SubstringsEasy70.2%37.5%
698https://leetcode.com/problems/partition-to-k-equal-sum-subsetsPartition to K Equal Sum SubsetsMedium38.4%25.0%
711https://leetcode.com/problems/number-of-distinct-islands-iiNumber of Distinct Islands IIHard55.3%25.0%
712https://leetcode.com/problems/minimum-ascii-delete-sum-for-two-stringsMinimum ASCII Delete Sum for Two StringsMedium70.9%12.5%
713https://leetcode.com/problems/subarray-product-less-than-kSubarray Product Less Than KMedium53.9%37.5%
714https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-transaction-feeBest Time to Buy and Sell Stock with Transaction FeeMedium71.7%12.5%
715https://leetcode.com/problems/range-moduleRange ModuleHard44.7%12.5%
716https://leetcode.com/problems/max-stackMax StackHard45.9%25.0%
718https://leetcode.com/problems/maximum-length-of-repeated-subarrayMaximum Length of Repeated SubarrayMedium51.2%12.5%
719https://leetcode.com/problems/find-k-th-smallest-pair-distanceFind K-th Smallest Pair DistanceHard46.3%25.0%
720https://leetcode.com/problems/longest-word-in-dictionaryLongest Word in DictionaryMedium54.5%12.5%
721https://leetcode.com/problems/accounts-mergeAccounts MergeMedium60.9%37.5%
724https://leetcode.com/problems/find-pivot-indexFind Pivot IndexEasy62.1%37.5%
725https://leetcode.com/problems/split-linked-list-in-partsSplit Linked List in PartsMedium70.5%37.5%
726https://leetcode.com/problems/number-of-atomsNumber of AtomsHard65.1%12.5%
729https://leetcode.com/problems/my-calendar-iMy Calendar IMedium58.2%25.0%
730https://leetcode.com/problems/count-different-palindromic-subsequencesCount Different Palindromic SubsequencesHard47.5%12.5%
731https://leetcode.com/problems/my-calendar-iiMy Calendar IIMedium62.9%12.5%
732https://leetcode.com/problems/my-calendar-iiiMy Calendar IIIHard71.4%12.5%
733https://leetcode.com/problems/flood-fillFlood FillEasy67.8%50.0%
735https://leetcode.com/problems/asteroid-collisionAsteroid CollisionMedium47.1%62.5%
738https://leetcode.com/problems/monotone-increasing-digitsMonotone Increasing DigitsMedium49.4%25.0%
739https://leetcode.com/problems/daily-temperaturesDaily TemperaturesMedium68.3%62.5%
740https://leetcode.com/problems/delete-and-earnDelete and EarnMedium57.1%25.0%
742https://leetcode.com/problems/closest-leaf-in-a-binary-treeClosest Leaf in a Binary TreeMedium47.4%25.0%
743https://leetcode.com/problems/network-delay-timeNetwork Delay TimeMedium59.7%25.0%
744https://leetcode.com/problems/find-smallest-letter-greater-than-targetFind Smallest Letter Greater Than TargetEasy58.9%12.5%
746https://leetcode.com/problems/min-cost-climbing-stairsMin Cost Climbing StairsEasy68.0%37.5%
752https://leetcode.com/problems/open-the-lockOpen the LockMedium61.1%37.5%
754https://leetcode.com/problems/reach-a-numberReach a NumberMedium44.6%12.5%
426https://leetcode.com/problems/convert-binary-search-tree-to-sorted-doubly-linked-listConvert Binary Search Tree to Sorted Doubly Linked ListMedium65.6%12.5%
759https://leetcode.com/problems/employee-free-timeEmployee Free TimeHard72.8%12.5%
429https://leetcode.com/problems/n-ary-tree-level-order-traversalN-ary Tree Level Order TraversalMedium71.5%12.5%
428https://leetcode.com/problems/serialize-and-deserialize-n-ary-treeSerialize and Deserialize N-ary TreeHard68.6%25.0%
430https://leetcode.com/problems/flatten-a-multilevel-doubly-linked-listFlatten a Multilevel Doubly Linked ListMedium62.5%25.0%
762https://leetcode.com/problems/prime-number-of-set-bits-in-binary-representationPrime Number of Set Bits in Binary RepresentationEasy72.4%25.0%
763https://leetcode.com/problems/partition-labelsPartition LabelsMedium81.8%37.5%
427https://leetcode.com/problems/construct-quad-treeConstruct Quad TreeMedium78.1%12.5%
767https://leetcode.com/problems/reorganize-stringReorganize StringMedium56.8%75.0%
771https://leetcode.com/problems/jewels-and-stonesJewels and StonesEasy89.5%37.5%
700https://leetcode.com/problems/search-in-a-binary-search-treeSearch in a Binary Search TreeEasy82.5%25.0%
701https://leetcode.com/problems/insert-into-a-binary-search-treeInsert into a Binary Search TreeMedium73.3%25.0%
772https://leetcode.com/problems/basic-calculator-iiiBasic Calculator IIIHard53.1%25.0%
703https://leetcode.com/problems/kth-largest-element-in-a-streamKth Largest Element in a StreamEasy60.7%50.0%
775https://leetcode.com/problems/global-and-local-inversionsGlobal and Local InversionsMedium42.7%25.0%
776https://leetcode.com/problems/split-bstSplit BSTMedium82.2%25.0%
704https://leetcode.com/problems/binary-searchBinary SearchEasy60.5%37.5%
778https://leetcode.com/problems/swim-in-rising-waterSwim in Rising WaterHard67.6%25.0%
779https://leetcode.com/problems/k-th-symbol-in-grammarK-th Symbol in GrammarMedium48.1%25.0%
780https://leetcode.com/problems/reaching-pointsReaching PointsHard34.2%12.5%
781https://leetcode.com/problems/rabbits-in-forestRabbits in ForestMedium58.0%12.5%
784https://leetcode.com/problems/letter-case-permutationLetter Case PermutationMedium75.7%12.5%
785https://leetcode.com/problems/is-graph-bipartiteIs Graph Bipartite?Medium58.9%37.5%
786https://leetcode.com/problems/k-th-smallest-prime-fractionK-th Smallest Prime FractionMedium69.0%12.5%
787https://leetcode.com/problems/cheapest-flights-within-k-stopsCheapest Flights Within K StopsMedium41.4%37.5%
788https://leetcode.com/problems/rotated-digitsRotated DigitsMedium56.8%12.5%
790https://leetcode.com/problems/domino-and-tromino-tilingDomino and Tromino TilingMedium51.4%37.5%
791https://leetcode.com/problems/custom-sort-stringCustom Sort StringMedium72.3%37.5%
792https://leetcode.com/problems/number-of-matching-subsequencesNumber of Matching SubsequencesMedium50.6%12.5%
796https://leetcode.com/problems/rotate-stringRotate StringEasy65.1%37.5%
797https://leetcode.com/problems/all-paths-from-source-to-targetAll Paths From Source to TargetMedium83.5%25.0%
705https://leetcode.com/problems/design-hashsetDesign HashSetEasy67.7%12.5%
706https://leetcode.com/problems/design-hashmapDesign HashMapEasy66.4%37.5%
801https://leetcode.com/problems/minimum-swaps-to-make-sequences-increasingMinimum Swaps To Make Sequences IncreasingHard41.3%25.0%
802https://leetcode.com/problems/find-eventual-safe-statesFind Eventual Safe StatesMedium70.3%37.5%
812https://leetcode.com/problems/largest-triangle-areaLargest Triangle AreaEasy71.5%12.5%
814https://leetcode.com/problems/binary-tree-pruningBinary Tree PruningMedium72.4%12.5%
815https://leetcode.com/problems/bus-routesBus RoutesHard47.1%37.5%
817https://leetcode.com/problems/linked-list-componentsLinked List ComponentsMedium57.7%12.5%
818https://leetcode.com/problems/race-carRace CarHard44.6%12.5%
819https://leetcode.com/problems/most-common-wordMost Common WordEasy45.0%25.0%
707https://leetcode.com/problems/design-linked-listDesign Linked ListMedium29.8%25.0%
708https://leetcode.com/problems/insert-into-a-sorted-circular-linked-listInsert into a Sorted Circular Linked ListMedium38.5%12.5%
826https://leetcode.com/problems/most-profit-assigning-workMost Profit Assigning WorkMedium56.1%25.0%
827https://leetcode.com/problems/making-a-large-islandMaking A Large IslandHard56.3%37.5%
828https://leetcode.com/problems/count-unique-characters-of-all-substrings-of-a-given-stringCount Unique Characters of All Substrings of a Given StringHard53.5%12.5%
622https://leetcode.com/problems/design-circular-queueDesign Circular QueueMedium54.0%37.5%
832https://leetcode.com/problems/flipping-an-imageFlipping an ImageEasy83.6%12.5%
834https://leetcode.com/problems/sum-of-distances-in-treeSum of Distances in TreeHard65.5%12.5%
489https://leetcode.com/problems/robot-room-cleanerRobot Room CleanerHard77.9%12.5%
836https://leetcode.com/problems/rectangle-overlapRectangle OverlapEasy46.4%12.5%
839https://leetcode.com/problems/similar-string-groupsSimilar String GroupsHard56.1%12.5%
841https://leetcode.com/problems/keys-and-roomsKeys and RoomsMedium75.5%25.0%
842https://leetcode.com/problems/split-array-into-fibonacci-sequenceSplit Array into Fibonacci SequenceMedium40.2%25.0%
843https://leetcode.com/problems/guess-the-wordGuess the WordHard36.9%25.0%
844https://leetcode.com/problems/backspace-string-compareBackspace String CompareEasy49.8%25.0%
845https://leetcode.com/problems/longest-mountain-in-arrayLongest Mountain in ArrayMedium41.8%12.5%
846https://leetcode.com/problems/hand-of-straightsHand of StraightsMedium57.8%12.5%
847https://leetcode.com/problems/shortest-path-visiting-all-nodesShortest Path Visiting All NodesHard65.7%12.5%
849https://leetcode.com/problems/maximize-distance-to-closest-personMaximize Distance to Closest PersonMedium49.6%12.5%
851https://leetcode.com/problems/loud-and-richLoud and RichMedium63.2%25.0%
852https://leetcode.com/problems/peak-index-in-a-mountain-arrayPeak Index in a Mountain ArrayMedium66.9%50.0%
853https://leetcode.com/problems/car-fleetCar FleetMedium54.7%25.0%
857https://leetcode.com/problems/minimum-cost-to-hire-k-workersMinimum Cost to Hire K WorkersHard63.6%25.0%
860https://leetcode.com/problems/lemonade-changeLemonade ChangeEasy58.9%25.0%
861https://leetcode.com/problems/score-after-flipping-matrixScore After Flipping MatrixMedium80.3%12.5%
862https://leetcode.com/problems/shortest-subarray-with-sum-at-least-kShortest Subarray with Sum at Least KHard32.6%25.0%
863https://leetcode.com/problems/all-nodes-distance-k-in-binary-treeAll Nodes Distance K in Binary TreeMedium67.4%50.0%
867https://leetcode.com/problems/transpose-matrixTranspose MatrixEasy75.9%25.0%
869https://leetcode.com/problems/reordered-power-of-2Reordered Power of 2Medium66.0%25.0%
870https://leetcode.com/problems/advantage-shuffleAdvantage ShuffleMedium54.2%12.5%
871https://leetcode.com/problems/minimum-number-of-refueling-stopsMinimum Number of Refueling StopsHard41.1%25.0%
872https://leetcode.com/problems/leaf-similar-treesLeaf-Similar TreesEasy70.2%12.5%
874https://leetcode.com/problems/walking-robot-simulationWalking Robot SimulationMedium58.4%12.5%
875https://leetcode.com/problems/koko-eating-bananasKoko Eating BananasMedium49.7%75.0%
876https://leetcode.com/problems/middle-of-the-linked-listMiddle of the Linked ListEasy81.5%50.0%
878https://leetcode.com/problems/nth-magical-numberNth Magical NumberHard36.4%25.0%
879https://leetcode.com/problems/profitable-schemesProfitable SchemesHard48.2%12.5%
528https://leetcode.com/problems/random-pick-with-weightRandom Pick with WeightMedium48.9%50.0%
880https://leetcode.com/problems/decoded-string-at-indexDecoded String at IndexMedium37.2%12.5%
881https://leetcode.com/problems/boats-to-save-peopleBoats to Save PeopleMedium61.4%37.5%
885https://leetcode.com/problems/spiral-matrix-iiiSpiral Matrix IIIMedium84.5%12.5%
887https://leetcode.com/problems/super-egg-dropSuper Egg DropHard29.8%12.5%
888https://leetcode.com/problems/fair-candy-swapFair Candy SwapEasy64.5%12.5%
889https://leetcode.com/problems/construct-binary-tree-from-preorder-and-postorder-traversalConstruct Binary Tree from Preorder and Postorder TraversalMedium78.1%12.5%
890https://leetcode.com/problems/find-and-replace-patternFind and Replace PatternMedium77.0%25.0%
894https://leetcode.com/problems/all-possible-full-binary-treesAll Possible Full Binary TreesMedium82.8%12.5%
895https://leetcode.com/problems/maximum-frequency-stackMaximum Frequency StackHard66.6%25.0%
896https://leetcode.com/problems/monotonic-arrayMonotonic ArrayEasy62.2%12.5%
897https://leetcode.com/problems/increasing-order-search-treeIncreasing Order Search TreeEasy78.9%12.5%
899https://leetcode.com/problems/orderly-queueOrderly QueueHard66.7%25.0%
901https://leetcode.com/problems/online-stock-spanOnline Stock SpanMedium68.7%37.5%
902https://leetcode.com/problems/numbers-at-most-n-given-digit-setNumbers At Most N Given Digit SetHard44.5%25.0%
904https://leetcode.com/problems/fruit-into-basketsFruit Into BasketsMedium50.5%50.0%
905https://leetcode.com/problems/sort-array-by-paritySort Array By ParityEasy76.5%12.5%
907https://leetcode.com/problems/sum-of-subarray-minimumsSum of Subarray MinimumsMedium38.3%50.0%
909https://leetcode.com/problems/snakes-and-laddersSnakes and LaddersMedium48.0%37.5%
910https://leetcode.com/problems/smallest-range-iiSmallest Range IIMedium37.7%12.5%
912https://leetcode.com/problems/sort-an-arraySort an ArrayMedium55.9%50.0%
913https://leetcode.com/problems/cat-and-mouseCat and MouseHard34.7%12.5%
918https://leetcode.com/problems/maximum-sum-circular-subarrayMaximum Sum Circular SubarrayMedium49.4%25.0%
921https://leetcode.com/problems/minimum-add-to-make-parentheses-validMinimum Add to Make Parentheses ValidMedium74.4%37.5%
922https://leetcode.com/problems/sort-array-by-parity-iiSort Array By Parity IIEasy71.2%37.5%
926https://leetcode.com/problems/flip-string-to-monotone-increasingFlip String to Monotone IncreasingMedium61.8%25.0%
930https://leetcode.com/problems/binary-subarrays-with-sumBinary Subarrays With SumMedium68.2%37.5%
931https://leetcode.com/problems/minimum-falling-path-sumMinimum Falling Path SumMedium60.8%37.5%
932https://leetcode.com/problems/beautiful-arrayBeautiful ArrayMedium68.6%12.5%
933https://leetcode.com/problems/number-of-recent-callsNumber of Recent CallsEasy78.1%25.0%
934https://leetcode.com/problems/shortest-bridgeShortest BridgeMedium59.3%25.0%
935https://leetcode.com/problems/knight-dialerKnight DialerMedium61.7%12.5%
937https://leetcode.com/problems/reorder-data-in-log-filesReorder Data in Log FilesMedium56.9%37.5%
938https://leetcode.com/problems/range-sum-of-bstRange Sum of BSTEasy87.6%12.5%
941https://leetcode.com/problems/valid-mountain-arrayValid Mountain ArrayEasy35.0%25.0%
945https://leetcode.com/problems/minimum-increment-to-make-array-uniqueMinimum Increment to Make Array UniqueMedium60.6%25.0%
946https://leetcode.com/problems/validate-stack-sequencesValidate Stack SequencesMedium70.2%12.5%
947https://leetcode.com/problems/most-stones-removed-with-same-row-or-columnMost Stones Removed with Same Row or ColumnMedium62.7%25.0%
948https://leetcode.com/problems/bag-of-tokensBag of TokensMedium59.5%12.5%
950https://leetcode.com/problems/reveal-cards-in-increasing-orderReveal Cards In Increasing OrderMedium83.5%37.5%
951https://leetcode.com/problems/flip-equivalent-binary-treesFlip Equivalent Binary TreesMedium69.6%12.5%
953https://leetcode.com/problems/verifying-an-alien-dictionaryVerifying an Alien DictionaryEasy55.9%12.5%
957https://leetcode.com/problems/prison-cells-after-n-daysPrison Cells After N DaysMedium39.1%25.0%
958https://leetcode.com/problems/check-completeness-of-a-binary-treeCheck Completeness of a Binary TreeMedium58.9%12.5%
959https://leetcode.com/problems/regions-cut-by-slashesRegions Cut By SlashesMedium77.5%25.0%
962https://leetcode.com/problems/maximum-width-rampMaximum Width RampMedium55.8%37.5%
968https://leetcode.com/problems/binary-tree-camerasBinary Tree CamerasHard47.6%37.5%
509https://leetcode.com/problems/fibonacci-numberFibonacci NumberEasy73.9%50.0%
973https://leetcode.com/problems/k-closest-points-to-originK Closest Points to OriginMedium68.7%50.0%
974https://leetcode.com/problems/subarray-sums-divisible-by-kSubarray Sums Divisible by KMedium56.0%25.0%
975https://leetcode.com/problems/odd-even-jumpOdd Even JumpHard41.1%12.5%
976https://leetcode.com/problems/largest-perimeter-triangleLargest Perimeter TriangleEasy62.0%12.5%
977https://leetcode.com/problems/squares-of-a-sorted-arraySquares of a Sorted ArrayEasy73.6%37.5%
979https://leetcode.com/problems/distribute-coins-in-binary-treeDistribute Coins in Binary TreeMedium77.2%25.0%
980https://leetcode.com/problems/unique-paths-iiiUnique Paths IIIHard82.7%25.0%
981https://leetcode.com/problems/time-based-key-value-storeTime Based Key-Value StoreMedium49.7%50.0%
983https://leetcode.com/problems/minimum-cost-for-ticketsMinimum Cost For TicketsMedium67.4%25.0%
986https://leetcode.com/problems/interval-list-intersectionsInterval List IntersectionsMedium72.9%25.0%
987https://leetcode.com/problems/vertical-order-traversal-of-a-binary-treeVertical Order Traversal of a Binary TreeHard53.2%50.0%
992https://leetcode.com/problems/subarrays-with-k-different-integersSubarrays with K Different IntegersHard67.5%50.0%
993https://leetcode.com/problems/cousins-in-binary-treeCousins in Binary TreeEasy59.1%12.5%
994https://leetcode.com/problems/rotting-orangesRotting OrangesMedium58.1%75.0%
995https://leetcode.com/problems/minimum-number-of-k-consecutive-bit-flipsMinimum Number of K Consecutive Bit FlipsHard62.2%12.5%
997https://leetcode.com/problems/find-the-town-judgeFind the Town JudgeEasy50.5%25.0%
1000https://leetcode.com/problems/minimum-cost-to-merge-stonesMinimum Cost to Merge StonesHard45.6%25.0%
1002https://leetcode.com/problems/find-common-charactersFind Common CharactersEasy74.6%25.0%
1004https://leetcode.com/problems/max-consecutive-ones-iiiMax Consecutive Ones IIIMedium67.3%50.0%
1008https://leetcode.com/problems/construct-binary-search-tree-from-preorder-traversalConstruct Binary Search Tree from Preorder TraversalMedium84.1%25.0%
1010https://leetcode.com/problems/pairs-of-songs-with-total-durations-divisible-by-60Pairs of Songs With Total Durations Divisible by 60Medium53.4%25.0%
1011https://leetcode.com/problems/capacity-to-ship-packages-within-d-daysCapacity To Ship Packages Within D DaysMedium73.5%50.0%
1060https://leetcode.com/problems/missing-element-in-sorted-arrayMissing Element in Sorted ArrayMedium59.7%25.0%
1062https://leetcode.com/problems/longest-repeating-substringLongest Repeating SubstringMedium63.4%25.0%
1063https://leetcode.com/problems/number-of-valid-subarraysNumber of Valid SubarraysHard79.9%12.5%
1067https://leetcode.com/problems/digit-count-in-rangeDigit Count in RangeHard46.4%25.0%
1019https://leetcode.com/problems/next-greater-node-in-linked-listNext Greater Node In Linked ListMedium63.8%12.5%
1020https://leetcode.com/problems/number-of-enclavesNumber of EnclavesMedium71.5%12.5%
1086https://leetcode.com/problems/high-fiveHigh FiveEasy74.2%25.0%
1065https://leetcode.com/problems/index-pairs-of-a-stringIndex Pairs of a StringEasy68.7%25.0%
1021https://leetcode.com/problems/remove-outermost-parenthesesRemove Outermost ParenthesesEasy86.8%25.0%
1022https://leetcode.com/problems/sum-of-root-to-leaf-binary-numbersSum of Root To Leaf Binary NumbersEasy73.7%25.0%
1085https://leetcode.com/problems/sum-of-digits-in-the-minimum-numberSum of Digits in the Minimum NumberEasy76.7%25.0%
1099https://leetcode.com/problems/two-sum-less-than-kTwo Sum Less Than KEasy62.1%25.0%
1100https://leetcode.com/problems/find-k-length-substrings-with-no-repeated-charactersFind K-Length Substrings With No Repeated CharactersMedium76.5%25.0%
1025https://leetcode.com/problems/divisor-gameDivisor GameEasy71.5%12.5%
1027https://leetcode.com/problems/longest-arithmetic-subsequenceLongest Arithmetic SubsequenceMedium49.9%12.5%
1118https://leetcode.com/problems/number-of-days-in-a-monthNumber of Days in a MonthEasy59.3%25.0%
1119https://leetcode.com/problems/remove-vowels-from-a-stringRemove Vowels from a StringEasy91.3%25.0%
1134https://leetcode.com/problems/armstrong-numberArmstrong NumberEasy77.8%25.0%
1120https://leetcode.com/problems/maximum-average-subtreeMaximum Average SubtreeMedium66.9%25.0%
1026https://leetcode.com/problems/maximum-difference-between-node-and-ancestorMaximum Difference Between Node and AncestorMedium78.1%25.0%
1028https://leetcode.com/problems/recover-a-tree-from-preorder-traversalRecover a Tree From Preorder TraversalHard83.2%25.0%
1029https://leetcode.com/problems/two-city-schedulingTwo City SchedulingMedium68.3%12.5%
1032https://leetcode.com/problems/stream-of-charactersStream of CharactersHard51.9%12.5%
1133https://leetcode.com/problems/largest-unique-numberLargest Unique NumberEasy71.3%25.0%
1102https://leetcode.com/problems/path-with-maximum-minimum-valuePath With Maximum Minimum ValueMedium54.6%25.0%
1135https://leetcode.com/problems/connecting-cities-with-minimum-costConnecting Cities With Minimum CostMedium63.4%25.0%
1035https://leetcode.com/problems/uncrossed-linesUncrossed LinesMedium65.0%25.0%
1152https://leetcode.com/problems/analyze-user-website-visit-patternAnalyze User Website Visit PatternMedium44.2%62.5%
1039https://leetcode.com/problems/minimum-score-triangulation-of-polygonMinimum Score Triangulation of PolygonMedium67.4%12.5%
1160https://leetcode.com/problems/find-words-that-can-be-formed-by-charactersFind Words That Can Be Formed by CharactersEasy71.5%25.0%
1038https://leetcode.com/problems/binary-search-tree-to-greater-sum-treeBinary Search Tree to Greater Sum TreeMedium88.4%25.0%
1161https://leetcode.com/problems/maximum-level-sum-of-a-binary-treeMaximum Level Sum of a Binary TreeMedium70.0%25.0%
1162https://leetcode.com/problems/as-far-from-land-as-possibleAs Far from Land as PossibleMedium52.2%12.5%
1041https://leetcode.com/problems/robot-bounded-in-circleRobot Bounded In CircleMedium56.4%25.0%
1043https://leetcode.com/problems/partition-array-for-maximum-sumPartition Array for Maximum SumMedium77.3%12.5%
1044https://leetcode.com/problems/longest-duplicate-substringLongest Duplicate SubstringHard31.1%37.5%
1166https://leetcode.com/problems/design-file-systemDesign File SystemMedium65.1%25.0%
1167https://leetcode.com/problems/minimum-cost-to-connect-sticksMinimum Cost to Connect SticksMedium71.8%25.0%
1046https://leetcode.com/problems/last-stone-weightLast Stone WeightEasy66.3%25.0%
1047https://leetcode.com/problems/remove-all-adjacent-duplicates-in-stringRemove All Adjacent Duplicates In StringEasy72.8%37.5%
1048https://leetcode.com/problems/longest-string-chainLongest String ChainMedium62.8%12.5%
1163https://leetcode.com/problems/last-substring-in-lexicographical-orderLast Substring in Lexicographical OrderHard35.0%12.5%
1045https://leetcode.com/problems/customers-who-bought-all-productsCustomers Who Bought All ProductsMedium63.7%37.5%
1050https://leetcode.com/problems/actors-and-directors-who-cooperated-at-least-three-timesActors and Directors Who Cooperated At Least Three TimesEasy70.9%25.0%
1051https://leetcode.com/problems/height-checkerHeight CheckerEasy81.5%12.5%
1052https://leetcode.com/problems/grumpy-bookstore-ownerGrumpy Bookstore OwnerMedium64.0%25.0%
1054https://leetcode.com/problems/distant-barcodesDistant BarcodesMedium48.6%25.0%
1197https://leetcode.com/problems/minimum-knight-movesMinimum Knight MovesMedium41.7%12.5%
1074https://leetcode.com/problems/number-of-submatrices-that-sum-to-targetNumber of Submatrices That Sum to TargetHard74.6%25.0%
1071https://leetcode.com/problems/greatest-common-divisor-of-stringsGreatest Common Divisor of StringsEasy53.4%37.5%
1214https://leetcode.com/problems/two-sum-bstsTwo Sum BSTsMedium68.1%25.0%
1068https://leetcode.com/problems/product-sales-analysis-iProduct Sales Analysis IEasy85.6%37.5%
1069https://leetcode.com/problems/product-sales-analysis-iiProduct Sales Analysis IIEasy82.6%25.0%
1070https://leetcode.com/problems/product-sales-analysis-iiiProduct Sales Analysis IIIMedium45.6%37.5%
1080https://leetcode.com/problems/insufficient-nodes-in-root-to-leaf-pathsInsufficient Nodes in Root to Leaf PathsMedium54.8%25.0%
1081https://leetcode.com/problems/smallest-subsequence-of-distinct-charactersSmallest Subsequence of Distinct CharactersMedium63.1%37.5%
1079https://leetcode.com/problems/letter-tile-possibilitiesLetter Tile PossibilitiesMedium83.5%12.5%
1075https://leetcode.com/problems/project-employees-iProject Employees IEasy66.5%12.5%
1229https://leetcode.com/problems/meeting-schedulerMeeting SchedulerMedium55.2%12.5%
1089https://leetcode.com/problems/duplicate-zerosDuplicate ZerosEasy53.4%12.5%
1092https://leetcode.com/problems/shortest-common-supersequenceShortest Common SupersequenceHard61.7%25.0%
1091https://leetcode.com/problems/shortest-path-in-binary-matrixShortest Path in Binary MatrixMedium51.1%37.5%
1082https://leetcode.com/problems/sales-analysis-iSales Analysis IEasy74.8%25.0%
1083https://leetcode.com/problems/sales-analysis-iiSales Analysis IIEasy50.1%25.0%
1084https://leetcode.com/problems/sales-analysis-iiiSales Analysis IIIEasy47.2%25.0%
1244https://leetcode.com/problems/design-a-leaderboardDesign A LeaderboardMedium68.1%12.5%
511https://leetcode.com/problems/game-play-analysis-iGame Play Analysis IEasy76.2%12.5%
550https://leetcode.com/problems/game-play-analysis-ivGame Play Analysis IVMedium40.7%25.0%
1094https://leetcode.com/problems/car-poolingCar PoolingMedium56.2%25.0%
1095https://leetcode.com/problems/find-in-mountain-arrayFind in Mountain ArrayHard41.1%25.0%
1117https://leetcode.com/problems/building-h2oBuilding H2OMedium58.3%12.5%
1103https://leetcode.com/problems/distribute-candies-to-peopleDistribute Candies to PeopleEasy67.4%12.5%
1105https://leetcode.com/problems/filling-bookcase-shelvesFilling Bookcase ShelvesMedium68.6%12.5%
1106https://leetcode.com/problems/parsing-a-boolean-expressionParsing A Boolean ExpressionHard69.8%25.0%
1108https://leetcode.com/problems/defanging-an-ip-addressDefanging an IP AddressEasy90.0%12.5%
1109https://leetcode.com/problems/corporate-flight-bookingsCorporate Flight BookingsMedium66.4%12.5%
1110https://leetcode.com/problems/delete-nodes-and-return-forestDelete Nodes And Return ForestMedium72.5%12.5%
1259https://leetcode.com/problems/handshakes-that-dont-crossHandshakes That Don't CrossHard59.9%25.0%
1122https://leetcode.com/problems/relative-sort-arrayRelative Sort ArrayEasy75.1%12.5%
1123https://leetcode.com/problems/lowest-common-ancestor-of-deepest-leavesLowest Common Ancestor of Deepest LeavesMedium79.4%12.5%
1287https://leetcode.com/problems/element-appearing-more-than-25-in-sorted-arrayElement Appearing More Than 25% In Sorted ArrayEasy61.1%12.5%
1288https://leetcode.com/problems/remove-covered-intervalsRemove Covered IntervalsMedium56.1%25.0%
1289https://leetcode.com/problems/minimum-falling-path-sum-iiMinimum Falling Path Sum IIHard63.2%12.5%
1128https://leetcode.com/problems/number-of-equivalent-domino-pairsNumber of Equivalent Domino PairsEasy60.6%37.5%
1129https://leetcode.com/problems/shortest-path-with-alternating-colorsShortest Path with Alternating ColorsMedium47.7%25.0%
1299https://leetcode.com/problems/replace-elements-with-greatest-element-on-right-sideReplace Elements with Greatest Element on Right SideEasy72.0%37.5%
1137https://leetcode.com/problems/n-th-tribonacci-numberN-th Tribonacci NumberEasy63.3%25.0%
1140https://leetcode.com/problems/stone-game-iiStone Game IIMedium72.9%12.5%
1313https://leetcode.com/problems/decompress-run-length-encoded-listDecompress Run-Length Encoded ListEasy86.2%12.5%
1315https://leetcode.com/problems/sum-of-nodes-with-even-valued-grandparentSum of Nodes with Even-Valued GrandparentMedium85.9%25.0%
1141https://leetcode.com/problems/user-activity-for-the-past-30-days-iUser Activity for the Past 30 Days IEasy50.5%25.0%
1146https://leetcode.com/problems/snapshot-arraySnapshot ArrayMedium36.7%25.0%
1143https://leetcode.com/problems/longest-common-subsequenceLongest Common SubsequenceMedium58.9%37.5%
1329https://leetcode.com/problems/sort-the-matrix-diagonallySort the Matrix DiagonallyMedium83.2%12.5%
1302https://leetcode.com/problems/deepest-leaves-sumDeepest Leaves SumMedium86.5%12.5%
1148https://leetcode.com/problems/article-views-iArticle Views IEasy76.7%50.0%
1154https://leetcode.com/problems/day-of-the-yearDay of the YearEasy49.5%12.5%
1155https://leetcode.com/problems/number-of-dice-rolls-with-target-sumNumber of Dice Rolls With Target SumMedium62.2%25.0%
1171https://leetcode.com/problems/remove-zero-sum-consecutive-nodes-from-linked-listRemove Zero Sum Consecutive Nodes from Linked ListMedium53.1%12.5%
1169https://leetcode.com/problems/invalid-transactionsInvalid TransactionsMedium32.1%12.5%
1360https://leetcode.com/problems/number-of-days-between-two-datesNumber of Days Between Two DatesEasy52.3%12.5%
1362https://leetcode.com/problems/closest-divisorsClosest DivisorsMedium62.0%25.0%
1363https://leetcode.com/problems/largest-multiple-of-threeLargest Multiple of ThreeHard33.1%25.0%
1164https://leetcode.com/problems/product-price-at-a-given-dateProduct Price at a Given DateMedium57.7%25.0%
1175https://leetcode.com/problems/prime-arrangementsPrime ArrangementsEasy60.7%25.0%
1176https://leetcode.com/problems/diet-plan-performanceDiet Plan PerformanceEasy55.8%25.0%
1382https://leetcode.com/problems/balance-a-binary-search-treeBalance a Binary Search TreeMedium86.3%37.5%
1186https://leetcode.com/problems/maximum-subarray-sum-with-one-deletionMaximum Subarray Sum with One DeletionMedium46.7%25.0%
1174https://leetcode.com/problems/immediate-food-delivery-iiImmediate Food Delivery IIMedium55.6%37.5%
1550https://leetcode.com/problems/three-consecutive-oddsThree Consecutive OddsEasy69.3%12.5%
1954https://leetcode.com/problems/minimum-garden-perimeter-to-collect-enough-applesMinimum Garden Perimeter to Collect Enough ApplesMedium55.5%25.0%
1483https://leetcode.com/problems/kth-ancestor-of-a-tree-nodeKth Ancestor of a Tree NodeHard37.1%12.5%
1189https://leetcode.com/problems/maximum-number-of-balloonsMaximum Number of BalloonsEasy60.0%12.5%
1190https://leetcode.com/problems/reverse-substrings-between-each-pair-of-parenthesesReverse Substrings Between Each Pair of ParenthesesMedium71.9%12.5%
1192https://leetcode.com/problems/critical-connections-in-a-networkCritical Connections in a NetworkHard59.3%37.5%
1179https://leetcode.com/problems/reformat-department-tableReformat Department TableEasy76.3%25.0%
2139https://leetcode.com/problems/minimum-moves-to-reach-target-scoreMinimum Moves to Reach Target ScoreMedium52.0%12.5%
1405https://leetcode.com/problems/longest-happy-stringLongest Happy StringMedium65.5%25.0%
1944https://leetcode.com/problems/number-of-visible-people-in-a-queueNumber of Visible People in a QueueHard72.3%12.5%
1193https://leetcode.com/problems/monthly-transactions-iMonthly Transactions IMedium58.9%37.5%
1207https://leetcode.com/problems/unique-number-of-occurrencesUnique Number of OccurrencesEasy78.6%37.5%
1209https://leetcode.com/problems/remove-all-adjacent-duplicates-in-string-iiRemove All Adjacent Duplicates in String IIMedium60.9%37.5%
1514https://leetcode.com/problems/path-with-maximum-probabilityPath with Maximum ProbabilityMedium65.5%12.5%
1204https://leetcode.com/problems/last-person-to-fit-in-the-busLast Person to Fit in the BusMedium68.9%25.0%
1219https://leetcode.com/problems/path-with-maximum-goldPath with Maximum GoldMedium68.3%12.5%
1211https://leetcode.com/problems/queries-quality-and-percentageQueries Quality and PercentageEasy52.2%12.5%
1232https://leetcode.com/problems/check-if-it-is-a-straight-lineCheck If It Is a Straight LineEasy40.0%12.5%
1233https://leetcode.com/problems/remove-sub-folders-from-the-filesystemRemove Sub-Folders from the FilesystemMedium78.6%25.0%
1234https://leetcode.com/problems/replace-the-substring-for-balanced-stringReplace the Substring for Balanced StringMedium40.6%12.5%
1235https://leetcode.com/problems/maximum-profit-in-job-schedulingMaximum Profit in Job SchedulingHard54.6%50.0%
2273https://leetcode.com/problems/find-resultant-array-after-removing-anagramsFind Resultant Array After Removing AnagramsEasy69.9%12.5%
1225https://leetcode.com/problems/report-contiguous-datesReport Contiguous DatesHard57.1%12.5%
1429https://leetcode.com/problems/first-unique-numberFirst Unique NumberMedium57.0%37.5%
1248https://leetcode.com/problems/count-number-of-nice-subarraysCount Number of Nice SubarraysMedium74.8%25.0%
1249https://leetcode.com/problems/minimum-remove-to-make-valid-parenthesesMinimum Remove to Make Valid ParenthesesMedium71.3%25.0%
1254https://leetcode.com/problems/number-of-closed-islandsNumber of Closed IslandsMedium67.0%12.5%
1255https://leetcode.com/problems/maximum-score-words-formed-by-lettersMaximum Score Words Formed by LettersHard81.6%25.0%
1260https://leetcode.com/problems/shift-2d-gridShift 2D GridEasy67.9%25.0%
1251https://leetcode.com/problems/average-selling-priceAverage Selling PriceEasy37.1%37.5%
2215https://leetcode.com/problems/find-the-difference-of-two-arraysFind the Difference of Two ArraysEasy81.3%25.0%
1268https://leetcode.com/problems/search-suggestions-systemSearch Suggestions SystemMedium65.2%50.0%
1275https://leetcode.com/problems/find-winner-on-a-tic-tac-toe-gameFind Winner on a Tic Tac Toe GameEasy54.5%25.0%
1282https://leetcode.com/problems/group-the-people-given-the-group-size-they-belong-toGroup the People Given the Group Size They Belong ToMedium87.5%12.5%
1283https://leetcode.com/problems/find-the-smallest-divisor-given-a-thresholdFind the Smallest Divisor Given a ThresholdMedium65.4%37.5%
1279https://leetcode.com/problems/traffic-light-controlled-intersectionTraffic Light Controlled IntersectionEasy72.8%12.5%
1290https://leetcode.com/problems/convert-binary-number-in-a-linked-list-to-integerConvert Binary Number in a Linked List to IntegerEasy82.3%12.5%
1292https://leetcode.com/problems/maximum-side-length-of-a-square-with-sum-less-than-or-equal-to-thresholdMaximum Side Length of a Square with Sum Less than or Equal to ThresholdMedium65.5%12.5%
1293https://leetcode.com/problems/shortest-path-in-a-grid-with-obstacles-eliminationShortest Path in a Grid with Obstacles EliminationHard46.1%25.0%
1280https://leetcode.com/problems/students-and-examinationsStudents and ExaminationsEasy60.9%25.0%
2305https://leetcode.com/problems/fair-distribution-of-cookiesFair Distribution of CookiesMedium69.8%25.0%
1295https://leetcode.com/problems/find-numbers-with-even-number-of-digitsFind Numbers with Even Number of DigitsEasy79.6%12.5%
1304https://leetcode.com/problems/find-n-unique-integers-sum-up-to-zeroFind N Unique Integers Sum up to ZeroEasy78.5%25.0%
1305https://leetcode.com/problems/all-elements-in-two-binary-search-treesAll Elements in Two Binary Search TreesMedium80.2%25.0%
1310https://leetcode.com/problems/xor-queries-of-a-subarrayXOR Queries of a SubarrayMedium78.2%12.5%
1311https://leetcode.com/problems/get-watched-videos-by-your-friendsGet Watched Videos by Your FriendsMedium52.1%25.0%
1312https://leetcode.com/problems/minimum-insertion-steps-to-make-a-string-palindromeMinimum Insertion Steps to Make a String PalindromeHard73.6%12.5%
1303https://leetcode.com/problems/find-the-team-sizeFind the Team SizeEasy89.6%25.0%
1319https://leetcode.com/problems/number-of-operations-to-make-network-connectedNumber of Operations to Make Network ConnectedMedium66.1%25.0%
1342https://leetcode.com/problems/number-of-steps-to-reduce-a-number-to-zeroNumber of Steps to Reduce a Number to ZeroEasy85.7%12.5%
1344https://leetcode.com/problems/angle-between-hands-of-a-clockAngle Between Hands of a ClockMedium64.4%12.5%
1345https://leetcode.com/problems/jump-game-ivJump Game IVHard46.2%12.5%
1323https://leetcode.com/problems/maximum-69-numberMaximum 69 NumberEasy84.5%12.5%
1325https://leetcode.com/problems/delete-leaves-with-a-given-valueDelete Leaves With a Given ValueMedium77.2%25.0%
1326https://leetcode.com/problems/minimum-number-of-taps-to-open-to-water-a-gardenMinimum Number of Taps to Open to Water a GardenHard51.0%12.5%
1321https://leetcode.com/problems/restaurant-growthRestaurant GrowthMedium58.2%25.0%
1332https://leetcode.com/problems/remove-palindromic-subsequencesRemove Palindromic SubsequencesEasy77.0%25.0%
1334https://leetcode.com/problems/find-the-city-with-the-smallest-number-of-neighbors-at-a-threshold-distanceFind the City With the Smallest Number of Neighbors at a Threshold DistanceMedium72.1%12.5%
1335https://leetcode.com/problems/minimum-difficulty-of-a-job-scheduleMinimum Difficulty of a Job ScheduleHard59.7%12.5%
1356https://leetcode.com/problems/sort-integers-by-the-number-of-1-bitsSort Integers by The Number of 1 BitsEasy79.0%12.5%
1358https://leetcode.com/problems/number-of-substrings-containing-all-three-charactersNumber of Substrings Containing All Three CharactersMedium73.5%25.0%
1327https://leetcode.com/problems/list-the-products-ordered-in-a-periodList the Products Ordered in a PeriodEasy71.6%37.5%
1337https://leetcode.com/problems/the-k-weakest-rows-in-a-matrixThe K Weakest Rows in a MatrixEasy74.3%25.0%
1339https://leetcode.com/problems/maximum-product-of-splitted-binary-treeMaximum Product of Splitted Binary TreeMedium55.5%12.5%
1346https://leetcode.com/problems/check-if-n-and-its-double-existCheck If N and Its Double ExistEasy41.6%25.0%
1347https://leetcode.com/problems/minimum-number-of-steps-to-make-two-strings-anagramMinimum Number of Steps to Make Two Strings AnagramMedium82.5%12.5%
1372https://leetcode.com/problems/longest-zigzag-path-in-a-binary-treeLongest ZigZag Path in a Binary TreeMedium67.0%12.5%
1373https://leetcode.com/problems/maximum-sum-bst-in-binary-treeMaximum Sum BST in Binary TreeHard46.4%37.5%
1351https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrixCount Negative Numbers in a Sorted MatrixEasy79.5%37.5%
1352https://leetcode.com/problems/product-of-the-last-k-numbersProduct of the Last K NumbersMedium62.9%12.5%
1353https://leetcode.com/problems/maximum-number-of-events-that-can-be-attendedMaximum Number of Events That Can Be AttendedMedium38.9%37.5%
1341https://leetcode.com/problems/movie-ratingMovie RatingMedium42.7%25.0%
1350https://leetcode.com/problems/students-with-invalid-departmentsStudents With Invalid DepartmentsEasy89.8%25.0%
1365https://leetcode.com/problems/how-many-numbers-are-smaller-than-the-current-numberHow Many Numbers Are Smaller Than the Current NumberEasy87.5%25.0%
1367https://leetcode.com/problems/linked-list-in-binary-treeLinked List in Binary TreeMedium51.9%12.5%
1376https://leetcode.com/problems/time-needed-to-inform-all-employeesTime Needed to Inform All EmployeesMedium60.4%12.5%
1381https://leetcode.com/problems/design-a-stack-with-increment-operationDesign a Stack With Increment OperationMedium79.9%12.5%
1379https://leetcode.com/problems/find-a-corresponding-node-of-a-binary-tree-in-a-clone-of-that-treeFind a Corresponding Node of a Binary Tree in a Clone of That TreeEasy85.8%12.5%
1402https://leetcode.com/problems/reducing-dishesReducing DishesHard76.6%12.5%
1389https://leetcode.com/problems/create-target-array-in-the-given-orderCreate Target Array in the Given OrderEasy86.5%12.5%
1392https://leetcode.com/problems/longest-happy-prefixLongest Happy PrefixHard51.6%12.5%
1378https://leetcode.com/problems/replace-employee-id-with-the-unique-identifierReplace Employee ID With The Unique IdentifierEasy83.5%37.5%
1395https://leetcode.com/problems/count-number-of-teamsCount Number of TeamsMedium70.2%25.0%
1396https://leetcode.com/problems/design-underground-systemDesign Underground SystemMedium74.4%12.5%
1404https://leetcode.com/problems/number-of-steps-to-reduce-a-number-in-binary-representation-to-oneNumber of Steps to Reduce a Number in Binary Representation to OneMedium61.3%25.0%
1408https://leetcode.com/problems/string-matching-in-an-arrayString Matching in an ArrayEasy69.7%25.0%
1409https://leetcode.com/problems/queries-on-a-permutation-with-keyQueries on a Permutation With KeyMedium84.8%25.0%
1431https://leetcode.com/problems/kids-with-the-greatest-number-of-candiesKids With the Greatest Number of CandiesEasy88.0%37.5%
1422https://leetcode.com/problems/maximum-score-after-splitting-a-stringMaximum Score After Splitting a StringEasy65.1%12.5%
1423https://leetcode.com/problems/maximum-points-you-can-obtain-from-cardsMaximum Points You Can Obtain from CardsMedium57.2%37.5%
1424https://leetcode.com/problems/diagonal-traverse-iiDiagonal Traverse IIMedium58.3%12.5%
1448https://leetcode.com/problems/count-good-nodes-in-binary-treeCount Good Nodes in Binary TreeMedium73.8%12.5%
1436https://leetcode.com/problems/destination-cityDestination CityEasy79.5%12.5%
1438https://leetcode.com/problems/longest-continuous-subarray-with-absolute-diff-less-than-or-equal-to-limitLongest Continuous Subarray With Absolute Diff Less Than or Equal to LimitMedium57.3%37.5%
1421https://leetcode.com/problems/npv-queriesNPV QueriesEasy82.9%25.0%
1463https://leetcode.com/problems/cherry-pickup-iiCherry Pickup IIHard72.3%12.5%
1456https://leetcode.com/problems/maximum-number-of-vowels-in-a-substring-of-given-lengthMaximum Number of Vowels in a Substring of Given LengthMedium61.5%37.5%
1457https://leetcode.com/problems/pseudo-palindromic-paths-in-a-binary-treePseudo-Palindromic Paths in a Binary TreeMedium68.4%25.0%
1458https://leetcode.com/problems/max-dot-product-of-two-subsequencesMax Dot Product of Two SubsequencesHard69.3%25.0%
1478https://leetcode.com/problems/allocate-mailboxesAllocate MailboxesHard56.4%25.0%
1464https://leetcode.com/problems/maximum-product-of-two-elements-in-an-arrayMaximum Product of Two Elements in an ArrayEasy83.5%12.5%
1466https://leetcode.com/problems/reorder-routes-to-make-all-paths-lead-to-the-city-zeroReorder Routes to Make All Paths Lead to the City ZeroMedium65.6%25.0%
1454https://leetcode.com/problems/active-usersActive UsersMedium36.6%12.5%
1470https://leetcode.com/problems/shuffle-the-arrayShuffle the ArrayEasy89.0%25.0%
1472https://leetcode.com/problems/design-browser-historyDesign Browser HistoryMedium78.2%25.0%
1492https://leetcode.com/problems/the-kth-factor-of-nThe kth Factor of nMedium70.2%50.0%
1493https://leetcode.com/problems/longest-subarray-of-1s-after-deleting-one-elementLongest Subarray of 1's After Deleting One ElementMedium71.0%25.0%
1480https://leetcode.com/problems/running-sum-of-1d-arrayRunning Sum of 1d ArrayEasy86.9%37.5%
1481https://leetcode.com/problems/least-number-of-unique-integers-after-k-removalsLeast Number of Unique Integers after K RemovalsMedium63.7%12.5%
1482https://leetcode.com/problems/minimum-number-of-days-to-make-m-bouquetsMinimum Number of Days to Make m BouquetsMedium56.2%37.5%
1489https://leetcode.com/problems/find-critical-and-pseudo-critical-edges-in-minimum-spanning-treeFind Critical and Pseudo-Critical Edges in Minimum Spanning TreeHard66.3%25.0%
1509https://leetcode.com/problems/minimum-difference-between-largest-and-smallest-value-in-three-movesMinimum Difference Between Largest and Smallest Value in Three MovesMedium59.2%25.0%
1496https://leetcode.com/problems/path-crossingPath CrossingEasy62.6%37.5%
1497https://leetcode.com/problems/check-if-array-pairs-are-divisible-by-kCheck If Array Pairs Are Divisible by kMedium46.2%25.0%
1498https://leetcode.com/problems/number-of-subsequences-that-satisfy-the-given-sum-conditionNumber of Subsequences That Satisfy the Given Sum ConditionMedium49.3%25.0%
1479https://leetcode.com/problems/sales-by-day-of-the-weekSales by Day of the WeekHard76.3%25.0%
1485https://leetcode.com/problems/clone-binary-tree-with-random-pointerClone Binary Tree With Random PointerMedium80.9%37.5%
1502https://leetcode.com/problems/can-make-arithmetic-progression-from-sequenceCan Make Arithmetic Progression From SequenceEasy69.2%25.0%
1523https://leetcode.com/problems/count-odd-numbers-in-an-interval-rangeCount Odd Numbers in an Interval RangeEasy54.4%12.5%
1526https://leetcode.com/problems/minimum-number-of-increments-on-subarrays-to-form-a-target-arrayMinimum Number of Increments on Subarrays to Form a Target ArrayHard78.1%12.5%
1490https://leetcode.com/problems/clone-n-ary-treeClone N-ary TreeMedium83.1%25.0%
1512https://leetcode.com/problems/number-of-good-pairsNumber of Good PairsEasy89.8%25.0%
1531https://leetcode.com/problems/string-compression-iiString Compression IIHard52.2%12.5%
1495https://leetcode.com/problems/friendly-movies-streamed-last-monthFriendly Movies Streamed Last MonthEasy48.9%25.0%
1518https://leetcode.com/problems/water-bottlesWater BottlesEasy72.6%12.5%
1520https://leetcode.com/problems/maximum-number-of-non-overlapping-substringsMaximum Number of Non-Overlapping SubstringsHard41.4%25.0%
1539https://leetcode.com/problems/kth-missing-positive-numberKth Missing Positive NumberEasy63.2%37.5%
1529https://leetcode.com/problems/minimum-suffix-flipsMinimum Suffix FlipsMedium73.9%12.5%
1511https://leetcode.com/problems/customer-order-frequencyCustomer Order FrequencyEasy66.5%25.0%
1534https://leetcode.com/problems/count-good-tripletsCount Good TripletsEasy85.5%12.5%
1558https://leetcode.com/problems/minimum-numbers-of-function-calls-to-make-target-arrayMinimum Numbers of Function Calls to Make Target ArrayMedium62.8%25.0%
1544https://leetcode.com/problems/make-the-string-greatMake The String GreatEasy68.4%12.5%
1545https://leetcode.com/problems/find-kth-bit-in-nth-binary-stringFind Kth Bit in Nth Binary StringMedium70.2%12.5%
1547https://leetcode.com/problems/minimum-cost-to-cut-a-stickMinimum Cost to Cut a StickHard62.8%25.0%
1533https://leetcode.com/problems/find-the-index-of-the-large-integerFind the Index of the Large IntegerMedium56.5%25.0%
1552https://leetcode.com/problems/magnetic-force-between-two-ballsMagnetic Force Between Two BallsMedium71.9%25.0%
1572https://leetcode.com/problems/matrix-diagonal-sumMatrix Diagonal SumEasy84.1%12.5%
1574https://leetcode.com/problems/shortest-subarray-to-be-removed-to-make-array-sortedShortest Subarray to be Removed to Make Array SortedMedium51.3%25.0%
1561https://leetcode.com/problems/maximum-number-of-coins-you-can-getMaximum Number of Coins You Can GetMedium84.8%12.5%
1567https://leetcode.com/problems/maximum-length-of-subarray-with-positive-productMaximum Length of Subarray With Positive ProductMedium44.6%12.5%
1588https://leetcode.com/problems/sum-of-all-odd-length-subarraysSum of All Odd Length SubarraysEasy83.9%12.5%
1590https://leetcode.com/problems/make-sum-divisible-by-pMake Sum Divisible by PMedium42.6%37.5%
1584https://leetcode.com/problems/min-cost-to-connect-all-pointsMin Cost to Connect All PointsMedium70.3%25.0%
1603https://leetcode.com/problems/design-parking-systemDesign Parking SystemEasy87.1%37.5%
1570https://leetcode.com/problems/dot-product-of-two-sparse-vectorsDot Product of Two Sparse VectorsMedium89.9%12.5%
1571https://leetcode.com/problems/warehouse-managerWarehouse ManagerEasy87.3%25.0%
1598https://leetcode.com/problems/crawler-log-folderCrawler Log FolderEasy71.6%12.5%
1601https://leetcode.com/problems/maximum-number-of-achievable-transfer-requestsMaximum Number of Achievable Transfer RequestsHard64.6%25.0%
1581https://leetcode.com/problems/customer-who-visited-but-did-not-make-any-transactionsCustomer Who Visited but Did Not Make Any TransactionsEasy67.6%37.5%
1621https://leetcode.com/problems/number-of-sets-of-k-non-overlapping-line-segmentsNumber of Sets of K Non-Overlapping Line SegmentsMedium45.6%25.0%
1608https://leetcode.com/problems/special-array-with-x-elements-greater-than-or-equal-xSpecial Array With X Elements Greater Than or Equal XEasy66.8%12.5%
1597https://leetcode.com/problems/build-binary-expression-tree-from-infix-expressionBuild Binary Expression Tree From Infix ExpressionHard62.8%25.0%
1614https://leetcode.com/problems/maximum-nesting-depth-of-the-parenthesesMaximum Nesting Depth of the ParenthesesEasy84.8%25.0%
1636https://leetcode.com/problems/sort-array-by-increasing-frequencySort Array by Increasing FrequencyEasy80.7%25.0%
1637https://leetcode.com/problems/widest-vertical-area-between-two-points-containing-no-pointsWidest Vertical Area Between Two Points Containing No PointsEasy87.1%12.5%
1631https://leetcode.com/problems/path-with-minimum-effortPath With Minimum EffortMedium62.8%25.0%
1652https://leetcode.com/problems/defuse-the-bombDefuse the BombEasy79.3%25.0%
1654https://leetcode.com/problems/minimum-jumps-to-reach-homeMinimum Jumps to Reach HomeMedium30.6%12.5%
1613https://leetcode.com/problems/find-the-missing-idsFind the Missing IDsMedium72.9%25.0%
1642https://leetcode.com/problems/furthest-building-you-can-reachFurthest Building You Can ReachMedium50.7%37.5%
1623https://leetcode.com/problems/all-valid-triplets-that-can-represent-a-countryAll Valid Triplets That Can Represent a CountryEasy80.9%25.0%
1668https://leetcode.com/problems/maximum-repeating-substringMaximum Repeating SubstringEasy41.0%12.5%
1669https://leetcode.com/problems/merge-in-between-linked-listsMerge In Between Linked ListsMedium82.8%12.5%
1671https://leetcode.com/problems/minimum-number-of-removals-to-make-mountain-arrayMinimum Number of Removals to Make Mountain ArrayHard54.8%12.5%
1670https://leetcode.com/problems/design-front-middle-back-queueDesign Front Middle Back QueueMedium56.9%25.0%
1628https://leetcode.com/problems/design-an-expression-tree-with-evaluate-functionDesign an Expression Tree With Evaluate FunctionMedium82.5%25.0%
1646https://leetcode.com/problems/get-maximum-in-generated-arrayGet Maximum in Generated ArrayEasy51.4%12.5%
1647https://leetcode.com/problems/minimum-deletions-to-make-character-frequencies-uniqueMinimum Deletions to Make Character Frequencies UniqueMedium61.4%12.5%
1634https://leetcode.com/problems/add-two-polynomials-represented-as-linked-listsAdd Two Polynomials Represented as Linked ListsMedium61.0%25.0%
1658https://leetcode.com/problems/minimum-operations-to-reduce-x-to-zeroMinimum Operations to Reduce X to ZeroMedium40.4%25.0%
1657https://leetcode.com/problems/determine-if-two-strings-are-closeDetermine if Two Strings Are CloseMedium54.2%12.5%
1662https://leetcode.com/problems/check-if-two-string-arrays-are-equivalentCheck If Two String Arrays are EquivalentEasy86.0%12.5%
1685https://leetcode.com/problems/sum-of-absolute-differences-in-a-sorted-arraySum of Absolute Differences in a Sorted ArrayMedium68.2%12.5%
1650https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree-iiiLowest Common Ancestor of a Binary Tree IIIMedium82.9%50.0%
1672https://leetcode.com/problems/richest-customer-wealthRichest Customer WealthEasy88.7%12.5%
1679https://leetcode.com/problems/max-number-of-k-sum-pairsMax Number of K-Sum PairsMedium56.9%25.0%
1680https://leetcode.com/problems/concatenation-of-consecutive-binary-numbersConcatenation of Consecutive Binary NumbersMedium56.9%25.0%
1661https://leetcode.com/problems/average-time-of-process-per-machineAverage Time of Process per MachineEasy66.9%50.0%
1700https://leetcode.com/problems/number-of-students-unable-to-eat-lunchNumber of Students Unable to Eat LunchEasy79.3%37.5%
1701https://leetcode.com/problems/average-waiting-timeAverage Waiting TimeMedium73.1%12.5%
1688https://leetcode.com/problems/count-of-matches-in-tournamentCount of Matches in TournamentEasy86.3%12.5%
1689https://leetcode.com/problems/partitioning-into-minimum-number-of-deci-binary-numbersPartitioning Into Minimum Number Of Deci-Binary NumbersMedium88.8%12.5%
1695https://leetcode.com/problems/maximum-erasure-valueMaximum Erasure ValueMedium64.1%25.0%
1676https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree-ivLowest Common Ancestor of a Binary Tree IVMedium79.5%25.0%
1716https://leetcode.com/problems/calculate-money-in-leetcode-bankCalculate Money in Leetcode BankEasy82.3%12.5%
1717https://leetcode.com/problems/maximum-score-from-removing-substringsMaximum Score From Removing SubstringsMedium66.6%12.5%
1718https://leetcode.com/problems/construct-the-lexicographically-largest-valid-sequenceConstruct the Lexicographically Largest Valid SequenceMedium72.8%12.5%
1704https://leetcode.com/problems/determine-if-string-halves-are-alikeDetermine if String Halves Are AlikeEasy78.8%12.5%
1723https://leetcode.com/problems/find-minimum-time-to-finish-all-jobsFind Minimum Time to Finish All JobsHard45.3%37.5%
1683https://leetcode.com/problems/invalid-tweetsInvalid TweetsEasy85.2%25.0%
1710https://leetcode.com/problems/maximum-units-on-a-truckMaximum Units on a TruckEasy74.6%37.5%
1732https://leetcode.com/problems/find-the-highest-altitudeFind the Highest AltitudeEasy83.9%25.0%
1734https://leetcode.com/problems/decode-xored-permutationDecode XORed PermutationMedium66.8%25.0%
1735https://leetcode.com/problems/count-ways-to-make-array-with-productCount Ways to Make Array With ProductHard54.3%25.0%
1699https://leetcode.com/problems/number-of-calls-between-two-personsNumber of Calls Between Two PersonsMedium80.8%25.0%
1750https://leetcode.com/problems/minimum-length-of-string-after-deleting-similar-endsMinimum Length of String After Deleting Similar EndsMedium56.0%25.0%
1751https://leetcode.com/problems/maximum-number-of-events-that-can-be-attended-iiMaximum Number of Events That Can Be Attended IIHard63.6%12.5%
1764https://leetcode.com/problems/form-array-by-concatenating-subarrays-of-another-arrayForm Array by Concatenating Subarrays of Another ArrayMedium54.7%25.0%
1752https://leetcode.com/problems/check-if-array-is-sorted-and-rotatedCheck if Array Is Sorted and RotatedEasy55.7%50.0%
1731https://leetcode.com/problems/the-number-of-employees-which-report-to-each-employeeThe Number of Employees Which Report to Each EmployeeEasy53.0%25.0%
1740https://leetcode.com/problems/find-distance-in-a-binary-treeFind Distance in a Binary TreeMedium74.3%25.0%
1760https://leetcode.com/problems/minimum-limit-of-balls-in-a-bagMinimum Limit of Balls in a BagMedium66.6%12.5%
1761https://leetcode.com/problems/minimum-degree-of-a-connected-trio-in-a-graphMinimum Degree of a Connected Trio in a GraphHard44.2%25.0%
1779https://leetcode.com/problems/find-nearest-point-that-has-the-same-x-or-y-coordinateFind Nearest Point That Has the Same X or Y CoordinateEasy69.9%25.0%
1781https://leetcode.com/problems/sum-of-beauty-of-all-substringsSum of Beauty of All SubstringsMedium73.5%37.5%
1782https://leetcode.com/problems/count-pairs-of-nodesCount Pairs Of NodesHard42.4%25.0%
1741https://leetcode.com/problems/find-total-time-spent-by-each-employeeFind Total Time Spent by Each EmployeeEasy86.4%25.0%
1768https://leetcode.com/problems/merge-strings-alternatelyMerge Strings AlternatelyEasy82.1%62.5%
1769https://leetcode.com/problems/minimum-number-of-operations-to-move-all-balls-to-each-boxMinimum Number of Operations to Move All Balls to Each BoxMedium90.1%12.5%
1773https://leetcode.com/problems/count-items-matching-a-ruleCount Items Matching a RuleEasy85.3%12.5%
1757https://leetcode.com/problems/recyclable-and-low-fat-productsRecyclable and Low Fat ProductsEasy88.8%62.5%
1762https://leetcode.com/problems/buildings-with-an-ocean-viewBuildings With an Ocean ViewMedium80.9%25.0%
1790https://leetcode.com/problems/check-if-one-string-swap-can-make-strings-equalCheck if One String Swap Can Make Strings EqualEasy49.5%12.5%
1791https://leetcode.com/problems/find-center-of-star-graphFind Center of Star GraphEasy86.6%12.5%
1792https://leetcode.com/problems/maximum-average-pass-ratioMaximum Average Pass RatioMedium74.1%37.5%
1772https://leetcode.com/problems/sort-features-by-popularitySort Features by PopularityMedium66.3%25.0%
1777https://leetcode.com/problems/products-price-for-each-storeProduct's Price for Each StoreEasy82.1%25.0%
1783https://leetcode.com/problems/grand-slam-titlesGrand Slam TitlesMedium82.9%25.0%
1788https://leetcode.com/problems/maximize-the-beauty-of-the-gardenMaximize the Beauty of the GardenHard64.6%25.0%
1795https://leetcode.com/problems/rearrange-products-tableRearrange Products TableEasy85.5%25.0%
1823https://leetcode.com/problems/find-the-winner-of-the-circular-gameFind the Winner of the Circular GameMedium82.2%12.5%
1846https://leetcode.com/problems/maximum-element-after-decreasing-and-rearrangingMaximum Element After Decreasing and RearrangingMedium65.8%25.0%
1847https://leetcode.com/problems/closest-roomClosest RoomHard41.1%25.0%
1809https://leetcode.com/problems/ad-free-sessionsAd-Free SessionsEasy58.8%25.0%
1832https://leetcode.com/problems/check-if-the-sentence-is-pangramCheck if the Sentence Is PangramEasy84.1%12.5%
1833https://leetcode.com/problems/maximum-ice-cream-barsMaximum Ice Cream BarsMedium74.2%12.5%
1834https://leetcode.com/problems/single-threaded-cpuSingle-Threaded CPUMedium47.3%12.5%
1811https://leetcode.com/problems/find-interview-candidatesFind Interview CandidatesMedium60.6%25.0%
1838https://leetcode.com/problems/frequency-of-the-most-frequent-elementFrequency of the Most Frequent ElementMedium44.6%37.5%
1859https://leetcode.com/problems/sorting-the-sentenceSorting the SentenceEasy84.1%12.5%
1854https://leetcode.com/problems/maximum-population-yearMaximum Population YearEasy63.6%12.5%
1876https://leetcode.com/problems/substrings-of-size-three-with-distinct-charactersSubstrings of Size Three with Distinct CharactersEasy76.5%12.5%
1863https://leetcode.com/problems/sum-of-all-subset-xor-totalsSum of All Subset XOR TotalsEasy90.1%37.5%
1842https://leetcode.com/problems/next-palindrome-using-same-digitsNext Palindrome Using Same DigitsHard54.2%25.0%
1870https://leetcode.com/problems/minimum-speed-to-arrive-on-timeMinimum Speed to Arrive on TimeMedium47.7%12.5%
1852https://leetcode.com/problems/distinct-numbers-in-each-subarrayDistinct Numbers in Each SubarrayMedium77.3%25.0%
1882https://leetcode.com/problems/process-tasks-using-serversProcess Tasks Using ServersMedium41.9%12.5%
1886https://leetcode.com/problems/determine-whether-matrix-can-be-obtained-by-rotationDetermine Whether Matrix Can Be Obtained By RotationEasy59.2%25.0%
1889https://leetcode.com/problems/minimum-space-wasted-from-packagingMinimum Space Wasted From PackagingHard33.4%25.0%
1909https://leetcode.com/problems/remove-one-element-to-make-the-array-strictly-increasingRemove One Element to Make the Array Strictly IncreasingEasy29.5%12.5%
1910https://leetcode.com/problems/remove-all-occurrences-of-a-substringRemove All Occurrences of a SubstringMedium78.4%25.0%
1903https://leetcode.com/problems/largest-odd-number-in-stringLargest Odd Number in StringEasy66.9%25.0%
1905https://leetcode.com/problems/count-sub-islandsCount Sub IslandsMedium73.0%12.5%
1926https://leetcode.com/problems/nearest-exit-from-entrance-in-mazeNearest Exit from Entrance in MazeMedium48.3%25.0%
1915https://leetcode.com/problems/number-of-wonderful-substringsNumber of Wonderful SubstringsMedium66.6%12.5%
1901https://leetcode.com/problems/find-a-peak-element-iiFind a Peak Element IIMedium54.4%12.5%
1920https://leetcode.com/problems/build-array-from-permutationBuild Array from PermutationEasy91.1%25.0%
1922https://leetcode.com/problems/count-good-numbersCount Good NumbersMedium57.4%37.5%
1923https://leetcode.com/problems/longest-common-subpathLongest Common SubpathHard29.3%25.0%
1942https://leetcode.com/problems/the-number-of-the-smallest-unoccupied-chairThe Number of the Smallest Unoccupied ChairMedium60.4%37.5%
2297https://leetcode.com/problems/jump-game-viiiJump Game VIIIMedium45.4%25.0%
1929https://leetcode.com/problems/concatenation-of-arrayConcatenation of ArrayEasy90.5%37.5%
1930https://leetcode.com/problems/unique-length-3-palindromic-subsequencesUnique Length-3 Palindromic SubsequencesMedium73.8%25.0%
2307https://leetcode.com/problems/check-for-contradictions-in-equationsCheck for Contradictions in EquationsHard43.8%25.0%
1950https://leetcode.com/problems/maximum-of-minimum-values-in-all-subarraysMaximum of Minimum Values in All SubarraysMedium48.0%25.0%
1958https://leetcode.com/problems/check-if-move-is-legalCheck if Move is LegalMedium50.0%25.0%
1955https://leetcode.com/problems/count-number-of-special-subsequencesCount Number of Special SubsequencesHard52.7%25.0%
1934https://leetcode.com/problems/confirmation-rateConfirmation RateMedium61.6%37.5%
1976https://leetcode.com/problems/number-of-ways-to-arrive-at-destinationNumber of Ways to Arrive at DestinationMedium37.3%25.0%
1963https://leetcode.com/problems/minimum-number-of-swaps-to-make-the-string-balancedMinimum Number of Swaps to Make the String BalancedMedium78.1%25.0%
1969https://leetcode.com/problems/minimum-non-zero-product-of-the-array-elementsMinimum Non-Zero Product of the Array ElementsMedium37.4%12.5%
1981https://leetcode.com/problems/minimize-the-difference-between-target-and-chosen-elementsMinimize the Difference Between Target and Chosen ElementsMedium36.7%25.0%
1984https://leetcode.com/problems/minimum-difference-between-highest-and-lowest-of-k-scoresMinimum Difference Between Highest and Lowest of K ScoresEasy66.2%25.0%
1986https://leetcode.com/problems/minimum-number-of-work-sessions-to-finish-the-tasksMinimum Number of Work Sessions to Finish the TasksMedium34.5%12.5%
2006https://leetcode.com/problems/count-number-of-pairs-with-absolute-difference-kCount Number of Pairs With Absolute Difference KEasy85.3%25.0%
1971https://leetcode.com/problems/find-if-path-exists-in-graphFind if Path Exists in GraphEasy54.7%25.0%
1998https://leetcode.com/problems/gcd-sort-of-an-arrayGCD Sort of an ArrayHard48.5%25.0%
1978https://leetcode.com/problems/employees-whose-manager-left-the-companyEmployees Whose Manager Left the CompanyEasy48.6%12.5%
2000https://leetcode.com/problems/reverse-prefix-of-wordReverse Prefix of WordEasy86.5%12.5%
2022https://leetcode.com/problems/convert-1d-array-into-2d-arrayConvert 1D Array Into 2D ArrayEasy72.1%12.5%
2011https://leetcode.com/problems/final-value-of-variable-after-performing-operationsFinal Value of Variable After Performing OperationsEasy90.6%12.5%
2012https://leetcode.com/problems/sum-of-beauty-in-the-arraySum of Beauty in the ArrayMedium51.1%25.0%
2013https://leetcode.com/problems/detect-squaresDetect SquaresMedium52.3%12.5%
2037https://leetcode.com/problems/minimum-number-of-moves-to-seat-everyoneMinimum Number of Moves to Seat EveryoneEasy87.2%25.0%
2028https://leetcode.com/problems/find-missing-observationsFind Missing ObservationsMedium57.4%25.0%
2035https://leetcode.com/problems/partition-array-into-two-arrays-to-minimize-sum-differencePartition Array Into Two Arrays to Minimize Sum DifferenceHard23.0%25.0%
2053https://leetcode.com/problems/kth-distinct-string-in-an-arrayKth Distinct String in an ArrayEasy82.1%25.0%
2055https://leetcode.com/problems/plates-between-candlesPlates Between CandlesMedium47.3%50.0%
2058https://leetcode.com/problems/find-the-minimum-and-maximum-number-of-nodes-between-critical-pointsFind the Minimum and Maximum Number of Nodes Between Critical PointsMedium69.4%25.0%
2064https://leetcode.com/problems/minimized-maximum-of-products-distributed-to-any-storeMinimized Maximum of Products Distributed to Any StoreMedium63.0%25.0%
2073https://leetcode.com/problems/time-needed-to-buy-ticketsTime Needed to Buy TicketsEasy72.1%12.5%
2075https://leetcode.com/problems/decode-the-slanted-ciphertextDecode the Slanted CiphertextMedium50.3%25.0%
2099https://leetcode.com/problems/find-subsequence-of-length-k-with-the-largest-sumFind Subsequence of Length K With the Largest SumEasy57.4%12.5%
2100https://leetcode.com/problems/find-good-days-to-rob-the-bankFind Good Days to Rob the BankMedium51.4%25.0%
2101https://leetcode.com/problems/detonate-the-maximum-bombsDetonate the Maximum BombsMedium49.9%12.5%
2102https://leetcode.com/problems/sequentially-ordinal-rank-trackerSequentially Ordinal Rank TrackerHard61.5%25.0%
2090https://leetcode.com/problems/k-radius-subarray-averagesK Radius Subarray AveragesMedium46.0%12.5%
2091https://leetcode.com/problems/removing-minimum-and-maximum-from-arrayRemoving Minimum and Maximum From ArrayMedium56.2%12.5%
2092https://leetcode.com/problems/find-all-people-with-secretFind All People With SecretHard48.4%12.5%
2095https://leetcode.com/problems/delete-the-middle-node-of-a-linked-listDelete the Middle Node of a Linked ListMedium59.5%12.5%
2096https://leetcode.com/problems/step-by-step-directions-from-a-binary-tree-node-to-anotherStep-By-Step Directions From a Binary Tree Node to AnotherMedium56.4%25.0%
2115https://leetcode.com/problems/find-all-possible-recipes-from-given-suppliesFind All Possible Recipes from Given SuppliesMedium56.8%25.0%
2116https://leetcode.com/problems/check-if-a-parentheses-string-can-be-validCheck if a Parentheses String Can Be ValidMedium45.1%25.0%
2104https://leetcode.com/problems/sum-of-subarray-rangesSum of Subarray RangesMedium60.7%37.5%
2109https://leetcode.com/problems/adding-spaces-to-a-stringAdding Spaces to a StringMedium71.8%25.0%
2110https://leetcode.com/problems/number-of-smooth-descent-periods-of-a-stockNumber of Smooth Descent Periods of a StockMedium67.7%25.0%
2111https://leetcode.com/problems/minimum-operations-to-make-the-array-k-increasingMinimum Operations to Make the Array K-IncreasingHard40.2%25.0%
2130https://leetcode.com/problems/maximum-twin-sum-of-a-linked-listMaximum Twin Sum of a Linked ListMedium81.6%25.0%
2125https://leetcode.com/problems/number-of-laser-beams-in-a-bankNumber of Laser Beams in a BankMedium87.0%25.0%
2126https://leetcode.com/problems/destroying-asteroidsDestroying AsteroidsMedium53.3%12.5%
2127https://leetcode.com/problems/maximum-employees-to-be-invited-to-a-meetingMaximum Employees to Be Invited to a MeetingHard61.8%12.5%
2145https://leetcode.com/problems/count-the-hidden-sequencesCount the Hidden SequencesMedium56.7%25.0%
2134https://leetcode.com/problems/minimum-swaps-to-group-all-1s-together-iiMinimum Swaps to Group All 1's Together IIMedium65.6%37.5%
2123https://leetcode.com/problems/minimum-operations-to-remove-adjacent-ones-in-matrixMinimum Operations to Remove Adjacent Ones in MatrixHard42.8%25.0%
2140https://leetcode.com/problems/solving-questions-with-brainpowerSolving Questions With BrainpowerMedium60.2%12.5%
2160https://leetcode.com/problems/minimum-sum-of-four-digit-number-after-splitting-digitsMinimum Sum of Four Digit Number After Splitting DigitsEasy86.2%25.0%
2161https://leetcode.com/problems/partition-array-according-to-given-pivotPartition Array According to Given PivotMedium89.8%25.0%
2149https://leetcode.com/problems/rearrange-array-elements-by-signRearrange Array Elements by SignMedium84.5%50.0%
2181https://leetcode.com/problems/merge-nodes-in-between-zerosMerge Nodes in Between ZerosMedium89.7%12.5%
2195https://leetcode.com/problems/append-k-integers-with-minimal-sumAppend K Integers With Minimal SumMedium26.8%25.0%
2196https://leetcode.com/problems/create-binary-tree-from-descriptionsCreate Binary Tree From DescriptionsMedium81.7%12.5%
2197https://leetcode.com/problems/replace-non-coprime-numbers-in-arrayReplace Non-Coprime Numbers in ArrayHard57.7%25.0%
2207https://leetcode.com/problems/maximize-number-of-subsequences-in-a-stringMaximize Number of Subsequences in a StringMedium35.9%25.0%
2173https://leetcode.com/problems/longest-winning-streakLongest Winning StreakHard54.1%25.0%
2220https://leetcode.com/problems/minimum-bit-flips-to-convert-numberMinimum Bit Flips to Convert NumberEasy87.8%12.5%
2221https://leetcode.com/problems/find-triangular-sum-of-an-arrayFind Triangular Sum of an ArrayMedium82.0%37.5%
2222https://leetcode.com/problems/number-of-ways-to-select-buildingsNumber of Ways to Select BuildingsMedium50.8%25.0%
2223https://leetcode.com/problems/sum-of-scores-of-built-stringsSum of Scores of Built StringsHard46.5%25.0%
2250https://leetcode.com/problems/count-number-of-rectangles-containing-each-pointCount Number of Rectangles Containing Each PointMedium37.4%37.5%
2251https://leetcode.com/problems/number-of-flowers-in-full-bloomNumber of Flowers in Full BloomHard57.7%12.5%
2259https://leetcode.com/problems/remove-digit-from-number-to-maximize-resultRemove Digit From Number to Maximize ResultEasy48.2%12.5%
2261https://leetcode.com/problems/k-divisible-elements-subarraysK Divisible Elements SubarraysMedium54.8%25.0%
2262https://leetcode.com/problems/total-appeal-of-a-stringTotal Appeal of A StringHard56.3%25.0%
2256https://leetcode.com/problems/minimum-average-differenceMinimum Average DifferenceMedium43.8%25.0%
2258https://leetcode.com/problems/escape-the-spreading-fireEscape the Spreading FireHard37.6%12.5%
2266https://leetcode.com/problems/count-number-of-textsCount Number of TextsMedium49.9%25.0%
2239https://leetcode.com/problems/find-closest-number-to-zeroFind Closest Number to ZeroEasy47.7%12.5%
2214https://leetcode.com/problems/minimum-health-to-beat-gameMinimum Health to Beat GameMedium58.8%50.0%
2274https://leetcode.com/problems/maximum-consecutive-floors-without-special-floorsMaximum Consecutive Floors Without Special FloorsMedium52.5%25.0%
2270https://leetcode.com/problems/number-of-ways-to-split-arrayNumber of Ways to Split ArrayMedium55.9%25.0%
2272https://leetcode.com/problems/substring-with-largest-varianceSubstring With Largest VarianceHard46.0%25.0%
2244https://leetcode.com/problems/minimum-rounds-to-complete-all-tasksMinimum Rounds to Complete All TasksMedium63.2%25.0%
2246https://leetcode.com/problems/longest-path-with-different-adjacent-charactersLongest Path With Different Adjacent CharactersHard53.9%12.5%
2279https://leetcode.com/problems/maximum-bags-with-full-capacity-of-rocksMaximum Bags With Full Capacity of RocksMedium68.0%25.0%
2281https://leetcode.com/problems/sum-of-total-strength-of-wizardsSum of Total Strength of WizardsHard29.1%37.5%
2219https://leetcode.com/problems/maximum-sum-score-of-arrayMaximum Sum Score of ArrayMedium62.6%25.0%
2228https://leetcode.com/problems/users-with-two-purchases-within-seven-daysUsers With Two Purchases Within Seven DaysMedium46.6%25.0%
2287https://leetcode.com/problems/rearrange-characters-to-make-target-stringRearrange Characters to Make Target StringEasy61.0%25.0%
2288https://leetcode.com/problems/apply-discount-to-pricesApply Discount to PricesMedium33.8%37.5%
2238https://leetcode.com/problems/number-of-times-a-driver-was-a-passengerNumber of Times a Driver Was a PassengerMedium71.6%25.0%
2285https://leetcode.com/problems/maximum-total-importance-of-roadsMaximum Total Importance of RoadsMedium69.1%12.5%
2235https://leetcode.com/problems/add-two-integersAdd Two IntegersEasy87.9%37.5%
2236https://leetcode.com/problems/root-equals-sum-of-childrenRoot Equals Sum of ChildrenEasy84.8%12.5%
2294https://leetcode.com/problems/partition-array-such-that-maximum-difference-is-kPartition Array Such That Maximum Difference Is KMedium81.9%25.0%
2295https://leetcode.com/problems/replace-elements-in-an-arrayReplace Elements in an ArrayMedium59.6%25.0%
2296https://leetcode.com/problems/design-a-text-editorDesign a Text EditorHard49.9%25.0%
2300https://leetcode.com/problems/successful-pairs-of-spells-and-potionsSuccessful Pairs of Spells and PotionsMedium49.4%25.0%
2322https://leetcode.com/problems/minimum-score-after-removals-on-a-treeMinimum Score After Removals on a TreeHard76.2%25.0%
2316https://leetcode.com/problems/count-unreachable-pairs-of-nodes-in-an-undirected-graphCount Unreachable Pairs of Nodes in an Undirected GraphMedium49.8%25.0%
2268https://leetcode.com/problems/minimum-number-of-keypressesMinimum Number of KeypressesMedium71.4%37.5%
2325https://leetcode.com/problems/decode-the-messageDecode the MessageEasy85.8%12.5%
2336https://leetcode.com/problems/smallest-number-in-infinite-setSmallest Number in Infinite SetMedium70.6%25.0%
2337https://leetcode.com/problems/move-pieces-to-obtain-a-stringMove Pieces to Obtain a StringMedium56.7%25.0%
2333https://leetcode.com/problems/minimum-sum-of-squared-differenceMinimum Sum of Squared DifferenceMedium26.7%25.0%
2352https://leetcode.com/problems/equal-row-and-column-pairsEqual Row and Column PairsMedium70.8%12.5%
2353https://leetcode.com/problems/design-a-food-rating-systemDesign a Food Rating SystemMedium52.9%25.0%
2292https://leetcode.com/problems/products-with-three-or-more-orders-in-two-consecutive-yearsProducts With Three or More Orders in Two Consecutive YearsMedium40.5%25.0%
2347https://leetcode.com/problems/best-poker-handBest Poker HandEasy61.6%37.5%
2357https://leetcode.com/problems/make-array-zero-by-subtracting-equal-amountsMake Array Zero by Subtracting Equal AmountsEasy73.7%50.0%
2360https://leetcode.com/problems/longest-cycle-in-a-graphLongest Cycle in a GraphHard50.4%12.5%
2370https://leetcode.com/problems/longest-ideal-subsequenceLongest Ideal SubsequenceMedium46.7%12.5%
2364https://leetcode.com/problems/count-number-of-bad-pairsCount Number of Bad PairsMedium54.2%25.0%
2398https://leetcode.com/problems/maximum-number-of-robots-within-budgetMaximum Number of Robots Within BudgetHard38.0%25.0%
2324https://leetcode.com/problems/product-sales-analysis-ivProduct Sales Analysis IVMedium75.9%25.0%
2329https://leetcode.com/problems/product-sales-analysis-vProduct Sales Analysis VEasy70.8%25.0%
2373https://leetcode.com/problems/largest-local-values-in-a-matrixLargest Local Values in a MatrixEasy87.7%12.5%
2375https://leetcode.com/problems/construct-smallest-number-from-di-stringConstruct Smallest Number From DI StringMedium85.6%25.0%
2323https://leetcode.com/problems/find-minimum-time-to-finish-all-jobs-iiFind Minimum Time to Finish All Jobs IIMedium66.0%25.0%
2385https://leetcode.com/problems/amount-of-time-for-binary-tree-to-be-infectedAmount of Time for Binary Tree to Be InfectedMedium65.1%37.5%
2386https://leetcode.com/problems/find-the-k-sum-of-an-arrayFind the K-Sum of an ArrayHard41.1%25.0%
2380https://leetcode.com/problems/time-needed-to-rearrange-a-binary-stringTime Needed to Rearrange a Binary StringMedium52.6%25.0%
2330https://leetcode.com/problems/valid-palindrome-ivValid Palindrome IVMedium75.7%25.0%
2390https://leetcode.com/problems/removing-stars-from-a-stringRemoving Stars From a StringMedium78.9%37.5%
2391https://leetcode.com/problems/minimum-amount-of-time-to-collect-garbageMinimum Amount of Time to Collect GarbageMedium85.1%12.5%
2342https://leetcode.com/problems/max-sum-of-a-pair-with-equal-sum-of-digitsMax Sum of a Pair With Equal Sum of DigitsMedium66.0%37.5%
2340https://leetcode.com/problems/minimum-adjacent-swaps-to-make-a-valid-arrayMinimum Adjacent Swaps to Make a Valid ArrayMedium72.2%50.0%
2401https://leetcode.com/problems/longest-nice-subarrayLongest Nice SubarrayMedium64.8%12.5%
2402https://leetcode.com/problems/meeting-rooms-iiiMeeting Rooms IIIHard51.7%25.0%
2396https://leetcode.com/problems/strictly-palindromic-numberStrictly Palindromic NumberMedium90.2%25.0%
2405https://leetcode.com/problems/optimal-partition-of-stringOptimal Partition of StringMedium78.4%25.0%
2355https://leetcode.com/problems/maximum-number-of-books-you-can-takeMaximum Number of Books You Can TakeHard39.5%37.5%
2413https://leetcode.com/problems/smallest-even-multipleSmallest Even MultipleEasy88.3%12.5%
2415https://leetcode.com/problems/reverse-odd-levels-of-binary-treeReverse Odd Levels of Binary TreeMedium86.7%12.5%
2356https://leetcode.com/problems/number-of-unique-subjects-taught-by-each-teacherNumber of Unique Subjects Taught by Each TeacherEasy89.2%12.5%
2410https://leetcode.com/problems/maximum-matching-of-players-with-trainersMaximum Matching of Players With TrainersMedium75.2%25.0%
2411https://leetcode.com/problems/smallest-subarrays-with-maximum-bitwise-orSmallest Subarrays With Maximum Bitwise ORMedium62.0%25.0%
2412https://leetcode.com/problems/minimum-money-required-before-transactionsMinimum Money Required Before TransactionsHard42.0%25.0%
2433https://leetcode.com/problems/find-the-original-array-of-prefix-xorFind The Original Array of Prefix XorMedium88.3%12.5%
2434https://leetcode.com/problems/using-a-robot-to-print-the-lexicographically-smallest-stringUsing a Robot to Print the Lexicographically Smallest StringMedium62.5%37.5%
2441https://leetcode.com/problems/largest-positive-integer-that-exists-with-its-negativeLargest Positive Integer That Exists With Its NegativeEasy74.5%12.5%
2444https://leetcode.com/problems/count-subarrays-with-fixed-boundsCount Subarrays With Fixed BoundsHard69.3%12.5%
2439https://leetcode.com/problems/minimize-maximum-of-arrayMinimize Maximum of ArrayMedium46.5%12.5%
2394https://leetcode.com/problems/employees-with-deductionsEmployees With DeductionsMedium42.3%25.0%
2449https://leetcode.com/problems/minimum-number-of-operations-to-make-arrays-similarMinimum Number of Operations to Make Arrays SimilarHard61.5%12.5%
2443https://leetcode.com/problems/sum-of-number-and-its-reverseSum of Number and Its ReverseMedium49.3%25.0%
2460https://leetcode.com/problems/apply-operations-to-an-arrayApply Operations to an ArrayEasy74.7%12.5%
2461https://leetcode.com/problems/maximum-sum-of-distinct-subarrays-with-length-kMaximum Sum of Distinct Subarrays With Length KMedium42.8%37.5%
2408https://leetcode.com/problems/design-sqlDesign SQLMedium64.7%25.0%
2469https://leetcode.com/problems/convert-the-temperatureConvert the TemperatureEasy90.3%12.5%
2471https://leetcode.com/problems/minimum-number-of-operations-to-sort-a-binary-tree-by-levelMinimum Number of Operations to Sort a Binary Tree by LevelMedium74.2%25.0%
2465https://leetcode.com/problems/number-of-distinct-averagesNumber of Distinct AveragesEasy58.9%25.0%
2468https://leetcode.com/problems/split-message-based-on-limitSplit Message Based on LimitHard42.0%12.5%
2422https://leetcode.com/problems/merge-operations-to-turn-array-into-a-palindromeMerge Operations to Turn Array Into a PalindromeMedium68.9%25.0%
2485https://leetcode.com/problems/find-the-pivot-integerFind the Pivot IntegerEasy83.8%25.0%
2486https://leetcode.com/problems/append-characters-to-string-to-make-subsequenceAppend Characters to String to Make SubsequenceMedium73.0%25.0%
2487https://leetcode.com/problems/remove-nodes-from-linked-listRemove Nodes From Linked ListMedium74.8%25.0%
2501https://leetcode.com/problems/longest-square-streak-in-an-arrayLongest Square Streak in an ArrayMedium53.1%25.0%
2502https://leetcode.com/problems/design-memory-allocatorDesign Memory AllocatorMedium49.7%25.0%
2497https://leetcode.com/problems/maximum-star-sum-of-a-graphMaximum Star Sum of a GraphMedium41.9%25.0%
2482https://leetcode.com/problems/difference-between-ones-and-zeros-in-row-and-columnDifference Between Ones and Zeros in Row and ColumnMedium84.4%25.0%
2474https://leetcode.com/problems/customers-with-strictly-increasing-purchasesCustomers With Strictly Increasing PurchasesHard49.0%25.0%
2534https://leetcode.com/problems/time-taken-to-cross-the-doorTime Taken to Cross the DoorHard50.1%25.0%
2527https://leetcode.com/problems/find-xor-beauty-of-arrayFind Xor-Beauty of ArrayMedium70.5%25.0%
2535https://leetcode.com/problems/difference-between-element-sum-and-digit-sum-of-an-arrayDifference Between Element Sum and Digit Sum of an ArrayEasy85.3%12.5%
2537https://leetcode.com/problems/count-the-number-of-good-subarraysCount the Number of Good SubarraysMedium65.9%12.5%
2542https://leetcode.com/problems/maximum-subsequence-scoreMaximum Subsequence ScoreMedium54.6%12.5%
2583https://leetcode.com/problems/kth-largest-sum-in-a-binary-treeKth Largest Sum in a Binary TreeMedium59.0%25.0%
2578https://leetcode.com/problems/split-with-minimum-sumSplit With Minimum SumEasy73.3%25.0%
2519https://leetcode.com/problems/count-the-number-of-k-big-indicesCount the Number of K-Big IndicesHard53.6%25.0%
2606https://leetcode.com/problems/find-the-substring-with-maximum-costFind the Substring With Maximum CostMedium57.8%25.0%
2641https://leetcode.com/problems/cousins-in-binary-tree-iiCousins in Binary Tree IIMedium75.8%25.0%
2551https://leetcode.com/problems/put-marbles-in-bagsPut Marbles in BagsHard72.2%37.5%
2558https://leetcode.com/problems/take-gifts-from-the-richest-pileTake Gifts From the Richest PileEasy75.5%12.5%
2597https://leetcode.com/problems/the-number-of-beautiful-subsetsThe Number of Beautiful SubsetsMedium50.9%12.5%
2563https://leetcode.com/problems/count-the-number-of-fair-pairsCount the Number of Fair PairsMedium52.7%25.0%
2575https://leetcode.com/problems/find-the-divisibility-array-of-a-stringFind the Divisibility Array of a StringMedium35.7%25.0%
2616https://leetcode.com/problems/minimize-the-maximum-difference-of-pairsMinimize the Maximum Difference of PairsMedium50.9%12.5%
2620https://leetcode.com/problems/counterCounterEasy82.4%12.5%
2621https://leetcode.com/problems/sleepSleepEasy87.4%12.5%
2619https://leetcode.com/problems/array-prototype-lastArray Prototype LastEasy74.6%12.5%
2643https://leetcode.com/problems/row-with-maximum-onesRow With Maximum OnesEasy74.3%25.0%
2638https://leetcode.com/problems/count-the-number-of-k-free-subsetsCount the Number of K-Free SubsetsMedium47.2%25.0%
2629https://leetcode.com/problems/function-compositionFunction CompositionEasy86.9%12.5%
2634https://leetcode.com/problems/filter-elements-from-arrayFilter Elements from ArrayEasy85.5%12.5%
2635https://leetcode.com/problems/apply-transform-over-each-element-in-arrayApply Transform Over Each Element in ArrayEasy86.2%12.5%
2653https://leetcode.com/problems/sliding-subarray-beautySliding Subarray BeautyMedium36.3%12.5%
2707https://leetcode.com/problems/extra-characters-in-a-stringExtra Characters in a StringMedium57.3%12.5%
2706https://leetcode.com/problems/buy-two-chocolatesBuy Two ChocolatesEasy68.3%12.5%
2626https://leetcode.com/problems/array-reduce-transformationArray Reduce TransformationEasy85.5%12.5%
2622https://leetcode.com/problems/cache-with-time-limitCache With Time LimitMedium76.0%12.5%
2657https://leetcode.com/problems/find-the-prefix-common-array-of-two-arraysFind the Prefix Common Array of Two ArraysMedium87.0%12.5%
2665https://leetcode.com/problems/counter-iiCounter IIEasy81.2%12.5%
2684https://leetcode.com/problems/maximum-number-of-moves-in-a-gridMaximum Number of Moves in a GridMedium58.8%12.5%
2666https://leetcode.com/problems/allow-one-function-callAllow One Function CallEasy86.7%12.5%
2694https://leetcode.com/problems/event-emitterEvent EmitterMedium74.9%12.5%
2742https://leetcode.com/problems/painting-the-wallsPainting the WallsHard48.9%12.5%
2667https://leetcode.com/problems/create-hello-world-functionCreate Hello World FunctionEasy82.0%62.5%
2769https://leetcode.com/problems/find-the-maximum-achievable-numberFind the Maximum Achievable NumberEasy91.2%12.5%
2704https://leetcode.com/problems/to-be-or-not-to-beTo Be Or Not To BeEasy63.3%37.5%
2697https://leetcode.com/problems/lexicographically-smallest-palindromeLexicographically Smallest PalindromeEasy80.8%12.5%
2703https://leetcode.com/problems/return-length-of-arguments-passedReturn Length of Arguments PassedEasy94.5%12.5%
2747https://leetcode.com/problems/count-zero-request-serversCount Zero Request ServersMedium35.6%25.0%
2766https://leetcode.com/problems/relocate-marblesRelocate MarblesMedium51.2%25.0%
2701https://leetcode.com/problems/consecutive-transactions-with-increasing-amountsConsecutive Transactions with Increasing AmountsHard34.5%12.5%
2799https://leetcode.com/problems/count-complete-subarrays-in-an-arrayCount Complete Subarrays in an ArrayMedium75.9%12.5%
2762https://leetcode.com/problems/continuous-subarraysContinuous SubarraysMedium57.9%12.5%
2816https://leetcode.com/problems/double-a-number-represented-as-a-linked-listDouble a Number Represented as a Linked ListMedium61.3%25.0%
2798https://leetcode.com/problems/number-of-employees-who-met-the-targetNumber of Employees Who Met the TargetEasy87.8%12.5%
2781https://leetcode.com/problems/length-of-the-longest-valid-substringLength of the Longest Valid SubstringHard38.2%37.5%
2824https://leetcode.com/problems/count-pairs-whose-sum-is-less-than-targetCount Pairs Whose Sum is Less than TargetEasy87.7%12.5%
2801https://leetcode.com/problems/count-stepping-numbers-in-rangeCount Stepping Numbers in RangeHard27.7%25.0%
2841https://leetcode.com/problems/maximum-sum-of-almost-unique-subarrayMaximum Sum of Almost Unique SubarrayMedium40.7%25.0%
2828https://leetcode.com/problems/check-if-a-string-is-an-acronym-of-wordsCheck if a String Is an Acronym of WordsEasy82.9%12.5%
2830https://leetcode.com/problems/maximize-the-profit-as-the-salesmanMaximize the Profit as the SalesmanMedium38.0%25.0%
2782https://leetcode.com/problems/number-of-unique-categoriesNumber of Unique CategoriesMedium83.6%25.0%
2817https://leetcode.com/problems/minimum-absolute-difference-between-elements-with-constraintMinimum Absolute Difference Between Elements With ConstraintMedium37.1%12.5%
2825https://leetcode.com/problems/make-string-a-subsequence-using-cyclic-incrementsMake String a Subsequence Using Cyclic IncrementsMedium65.7%37.5%
2802https://leetcode.com/problems/find-the-k-th-lucky-numberFind The K-th Lucky NumberMedium76.1%12.5%
2855https://leetcode.com/problems/minimum-right-shifts-to-sort-the-arrayMinimum Right Shifts to Sort the ArrayEasy57.3%25.0%
2864https://leetcode.com/problems/maximum-odd-binary-numberMaximum Odd Binary NumberEasy82.9%12.5%
2877https://leetcode.com/problems/create-a-dataframe-from-listCreate a DataFrame from ListEasy81.1%37.5%
2879https://leetcode.com/problems/display-the-first-three-rowsDisplay the First Three RowsEasy93.1%12.5%
2878https://leetcode.com/problems/get-the-size-of-a-dataframeGet the Size of a DataFrameEasy84.9%12.5%
2832https://leetcode.com/problems/maximal-range-that-each-element-is-maximum-in-itMaximal Range That Each Element Is Maximum in ItMedium75.5%25.0%
2870https://leetcode.com/problems/minimum-number-of-operations-to-make-array-emptyMinimum Number of Operations to Make Array EmptyMedium62.1%37.5%
2866https://leetcode.com/problems/beautiful-towers-iiBeautiful Towers IIMedium36.2%12.5%
2916https://leetcode.com/problems/subarrays-distinct-element-sum-of-squares-iiSubarrays Distinct Element Sum of Squares IIHard22.7%25.0%
2876https://leetcode.com/problems/count-visited-nodes-in-a-directed-graphCount Visited Nodes in a Directed GraphHard30.2%12.5%
2898https://leetcode.com/problems/maximum-linear-stock-scoreMaximum Linear Stock ScoreMedium61.2%25.0%
2917https://leetcode.com/problems/find-the-k-or-of-an-arrayFind the K-or of an ArrayEasy72.7%25.0%
2926https://leetcode.com/problems/maximum-balanced-subsequence-sumMaximum Balanced Subsequence SumHard25.7%25.0%
2942https://leetcode.com/problems/find-words-containing-characterFind Words Containing CharacterEasy90.4%12.5%
2928https://leetcode.com/problems/distribute-candies-among-children-iDistribute Candies Among Children IEasy76.2%25.0%
2929https://leetcode.com/problems/distribute-candies-among-children-iiDistribute Candies Among Children IIMedium55.7%37.5%
2937https://leetcode.com/problems/make-three-strings-equalMake Three Strings EqualEasy44.5%25.0%
2949https://leetcode.com/problems/count-beautiful-substrings-iiCount Beautiful Substrings IIHard26.7%25.0%
2947https://leetcode.com/problems/count-beautiful-substrings-iCount Beautiful Substrings IMedium60.8%25.0%
2945https://leetcode.com/problems/find-maximum-non-decreasing-array-lengthFind Maximum Non-decreasing Array LengthHard18.5%25.0%
2962https://leetcode.com/problems/count-subarrays-where-max-element-appears-at-least-k-timesCount Subarrays Where Max Element Appears at Least K TimesMedium62.4%12.5%
2927https://leetcode.com/problems/distribute-candies-among-children-iiiDistribute Candies Among Children IIIHard57.2%25.0%
2973https://leetcode.com/problems/find-number-of-coins-to-place-in-tree-nodesFind Number of Coins to Place in Tree NodesHard37.2%25.0%
2958https://leetcode.com/problems/length-of-longest-subarray-with-at-most-k-frequencyLength of Longest Subarray With at Most K FrequencyMedium56.4%12.5%
2974https://leetcode.com/problems/minimum-number-gameMinimum Number GameEasy85.3%12.5%
2965https://leetcode.com/problems/find-missing-and-repeated-valuesFind Missing and Repeated ValuesEasy83.3%37.5%
2952https://leetcode.com/problems/minimum-number-of-coins-to-be-addedMinimum Number of Coins to be AddedMedium57.9%25.0%
2966https://leetcode.com/problems/divide-array-into-arrays-with-max-differenceDivide Array Into Arrays With Max DifferenceMedium79.0%12.5%
3005https://leetcode.com/problems/count-elements-with-maximum-frequencyCount Elements With Maximum FrequencyEasy79.8%25.0%
2997https://leetcode.com/problems/minimum-number-of-operations-to-make-array-xor-equal-to-kMinimum Number of Operations to Make Array XOR Equal to KMedium85.5%12.5%
2979https://leetcode.com/problems/most-expensive-item-that-can-not-be-boughtMost Expensive Item That Can Not Be BoughtMedium80.3%37.5%
3014https://leetcode.com/problems/minimum-number-of-pushes-to-type-word-iMinimum Number of Pushes to Type Word IEasy66.9%25.0%
3016https://leetcode.com/problems/minimum-number-of-pushes-to-type-word-iiMinimum Number of Pushes to Type Word IIMedium80.0%37.5%
3020https://leetcode.com/problems/find-the-maximum-number-of-elements-in-subsetFind the Maximum Number of Elements in SubsetMedium26.8%25.0%
3032https://leetcode.com/problems/count-numbers-with-unique-digits-iiCount Numbers With Unique Digits IIEasy87.1%25.0%
3102https://leetcode.com/problems/minimize-manhattan-distancesMinimize Manhattan DistancesHard32.7%12.5%
3108https://leetcode.com/problems/minimum-cost-walk-in-weighted-graphMinimum Cost Walk in Weighted GraphHard68.3%12.5%
3075https://leetcode.com/problems/maximize-happiness-of-selected-childrenMaximize Happiness of Selected ChildrenMedium58.7%25.0%
3081https://leetcode.com/problems/replace-question-marks-in-string-to-minimize-its-valueReplace Question Marks in String to Minimize Its ValueMedium29.0%25.0%
3134https://leetcode.com/problems/find-the-median-of-the-uniqueness-arrayFind the Median of the Uniqueness ArrayHard29.9%25.0%
3092https://leetcode.com/problems/most-frequent-idsMost Frequent IDsMedium42.5%25.0%
3110https://leetcode.com/problems/score-of-a-stringScore of a StringEasy91.4%25.0%
3113https://leetcode.com/problems/find-the-number-of-subarrays-where-boundary-elements-are-maximumFind the Number of Subarrays Where Boundary Elements Are MaximumHard32.8%25.0%
3133https://leetcode.com/problems/minimum-array-endMinimum Array EndMedium55.4%12.5%
3139https://leetcode.com/problems/minimum-cost-to-equalize-arrayMinimum Cost to Equalize ArrayHard18.7%12.5%
3144https://leetcode.com/problems/minimum-substring-partition-of-equal-character-frequencyMinimum Substring Partition of Equal Character FrequencyMedium40.0%12.5%
3121https://leetcode.com/problems/count-the-number-of-special-characters-iiCount the Number of Special Characters IIMedium43.2%25.0%
3120https://leetcode.com/problems/count-the-number-of-special-characters-iCount the Number of Special Characters IEasy66.7%25.0%
3104https://leetcode.com/problems/find-longest-self-contained-substringFind Longest Self-Contained SubstringHard58.8%37.5%
3154https://leetcode.com/problems/find-number-of-ways-to-reach-the-k-th-stairFind Number of Ways to Reach the K-th StairHard37.4%25.0%
3152https://leetcode.com/problems/special-array-iiSpecial Array IIMedium45.8%12.5%
3151https://leetcode.com/problems/special-array-iSpecial Array IEasy81.6%12.5%
3164https://leetcode.com/problems/find-the-number-of-good-pairs-iiFind the Number of Good Pairs IIMedium26.6%12.5%
3211https://leetcode.com/problems/generate-binary-strings-without-adjacent-zerosGenerate Binary Strings Without Adjacent ZerosMedium88.2%25.0%
3194https://leetcode.com/problems/minimum-average-of-smallest-and-largest-elementsMinimum Average of Smallest and Largest ElementsEasy85.3%25.0%
3202https://leetcode.com/problems/find-the-maximum-length-of-valid-subsequence-iiFind the Maximum Length of Valid Subsequence IIMedium57.2%12.5%
3199https://leetcode.com/problems/count-triplets-with-even-xor-set-bits-iCount Triplets with Even XOR Set Bits IEasy82.9%25.0%
3215https://leetcode.com/problems/count-triplets-with-even-xor-set-bits-iiCount Triplets with Even XOR Set Bits IIMedium61.2%25.0%
1484https://leetcode.com/problems/group-sold-products-by-the-dateGroup Sold Products By The DateEasy77.9%12.5%
978https://leetcode.com/problems/longest-turbulent-subarrayLongest Turbulent SubarrayMedium48.9%12.5%
2191https://leetcode.com/problems/sort-the-jumbled-numbersSort the Jumbled NumbersMedium60.0%12.5%
400https://leetcode.com/problems/nth-digitNth DigitMedium37.1%12.5%
1789https://leetcode.com/problems/primary-department-for-each-employeePrimary Department for Each EmployeeEasy73.9%12.5%
2976https://leetcode.com/problems/minimum-cost-to-convert-string-iMinimum Cost to Convert String IMedium63.3%12.5%
2685https://leetcode.com/problems/count-the-number-of-complete-componentsCount the Number of Complete ComponentsMedium77.7%12.5%
2021https://leetcode.com/problems/brightest-position-on-streetBrightest Position on StreetMedium60.6%12.5%
2850https://leetcode.com/problems/minimum-moves-to-spread-stones-over-gridMinimum Moves to Spread Stones Over GridMedium45.3%12.5%
1653https://leetcode.com/problems/minimum-deletions-to-make-string-balancedMinimum Deletions to Make String BalancedMedium68.2%12.5%
1216https://leetcode.com/problems/valid-palindrome-iiiValid Palindrome IIIHard49.1%12.5%
2961https://leetcode.com/problems/double-modular-exponentiationDouble Modular ExponentiationMedium47.9%25.0%
1460https://leetcode.com/problems/make-two-arrays-equal-by-reversing-subarraysMake Two Arrays Equal by Reversing SubarraysEasy75.8%12.5%
313https://leetcode.com/problems/super-ugly-numberSuper Ugly NumberMedium45.9%12.5%
1508https://leetcode.com/problems/range-sum-of-sorted-subarray-sumsRange Sum of Sorted Subarray SumsMedium63.1%12.5%
1851https://leetcode.com/problems/minimum-interval-to-include-each-queryMinimum Interval to Include Each QueryHard53.9%12.5%
2365https://leetcode.com/problems/task-scheduler-iiTask Scheduler IIMedium54.7%12.5%
2977https://leetcode.com/problems/minimum-cost-to-convert-string-iiMinimum Cost to Convert String IIHard59.7%12.5%
1221https://leetcode.com/problems/split-a-string-in-balanced-stringsSplit a String in Balanced StringsEasy87.3%12.5%
840https://leetcode.com/problems/magic-squares-in-gridMagic Squares In GridMedium55.1%25.0%
2094https://leetcode.com/problems/finding-3-digit-even-numbersFinding 3-Digit Even NumbersEasy78.8%12.5%
2074https://leetcode.com/problems/reverse-nodes-in-even-length-groupsReverse Nodes in Even Length GroupsMedium63.6%12.5%
1568https://leetcode.com/problems/minimum-number-of-days-to-disconnect-islandMinimum Number of Days to Disconnect IslandHard58.8%12.5%
3235https://leetcode.com/problems/check-if-the-rectangle-corner-is-reachableCheck if the Rectangle Corner Is ReachableHard25.3%12.5%
2884https://leetcode.com/problems/modify-columnsModify ColumnsEasy92.4%12.5%
3136https://leetcode.com/problems/valid-wordValid WordEasy50.9%12.5%
2477https://leetcode.com/problems/minimum-fuel-cost-to-report-to-the-capitalMinimum Fuel Cost to Report to the CapitalMedium64.7%12.5%
365https://leetcode.com/problems/water-and-jug-problemWater and Jug ProblemMedium44.8%12.5%
1633https://leetcode.com/problems/percentage-of-users-attended-a-contestPercentage of Users Attended a ContestEasy59.9%25.0%
624https://leetcode.com/problems/maximum-distance-in-arraysMaximum Distance in ArraysMedium45.6%12.5%
599https://leetcode.com/problems/minimum-index-sum-of-two-listsMinimum Index Sum of Two ListsEasy59.4%12.5%
2915https://leetcode.com/problems/length-of-the-longest-subsequence-that-sums-to-targetLength of the Longest Subsequence That Sums to TargetMedium39.3%12.5%
1937https://leetcode.com/problems/maximum-number-of-points-with-costMaximum Number of Points with CostMedium41.8%12.5%
1606https://leetcode.com/problems/find-servers-that-handled-most-number-of-requestsFind Servers That Handled Most Number of RequestsHard45.2%12.5%
736https://leetcode.com/problems/parse-lisp-expressionParse Lisp ExpressionHard53.5%12.5%
3191https://leetcode.com/problems/minimum-operations-to-make-binary-array-elements-equal-to-one-iMinimum Operations to Make Binary Array Elements Equal to One IMedium80.4%12.5%
590https://leetcode.com/problems/n-ary-tree-postorder-traversalN-ary Tree Postorder TraversalEasy81.0%12.5%
592https://leetcode.com/problems/fraction-addition-and-subtractionFraction Addition and SubtractionMedium66.4%12.5%
697https://leetcode.com/problems/degree-of-an-arrayDegree of an ArrayEasy58.2%12.5%
989https://leetcode.com/problems/add-to-array-form-of-integerAdd to Array-Form of IntegerEasy45.4%12.5%
2645https://leetcode.com/problems/minimum-additions-to-make-valid-stringMinimum Additions to Make Valid StringMedium51.0%12.5%
1410https://leetcode.com/problems/html-entity-parserHTML Entity ParserMedium50.3%12.5%
2334https://leetcode.com/problems/subarray-with-elements-greater-than-varying-thresholdSubarray With Elements Greater Than Varying ThresholdHard45.2%12.5%
1261https://leetcode.com/problems/find-elements-in-a-contaminated-binary-treeFind Elements in a Contaminated Binary TreeMedium84.1%12.5%
576https://leetcode.com/problems/out-of-boundary-pathsOut of Boundary PathsMedium48.4%12.5%
3217https://leetcode.com/problems/delete-nodes-from-linked-list-present-in-arrayDelete Nodes From Linked List Present in ArrayMedium69.5%25.0%
1172https://leetcode.com/problems/dinner-plate-stacksDinner Plate StacksHard33.4%12.5%
3281https://leetcode.com/problems/maximize-score-of-numbers-in-rangesMaximize Score of Numbers in RangesMedium35.5%12.5%
2807https://leetcode.com/problems/insert-greatest-common-divisors-in-linked-listInsert Greatest Common Divisors in Linked ListMedium91.5%12.5%
3274https://leetcode.com/problems/check-if-two-chessboard-squares-have-the-same-colorCheck if Two Chessboard Squares Have the Same ColorEasy72.2%12.5%
674https://leetcode.com/problems/longest-continuous-increasing-subsequenceLongest Continuous Increasing SubsequenceEasy51.8%12.5%
794https://leetcode.com/problems/valid-tic-tac-toe-stateValid Tic-Tac-Toe StateMedium34.7%12.5%
3105https://leetcode.com/problems/longest-strictly-increasing-or-strictly-decreasing-subarrayLongest Strictly Increasing or Strictly Decreasing SubarrayEasy64.9%12.5%
2734https://leetcode.com/problems/lexicographically-smallest-string-after-substring-operationLexicographically Smallest String After Substring OperationMedium34.5%12.5%
2602https://leetcode.com/problems/minimum-operations-to-make-all-array-elements-equalMinimum Operations to Make All Array Elements EqualMedium37.9%12.5%
2049https://leetcode.com/problems/count-nodes-with-the-highest-scoreCount Nodes With the Highest ScoreMedium52.5%12.5%
2419https://leetcode.com/problems/longest-subarray-with-maximum-bitwise-andLongest Subarray With Maximum Bitwise ANDMedium65.4%25.0%
1371https://leetcode.com/problems/find-the-longest-substring-containing-vowels-in-even-countsFind the Longest Substring Containing Vowels in Even CountsMedium75.7%12.5%
3193https://leetcode.com/problems/count-the-number-of-inversionsCount the Number of InversionsHard29.7%12.5%
884https://leetcode.com/problems/uncommon-words-from-two-sentencesUncommon Words from Two SentencesEasy75.6%12.5%
170https://leetcode.com/problems/two-sum-iii-data-structure-designTwo Sum III - Data structure designEasy39.1%12.5%
2724https://leetcode.com/problems/sort-bySort ByEasy83.2%12.5%
1131https://leetcode.com/problems/maximum-of-absolute-value-expressionMaximum of Absolute Value ExpressionMedium48.6%12.5%
1525https://leetcode.com/problems/number-of-good-ways-to-split-a-stringNumber of Good Ways to Split a StringMedium68.4%12.5%
2290https://leetcode.com/problems/minimum-obstacle-removal-to-reach-cornerMinimum Obstacle Removal to Reach CornerHard70.4%12.5%
2192https://leetcode.com/problems/all-ancestors-of-a-node-in-a-directed-acyclic-graphAll Ancestors of a Node in a Directed Acyclic GraphMedium62.1%12.5%
813https://leetcode.com/problems/largest-sum-of-averagesLargest Sum of AveragesMedium54.8%12.5%
1625https://leetcode.com/problems/lexicographically-smallest-string-after-applying-operationsLexicographically Smallest String After Applying OperationsMedium79.4%12.5%
2332https://leetcode.com/problems/the-latest-time-to-catch-a-busThe Latest Time to Catch a BusMedium29.9%12.5%
1236https://leetcode.com/problems/web-crawlerWeb CrawlerMedium68.9%12.5%
2227https://leetcode.com/problems/encrypt-and-decrypt-stringsEncrypt and Decrypt StringsHard38.0%12.5%
2751https://leetcode.com/problems/robot-collisionsRobot CollisionsHard56.1%12.5%
3043https://leetcode.com/problems/find-the-length-of-the-longest-common-prefixFind the Length of the Longest Common PrefixMedium57.0%12.5%
2416https://leetcode.com/problems/sum-of-prefix-scores-of-stringsSum of Prefix Scores of StringsHard60.8%12.5%
3163https://leetcode.com/problems/string-compression-iiiString Compression IIIMedium67.0%12.5%
641https://leetcode.com/problems/design-circular-dequeDesign Circular DequeMedium64.4%12.5%
1331https://leetcode.com/problems/rank-transform-of-an-arrayRank Transform of an ArrayEasy70.8%12.5%
619https://leetcode.com/problems/biggest-single-numberBiggest Single NumberEasy70.9%12.5%
774https://leetcode.com/problems/minimize-max-distance-to-gas-stationMinimize Max Distance to Gas StationHard53.9%12.5%
2491https://leetcode.com/problems/divide-players-into-teams-of-equal-skillDivide Players Into Teams of Equal SkillMedium68.9%12.5%
3069https://leetcode.com/problems/distribute-elements-into-two-arrays-iDistribute Elements Into Two Arrays IEasy73.8%12.5%
1813https://leetcode.com/problems/sentence-similarity-iiiSentence Similarity IIIMedium48.5%12.5%
3019https://leetcode.com/problems/number-of-changing-keysNumber of Changing KeysEasy80.5%12.5%
2696https://leetcode.com/problems/minimum-string-length-after-removing-substringsMinimum String Length After Removing SubstringsEasy77.1%12.5%
1541https://leetcode.com/problems/minimum-insertions-to-balance-a-parentheses-stringMinimum Insertions to Balance a Parentheses StringMedium53.5%12.5%
1825https://leetcode.com/problems/finding-mk-averageFinding MK AverageHard38.7%12.5%
291https://leetcode.com/problems/word-pattern-iiWord Pattern IIMedium48.8%12.5%
1049https://leetcode.com/problems/last-stone-weight-iiLast Stone Weight IIMedium59.3%12.5%
2406https://leetcode.com/problems/divide-intervals-into-minimum-number-of-groupsDivide Intervals Into Minimum Number of GroupsMedium63.6%12.5%
866https://leetcode.com/problems/prime-palindromePrime PalindromeMedium27.9%12.5%
3317https://leetcode.com/problems/find-the-number-of-possible-ways-for-an-eventFind the Number of Possible Ways for an EventHard34.8%37.5%
566https://leetcode.com/problems/reshape-the-matrixReshape the MatrixEasy64.7%12.5%
490https://leetcode.com/problems/the-mazeThe MazeMedium60.3%12.5%
710https://leetcode.com/problems/random-pick-with-blacklistRandom Pick with BlacklistHard34.6%12.5%
2530https://leetcode.com/problems/maximal-score-after-applying-k-operationsMaximal Score After Applying K OperationsMedium64.0%12.5%
967https://leetcode.com/problems/numbers-with-same-consecutive-differencesNumbers With Same Consecutive DifferencesMedium59.1%12.5%
2938https://leetcode.com/problems/separate-black-and-white-ballsSeparate Black and White BallsMedium64.0%12.5%
358https://leetcode.com/problems/rearrange-string-k-distance-apartRearrange String k Distance ApartHard39.5%12.5%
2044https://leetcode.com/problems/count-number-of-maximum-bitwise-or-subsetsCount Number of Maximum Bitwise-OR SubsetsMedium89.6%12.5%
919https://leetcode.com/problems/complete-binary-tree-inserterComplete Binary Tree InserterMedium65.0%12.5%
1593https://leetcode.com/problems/split-a-string-into-the-max-number-of-unique-substringsSplit a String Into the Max Number of Unique SubstringsMedium68.6%12.5%
1403https://leetcode.com/problems/minimum-subsequence-in-non-increasing-orderMinimum Subsequence in Non-Increasing OrderEasy73.6%12.5%
440https://leetcode.com/problems/k-th-smallest-in-lexicographical-orderK-th Smallest in Lexicographical OrderHard46.2%25.0%
2418https://leetcode.com/problems/sort-the-peopleSort the PeopleEasy84.8%12.5%
1972https://leetcode.com/problems/first-and-last-call-on-the-same-dayFirst and Last Call On the Same DayHard51.0%12.5%
3326https://leetcode.com/problems/minimum-division-operations-to-make-array-non-decreasingMinimum Division Operations to Make Array Non DecreasingMedium29.1%12.5%
1817https://leetcode.com/problems/finding-the-users-active-minutesFinding the Users Active MinutesMedium80.8%12.5%
1549https://leetcode.com/problems/the-most-recent-orders-for-each-productThe Most Recent Orders for Each ProductMedium65.0%12.5%
1277https://leetcode.com/problems/count-square-submatrices-with-all-onesCount Square Submatrices with All OnesMedium80.7%37.5%
635https://leetcode.com/problems/design-log-storage-systemDesign Log Storage SystemMedium59.2%12.5%
3159https://leetcode.com/problems/find-occurrences-of-an-element-in-an-arrayFind Occurrences of an Element in an ArrayMedium73.2%12.5%
2017https://leetcode.com/problems/grid-gameGrid GameMedium60.9%12.5%
247https://leetcode.com/problems/strobogrammatic-number-iiStrobogrammatic Number IIMedium53.5%12.5%
2663https://leetcode.com/problems/lexicographically-smallest-beautiful-stringLexicographically Smallest Beautiful StringHard38.1%12.5%
3011https://leetcode.com/problems/find-if-array-can-be-sortedFind if Array Can Be SortedMedium66.5%12.5%
2275https://leetcode.com/problems/largest-combination-with-bitwise-and-greater-than-zeroLargest Combination With Bitwise AND Greater Than ZeroMedium80.8%12.5%
2043https://leetcode.com/problems/simple-bank-systemSimple Bank SystemMedium69.8%12.5%
3076https://leetcode.com/problems/shortest-uncommon-substring-in-an-arrayShortest Uncommon Substring in an ArrayMedium50.0%12.5%
2601https://leetcode.com/problems/prime-subtraction-operationPrime Subtraction OperationMedium55.6%12.5%
3097https://leetcode.com/problems/shortest-subarray-with-or-at-least-k-iiShortest Subarray With OR at Least K IIMedium50.2%12.5%
2070https://leetcode.com/problems/most-beautiful-item-for-each-queryMost Beautiful Item for Each QueryMedium62.1%12.5%
942https://leetcode.com/problems/di-string-matchDI String MatchEasy80.9%12.5%
1343https://leetcode.com/problems/number-of-sub-arrays-of-size-k-and-average-greater-than-or-equal-to-thresholdNumber of Sub-arrays of Size K and Average Greater than or Equal to ThresholdMedium72.1%12.5%
3264https://leetcode.com/problems/final-array-state-after-k-multiplication-operations-iFinal Array State After K Multiplication Operations IEasy87.0%12.5%
2414https://leetcode.com/problems/length-of-the-longest-alphabetical-continuous-substringLength of the Longest Alphabetical Continuous SubstringMedium60.3%12.5%
1780https://leetcode.com/problems/check-if-number-is-a-sum-of-powers-of-threeCheck if Number is a Sum of Powers of ThreeMedium79.4%12.5%
3349https://leetcode.com/problems/adjacent-increasing-subarrays-detection-iAdjacent Increasing Subarrays Detection IEasy48.0%12.5%
505https://leetcode.com/problems/the-maze-iiThe Maze IIMedium55.0%12.5%
2516https://leetcode.com/problems/take-k-of-each-character-from-left-and-rightTake K of Each Character From Left and RightMedium51.5%12.5%
2933https://leetcode.com/problems/high-access-employeesHigh-Access EmployeesMedium47.3%12.5%
1072https://leetcode.com/problems/flip-columns-for-maximum-number-of-equal-rowsFlip Columns For Maximum Number of Equal RowsMedium78.6%12.5%
2889https://leetcode.com/problems/reshape-data-pivotReshape Data: PivotEasy83.2%12.5%
1898https://leetcode.com/problems/maximum-number-of-removable-charactersMaximum Number of Removable CharactersMedium46.8%12.5%
1975https://leetcode.com/problems/maximum-matrix-sumMaximum Matrix SumMedium67.6%25.0%
1301https://leetcode.com/problems/number-of-paths-with-max-scoreNumber of Paths with Max ScoreHard42.0%12.5%
281https://leetcode.com/problems/zigzag-iteratorZigzag IteratorMedium66.5%12.5%
1713https://leetcode.com/problems/minimum-operations-to-make-a-subsequenceMinimum Operations to Make a SubsequenceHard49.6%12.5%
2163https://leetcode.com/problems/minimum-difference-in-sums-after-removal-of-elementsMinimum Difference in Sums After Removal of ElementsHard69.9%37.5%
2577https://leetcode.com/problems/minimum-time-to-visit-a-cell-in-a-gridMinimum Time to Visit a Cell In a GridHard56.3%12.5%
2097https://leetcode.com/problems/valid-arrangement-of-pairsValid Arrangement of PairsHard66.5%12.5%
3371https://leetcode.com/problems/identify-the-largest-outlier-in-an-arrayIdentify the Largest Outlier in an ArrayMedium36.2%62.5%
3369https://leetcode.com/problems/design-an-array-statistics-trackerDesign an Array Statistics TrackerHard35.6%25.0%
3366https://leetcode.com/problems/minimum-array-sumMinimum Array SumMedium30.9%25.0%
1596https://leetcode.com/problems/the-most-frequently-ordered-products-for-each-customerThe Most Frequently Ordered Products for Each CustomerMedium77.7%12.5%
2054https://leetcode.com/problems/two-best-non-overlapping-eventsTwo Best Non-Overlapping EventsMedium64.0%25.0%
1455https://leetcode.com/problems/check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-sentenceCheck If a Word Occurs As a Prefix of Any Word in a SentenceEasy68.8%12.5%
2050https://leetcode.com/problems/parallel-courses-iiiParallel Courses IIIHard66.8%12.5%
2981https://leetcode.com/problems/find-longest-special-substring-that-occurs-thrice-iFind Longest Special Substring That Occurs Thrice IMedium61.9%12.5%
1871https://leetcode.com/problems/jump-game-viiJump Game VIIMedium26.3%12.5%
2593https://leetcode.com/problems/find-score-of-an-array-after-marking-all-elementsFind Score of an Array After Marking All ElementsMedium64.5%12.5%
769https://leetcode.com/problems/max-chunks-to-make-sortedMax Chunks To Make SortedMedium64.1%25.0%
1139https://leetcode.com/problems/largest-1-bordered-squareLargest 1-Bordered SquareMedium52.0%12.5%
3229https://leetcode.com/problems/minimum-operations-to-make-array-equal-to-targetMinimum Operations to Make Array Equal to TargetHard41.3%12.5%
1748https://leetcode.com/problems/sum-of-unique-elementsSum of Unique ElementsEasy79.8%12.5%
2872https://leetcode.com/problems/maximum-number-of-k-divisible-componentsMaximum Number of K-Divisible ComponentsHard74.1%12.5%
2940https://leetcode.com/problems/find-building-where-alice-and-bob-can-meetFind Building Where Alice and Bob Can MeetHard52.2%12.5%
3077https://leetcode.com/problems/maximum-strength-of-k-disjoint-subarraysMaximum Strength of K Disjoint SubarraysHard27.5%12.5%
2211https://leetcode.com/problems/count-collisions-on-a-roadCount Collisions on a RoadMedium58.1%12.5%
3386https://leetcode.com/problems/button-with-longest-push-timeButton with Longest Push TimeEasy41.0%12.5%
2193https://leetcode.com/problems/minimum-number-of-moves-to-make-palindromeMinimum Number of Moves to Make PalindromeHard52.6%25.0%
1270https://leetcode.com/problems/all-people-report-to-the-given-managerAll People Report to the Given ManagerMedium84.0%12.5%
1014https://leetcode.com/problems/best-sightseeing-pairBest Sightseeing PairMedium62.7%12.5%
689https://leetcode.com/problems/maximum-sum-of-3-non-overlapping-subarraysMaximum Sum of 3 Non-Overlapping SubarraysHard59.7%12.5%
2466https://leetcode.com/problems/count-ways-to-build-good-stringsCount Ways To Build Good StringsMedium59.0%12.5%
761https://leetcode.com/problems/special-binary-stringSpecial Binary StringHard75.8%12.5%
292https://leetcode.com/problems/nim-gameNim GameEasy59.2%12.5%
2559https://leetcode.com/problems/count-vowel-strings-in-rangesCount Vowel Strings in RangesMedium67.8%25.0%
2348https://leetcode.com/problems/number-of-zero-filled-subarraysNumber of Zero-Filled SubarraysMedium70.1%25.0%
2381https://leetcode.com/problems/shifting-letters-iiShifting Letters IIMedium53.5%12.5%
3396https://leetcode.com/problems/minimum-number-of-operations-to-make-elements-in-array-distinctMinimum Number of Operations to Make Elements in Array DistinctEasy71.3%25.0%
3407https://leetcode.com/problems/substring-matching-patternSubstring Matching PatternEasy28.3%25.0%
2587https://leetcode.com/problems/rearrange-array-to-maximize-prefix-scoreRearrange Array to Maximize Prefix ScoreMedium42.5%12.5%
916https://leetcode.com/problems/word-subsetsWord SubsetsMedium55.9%25.0%
2789https://leetcode.com/problems/largest-element-in-an-array-after-merge-operationsLargest Element in an Array after Merge OperationsMedium47.6%12.5%
690https://leetcode.com/problems/employee-importanceEmployee ImportanceMedium69.3%12.5%
3413https://leetcode.com/problems/maximum-coins-from-k-consecutive-bagsMaximum Coins From K Consecutive BagsMedium24.5%12.5%
1400https://leetcode.com/problems/construct-k-palindrome-stringsConstruct K Palindrome StringsMedium68.6%12.5%
3223https://leetcode.com/problems/minimum-length-of-string-after-operationsMinimum Length of String After OperationsMedium75.0%12.5%
1517https://leetcode.com/problems/find-users-with-valid-e-mailsFind Users With Valid E-MailsEasy36.8%12.5%
2429https://leetcode.com/problems/minimize-xorMinimize XORMedium62.4%12.5%
2683https://leetcode.com/problems/neighboring-bitwise-xorNeighboring Bitwise XORMedium79.8%12.5%
1368https://leetcode.com/problems/minimum-cost-to-make-at-least-one-valid-path-in-a-gridMinimum Cost to Make at Least One Valid Path in a GridHard70.9%12.5%
3429https://leetcode.com/problems/paint-house-ivPaint House IVMedium45.0%12.5%
1245https://leetcode.com/problems/tree-diameterTree DiameterMedium61.2%12.5%
1765https://leetcode.com/problems/map-of-highest-peakMap of Highest PeakMedium75.6%12.5%
2467https://leetcode.com/problems/most-profitable-path-in-a-treeMost Profitable Path in a TreeMedium67.3%12.5%
1267https://leetcode.com/problems/count-servers-that-communicateCount Servers that CommunicateMedium73.5%25.0%
1443https://leetcode.com/problems/minimum-time-to-collect-all-apples-in-a-treeMinimum Time to Collect All Apples in a TreeMedium63.5%12.5%
1383https://leetcode.com/problems/maximum-performance-of-a-teamMaximum Performance of a TeamHard47.7%12.5%
2948https://leetcode.com/problems/make-lexicographically-smallest-array-by-swapping-elementsMake Lexicographically Smallest Array by Swapping ElementsMedium60.2%12.5%
1856https://leetcode.com/problems/maximum-subarray-min-productMaximum Subarray Min-ProductMedium40.0%12.5%
2317https://leetcode.com/problems/maximum-xor-after-operationsMaximum XOR After OperationsMedium79.9%12.5%
1462https://leetcode.com/problems/course-schedule-ivCourse Schedule IVMedium59.7%25.0%
2595https://leetcode.com/problems/number-of-even-and-odd-bitsNumber of Even and Odd BitsEasy73.3%12.5%
2658https://leetcode.com/problems/maximum-number-of-fish-in-a-gridMaximum Number of Fish in a GridMedium70.5%12.5%
2517https://leetcode.com/problems/maximum-tastiness-of-candy-basketMaximum Tastiness of Candy BasketMedium67.9%12.5%
944https://leetcode.com/problems/delete-columns-to-make-sortedDelete Columns to Make SortedEasy78.0%12.5%
3309https://leetcode.com/problems/maximum-possible-number-by-binary-concatenationMaximum Possible Number by Binary ConcatenationMedium65.3%12.5%
1800https://leetcode.com/problems/maximum-ascending-subarray-sumMaximum Ascending Subarray SumEasy66.3%12.5%
353https://leetcode.com/problems/design-snake-gameDesign Snake GameMedium40.0%12.5%
1609https://leetcode.com/problems/even-odd-treeEven Odd TreeMedium67.0%12.5%
2772https://leetcode.com/problems/apply-operations-to-make-all-array-elements-equal-to-zeroApply Operations to Make All Array Elements Equal to ZeroMedium33.2%12.5%
768https://leetcode.com/problems/max-chunks-to-make-sorted-iiMax Chunks To Make Sorted IIHard54.7%12.5%
1726https://leetcode.com/problems/tuple-with-same-productTuple with Same ProductMedium70.1%12.5%
3160https://leetcode.com/problems/find-the-number-of-distinct-colors-among-the-ballsFind the Number of Distinct Colors Among the BallsMedium54.2%12.5%
795https://leetcode.com/problems/number-of-subarrays-with-bounded-maximumNumber of Subarrays with Bounded MaximumMedium54.7%12.5%
2034https://leetcode.com/problems/stock-price-fluctuationStock Price FluctuationMedium48.9%12.5%
3449https://leetcode.com/problems/maximize-the-minimum-game-scoreMaximize the Minimum Game ScoreHard26.0%12.5%
3174https://leetcode.com/problems/clear-digitsClear DigitsEasy82.7%12.5%
2656https://leetcode.com/problems/maximum-sum-with-exactly-k-elementsMaximum Sum With Exactly K ElementsEasy80.5%12.5%
631https://leetcode.com/problems/design-excel-sum-formulaDesign Excel Sum FormulaHard39.8%12.5%
3026https://leetcode.com/problems/maximum-good-subarray-sumMaximum Good Subarray SumMedium21.4%12.5%
3066https://leetcode.com/problems/minimum-operations-to-exceed-threshold-value-iiMinimum Operations to Exceed Threshold Value IIMedium45.8%12.5%
1036https://leetcode.com/problems/escape-a-large-mazeEscape a Large MazeHard36.3%12.5%
2492https://leetcode.com/problems/minimum-score-of-a-path-between-two-citiesMinimum Score of a Path Between Two CitiesMedium58.5%12.5%
1090https://leetcode.com/problems/largest-values-from-labelsLargest Values From LabelsMedium64.0%12.5%
2698https://leetcode.com/problems/find-the-punishment-number-of-an-integerFind the Punishment Number of an IntegerMedium81.7%12.5%
2790https://leetcode.com/problems/maximum-number-of-groups-with-increasing-lengthMaximum Number of Groups With Increasing LengthHard23.0%37.5%
3455https://leetcode.com/problems/shortest-matching-substringShortest Matching SubstringHard23.8%25.0%
3459https://leetcode.com/problems/length-of-longest-v-shaped-diagonal-segmentLength of Longest V-Shaped Diagonal SegmentHard56.3%25.0%
1475https://leetcode.com/problems/final-prices-with-a-special-discount-in-a-shopFinal Prices With a Special Discount in a ShopEasy84.0%25.0%
1415https://leetcode.com/problems/the-k-th-lexicographical-string-of-all-happy-strings-of-length-nThe k-th Lexicographical String of All Happy Strings of Length nMedium85.3%12.5%
370https://leetcode.com/problems/range-additionRange AdditionMedium72.9%12.5%
2319https://leetcode.com/problems/check-if-matrix-is-x-matrixCheck if Matrix Is X-MatrixEasy66.4%12.5%
728https://leetcode.com/problems/self-dividing-numbersSelf Dividing NumbersEasy80.5%12.5%
2493https://leetcode.com/problems/divide-nodes-into-the-maximum-number-of-groupsDivide Nodes Into the Maximum Number of GroupsHard67.0%12.5%
3453https://leetcode.com/problems/separate-squares-iSeparate Squares IMedium58.0%12.5%
3458https://leetcode.com/problems/select-k-disjoint-special-substringsSelect K Disjoint Special SubstringsMedium19.0%12.5%
1031https://leetcode.com/problems/maximum-sum-of-two-non-overlapping-subarraysMaximum Sum of Two Non-Overlapping SubarraysMedium60.7%12.5%
1827https://leetcode.com/problems/minimum-operations-to-make-the-array-increasingMinimum Operations to Make the Array IncreasingEasy81.8%12.5%
3462https://leetcode.com/problems/maximum-sum-with-at-most-k-elementsMaximum Sum With at Most K ElementsMedium60.5%25.0%
3170https://leetcode.com/problems/lexicographically-minimum-string-after-removing-starsLexicographically Minimum String After Removing StarsMedium51.0%25.0%
3461https://leetcode.com/problems/check-if-digits-are-equal-in-string-after-operations-iCheck If Digits Are Equal in String After Operations IEasy82.5%25.0%
250https://leetcode.com/problems/count-univalue-subtreesCount Univalue SubtreesMedium57.5%12.5%
1749https://leetcode.com/problems/maximum-absolute-sum-of-any-subarrayMaximum Absolute Sum of Any SubarrayMedium71.2%12.5%
1524https://leetcode.com/problems/number-of-sub-arrays-with-odd-sumNumber of Sub-arrays With Odd SumMedium55.8%12.5%
898https://leetcode.com/problems/bitwise-ors-of-subarraysBitwise ORs of SubarraysMedium56.8%12.5%
3454https://leetcode.com/problems/separate-squares-iiSeparate Squares IIHard60.0%12.5%
873https://leetcode.com/problems/length-of-longest-fibonacci-subsequenceLength of Longest Fibonacci SubsequenceMedium57.5%12.5%
331https://leetcode.com/problems/verify-preorder-serialization-of-a-binary-treeVerify Preorder Serialization of a Binary TreeMedium47.1%12.5%
657https://leetcode.com/problems/robot-return-to-originRobot Return to OriginEasy76.5%12.5%
1366https://leetcode.com/problems/rank-teams-by-votesRank Teams by VotesMedium60.0%12.5%
147https://leetcode.com/problems/insertion-sort-listInsertion Sort ListMedium58.5%12.5%
737https://leetcode.com/problems/sentence-similarity-iiSentence Similarity IIMedium51.1%12.5%
2579https://leetcode.com/problems/count-total-number-of-colored-cellsCount Total Number of Colored CellsMedium66.1%12.5%
1798https://leetcode.com/problems/maximum-number-of-consecutive-values-you-can-makeMaximum Number of Consecutive Values You Can MakeMedium63.5%12.5%
1559https://leetcode.com/problems/detect-cycles-in-2d-gridDetect Cycles in 2D GridMedium52.4%12.5%
2523https://leetcode.com/problems/closest-prime-numbers-in-rangeClosest Prime Numbers in RangeMedium51.7%12.5%
2379https://leetcode.com/problems/minimum-recolors-to-get-k-consecutive-black-blocksMinimum Recolors to Get K Consecutive Black BlocksEasy68.6%12.5%
2554https://leetcode.com/problems/maximum-number-of-integers-to-choose-from-a-range-iMaximum Number of Integers to Choose From a Range IMedium68.0%12.5%
773https://leetcode.com/problems/sliding-puzzleSliding PuzzleHard74.1%12.5%
609https://leetcode.com/problems/find-duplicate-file-in-systemFind Duplicate File in SystemMedium67.6%12.5%
3356https://leetcode.com/problems/zero-array-transformation-iiZero Array Transformation IIMedium43.6%12.5%
2560https://leetcode.com/problems/house-robber-ivHouse Robber IVMedium64.8%25.0%
2226https://leetcode.com/problems/maximum-candies-allocated-to-k-childrenMaximum Candies Allocated to K ChildrenMedium49.9%25.0%
589https://leetcode.com/problems/n-ary-tree-preorder-traversalN-ary Tree Preorder TraversalEasy76.6%12.5%
2331https://leetcode.com/problems/evaluate-boolean-binary-treeEvaluate Boolean Binary TreeEasy82.4%12.5%
3364https://leetcode.com/problems/minimum-positive-sum-subarrayMinimum Positive Sum SubarrayEasy44.8%12.5%
2594https://leetcode.com/problems/minimum-time-to-repair-carsMinimum Time to Repair CarsMedium59.6%12.5%
2206https://leetcode.com/problems/divide-array-into-equal-pairsDivide Array Into Equal PairsEasy79.2%12.5%
1136https://leetcode.com/problems/parallel-coursesParallel CoursesMedium62.0%12.5%
2956https://leetcode.com/problems/find-common-elements-between-two-arraysFind Common Elements Between Two ArraysEasy84.4%12.5%
352https://leetcode.com/problems/data-stream-as-disjoint-intervalsData Stream as Disjoint IntervalsHard60.0%12.5%
2170https://leetcode.com/problems/minimum-operations-to-make-the-array-alternatingMinimum Operations to Make the Array AlternatingMedium35.3%25.0%
2062https://leetcode.com/problems/count-vowel-substrings-of-a-stringCount Vowel Substrings of a StringEasy72.8%12.5%
2484https://leetcode.com/problems/count-palindromic-subsequencesCount Palindromic SubsequencesHard41.0%12.5%
1439https://leetcode.com/problems/find-the-kth-smallest-sum-of-a-matrix-with-sorted-rowsFind the Kth Smallest Sum of a Matrix With Sorted RowsHard62.3%12.5%
1200https://leetcode.com/problems/minimum-absolute-differenceMinimum Absolute DifferenceEasy75.0%12.5%
3169https://leetcode.com/problems/count-days-without-meetingsCount Days Without MeetingsMedium48.1%12.5%
3394https://leetcode.com/problems/check-if-grid-can-be-cut-into-sectionsCheck if Grid can be Cut into SectionsMedium68.3%12.5%
2780https://leetcode.com/problems/minimum-index-of-a-valid-splitMinimum Index of a Valid SplitMedium75.5%12.5%
3414https://leetcode.com/problems/maximum-score-of-non-overlapping-intervalsMaximum Score of Non-overlapping IntervalsHard31.0%12.5%
495https://leetcode.com/problems/teemo-attackingTeemo AttackingEasy57.5%12.5%
3306https://leetcode.com/problems/count-of-substrings-containing-every-vowel-and-k-consonants-iiCount of Substrings Containing Every Vowel and K Consonants IIMedium40.6%12.5%
886https://leetcode.com/problems/possible-bipartitionPossible BipartitionMedium52.3%12.5%
1262https://leetcode.com/problems/greatest-sum-divisible-by-threeGreatest Sum Divisible by ThreeMedium57.1%25.0%
1962https://leetcode.com/problems/remove-stones-to-minimize-the-totalRemove Stones to Minimize the TotalMedium65.5%12.5%
2874https://leetcode.com/problems/maximum-value-of-an-ordered-triplet-iiMaximum Value of an Ordered Triplet IIMedium56.4%12.5%
3230https://leetcode.com/problems/customer-purchasing-behavior-analysisCustomer Purchasing Behavior AnalysisMedium36.4%12.5%
1158https://leetcode.com/problems/market-analysis-iMarket Analysis IMedium57.2%12.5%
3034https://leetcode.com/problems/number-of-subarrays-that-match-a-pattern-iNumber of Subarrays That Match a Pattern IMedium68.4%12.5%
1848https://leetcode.com/problems/minimum-distance-to-the-target-elementMinimum Distance to the Target ElementEasy54.2%12.5%
3483https://leetcode.com/problems/unique-3-digit-even-numbersUnique 3-Digit Even NumbersEasy69.1%12.5%
563https://leetcode.com/problems/binary-tree-tiltBinary Tree TiltEasy65.3%12.5%
1943https://leetcode.com/problems/describe-the-paintingDescribe the PaintingMedium51.9%12.5%
984https://leetcode.com/problems/string-without-aaa-or-bbbString Without AAA or BBBMedium45.0%12.5%
2672https://leetcode.com/problems/number-of-adjacent-elements-with-the-same-colorNumber of Adjacent Elements With the Same ColorMedium58.1%12.5%
3206https://leetcode.com/problems/alternating-groups-iAlternating Groups IEasy68.8%12.5%
2426https://leetcode.com/problems/number-of-pairs-satisfying-inequalityNumber of Pairs Satisfying InequalityHard46.8%12.5%
488https://leetcode.com/problems/zuma-gameZuma GameHard30.2%12.5%
2570https://leetcode.com/problems/merge-two-2d-arrays-by-summing-valuesMerge Two 2D Arrays by Summing ValuesEasy81.8%12.5%
270https://leetcode.com/problems/closest-binary-search-tree-valueClosest Binary Search Tree ValueEasy49.3%12.5%
3050https://leetcode.com/problems/pizza-toppings-cost-analysisPizza Toppings Cost AnalysisMedium67.3%12.5%
1865https://leetcode.com/problems/finding-pairs-with-a-certain-sumFinding Pairs With a Certain SumMedium61.6%12.5%
282https://leetcode.com/problems/expression-add-operatorsExpression Add OperatorsHard42.8%12.5%
2338https://leetcode.com/problems/count-the-number-of-ideal-arraysCount the Number of Ideal ArraysHard56.9%12.5%
3434https://leetcode.com/problems/maximum-frequency-after-subarray-operationMaximum Frequency After Subarray OperationMedium30.8%50.0%
3531https://leetcode.com/problems/count-covered-buildingsCount Covered BuildingsMedium58.8%25.0%
3392https://leetcode.com/problems/count-subarrays-of-length-three-with-a-conditionCount Subarrays of Length Three With a ConditionEasy61.5%25.0%
2302https://leetcode.com/problems/count-subarrays-with-score-less-than-kCount Subarrays With Score Less Than KHard62.3%12.5%
1991https://leetcode.com/problems/find-the-middle-index-in-arrayFind the Middle Index in ArrayEasy69.1%12.5%
401https://leetcode.com/problems/binary-watchBinary WatchEasy65.1%12.5%
2071https://leetcode.com/problems/maximum-number-of-tasks-you-can-assignMaximum Number of Tasks You Can AssignHard50.2%12.5%
838https://leetcode.com/problems/push-dominoesPush DominoesMedium63.0%12.5%
1007https://leetcode.com/problems/minimum-domino-rotations-for-equal-rowMinimum Domino Rotations For Equal RowMedium56.5%12.5%
308https://leetcode.com/problems/range-sum-query-2d-mutableRange Sum Query 2D - MutableMedium45.4%12.5%
2291https://leetcode.com/problems/maximum-profit-from-trading-stocksMaximum Profit From Trading StocksMedium48.0%12.5%
3342https://leetcode.com/problems/find-minimum-time-to-reach-last-room-iiFind Minimum Time to Reach Last Room IIMedium67.9%12.5%
2918https://leetcode.com/problems/minimum-equal-sum-of-two-arrays-after-replacing-zerosMinimum Equal Sum of Two Arrays After Replacing ZerosMedium50.2%12.5%
1864https://leetcode.com/problems/minimum-number-of-swaps-to-make-the-binary-string-alternatingMinimum Number of Swaps to Make the Binary String AlternatingMedium43.8%12.5%
3335https://leetcode.com/problems/total-characters-in-string-after-transformations-iTotal Characters in String After Transformations IMedium45.7%12.5%
2609https://leetcode.com/problems/find-the-longest-balanced-substring-of-a-binary-stringFind the Longest Balanced Substring of a Binary StringEasy46.4%12.5%
3273https://leetcode.com/problems/minimum-amount-of-damage-dealt-to-bobMinimum Amount of Damage Dealt to BobHard39.5%12.5%
1931https://leetcode.com/problems/painting-a-grid-with-three-different-colorsPainting a Grid With Three Different ColorsHard77.3%12.5%
434https://leetcode.com/problems/number-of-segments-in-a-stringNumber of Segments in a StringEasy36.9%12.5%
3355https://leetcode.com/problems/zero-array-transformation-iZero Array Transformation IMedium54.4%12.5%
2481https://leetcode.com/problems/minimum-cuts-to-divide-a-circleMinimum Cuts to Divide a CircleEasy56.0%12.5%
3426https://leetcode.com/problems/manhattan-distances-of-all-arrangements-of-piecesManhattan Distances of All Arrangements of PiecesHard35.1%12.5%
2550https://leetcode.com/problems/count-collisions-of-monkeys-on-a-polygonCount Collisions of Monkeys on a PolygonMedium29.9%12.5%
3424https://leetcode.com/problems/minimum-cost-to-make-arrays-identicalMinimum Cost to Make Arrays IdenticalMedium37.7%12.5%
2894https://leetcode.com/problems/divisible-and-non-divisible-sums-differenceDivisible and Non-divisible Sums DifferenceEasy91.0%12.5%
397https://leetcode.com/problems/integer-replacementInteger ReplacementMedium37.1%12.5%
2815https://leetcode.com/problems/max-pair-sum-in-an-arrayMax Pair Sum in an ArrayEasy60.4%12.5%
1691https://leetcode.com/problems/maximum-height-by-stacking-cuboidsMaximum Height by Stacking CuboidsHard61.7%12.5%
1388https://leetcode.com/problems/pizza-with-3n-slicesPizza With 3n SlicesHard53.7%12.5%
2359https://leetcode.com/problems/find-closest-node-to-given-two-nodesFind Closest Node to Given Two NodesMedium53.0%12.5%
1240https://leetcode.com/problems/tiling-a-rectangle-with-the-fewest-squaresTiling a Rectangle with the Fewest SquaresHard54.8%12.5%
3234https://leetcode.com/problems/count-the-number-of-substrings-with-dominant-onesCount the Number of Substrings With Dominant OnesMedium42.1%25.0%
1061https://leetcode.com/problems/lexicographically-smallest-equivalent-stringLexicographically Smallest Equivalent StringMedium81.1%12.5%
3403https://leetcode.com/problems/find-the-lexicographically-largest-string-from-the-box-iFind the Lexicographically Largest String From the Box IMedium41.0%12.5%
3388https://leetcode.com/problems/count-beautiful-splits-in-an-arrayCount Beautiful Splits in an ArrayMedium18.6%12.5%
298https://leetcode.com/problems/binary-tree-longest-consecutive-sequenceBinary Tree Longest Consecutive SequenceMedium54.6%12.5%
2873https://leetcode.com/problems/maximum-value-of-an-ordered-triplet-iMaximum Value of an Ordered Triplet IEasy58.2%12.5%
637https://leetcode.com/problems/average-of-levels-in-binary-treeAverage of Levels in Binary TreeEasy74.7%12.5%
3572https://leetcode.com/problems/maximize-ysum-by-picking-a-triplet-of-distinct-xvaluesMaximize Yโ€‘Sum by Picking a Triplet of Distinct Xโ€‘ValuesMedium63.2%25.0%
3442https://leetcode.com/problems/maximum-difference-between-even-and-odd-frequency-iMaximum Difference Between Even and Odd Frequency IEasy60.7%12.5%
3362https://leetcode.com/problems/zero-array-transformation-iiiZero Array Transformation IIIMedium54.9%12.5%
3445https://leetcode.com/problems/maximum-difference-between-even-and-odd-frequency-iiMaximum Difference Between Even and Odd Frequency IIHard48.7%12.5%
3423https://leetcode.com/problems/maximum-difference-between-adjacent-elements-in-a-circular-arrayMaximum Difference Between Adjacent Elements in a Circular ArrayEasy75.7%12.5%
2032https://leetcode.com/problems/two-out-of-threeTwo Out of ThreeEasy77.4%12.5%
1432https://leetcode.com/problems/max-difference-you-can-get-from-changing-an-integerMax Difference You Can Get From Changing an IntegerMedium48.8%12.5%
2016https://leetcode.com/problems/maximum-difference-between-increasing-elementsMaximum Difference Between Increasing ElementsEasy66.4%12.5%
3214https://leetcode.com/problems/year-on-year-growth-rateYear on Year Growth RateHard50.9%12.5%
3405https://leetcode.com/problems/count-the-number-of-arrays-with-k-matching-adjacent-elementsCount the Number of Arrays with K Matching Adjacent ElementsHard58.4%12.5%
1829https://leetcode.com/problems/maximum-xor-for-each-queryMaximum XOR for Each QueryMedium84.8%12.5%
892https://leetcode.com/problems/surface-area-of-3d-shapesSurface Area of 3D ShapesEasy70.4%12.5%
1941https://leetcode.com/problems/check-if-all-characters-have-equal-number-of-occurrencesCheck if All Characters Have Equal Number of OccurrencesEasy79.4%12.5%
2200https://leetcode.com/problems/find-all-k-distant-indices-in-an-arrayFind All K-Distant Indices in an ArrayEasy77.4%12.5%
1893https://leetcode.com/problems/check-if-all-the-integers-in-a-range-are-coveredCheck if All the Integers in a Range Are CoveredEasy50.8%12.5%
2427https://leetcode.com/problems/number-of-common-factorsNumber of Common FactorsEasy79.9%12.5%
2040https://leetcode.com/problems/kth-smallest-product-of-two-sorted-arraysKth Smallest Product of Two Sorted ArraysHard48.9%12.5%
1198https://leetcode.com/problems/find-smallest-common-element-in-all-rowsFind Smallest Common Element in All RowsMedium76.8%12.5%
2265https://leetcode.com/problems/count-nodes-equal-to-average-of-subtreeCount Nodes Equal to Average of SubtreeMedium86.7%12.5%
2500https://leetcode.com/problems/delete-greatest-value-in-each-rowDelete Greatest Value in Each RowEasy79.8%12.5%
2311https://leetcode.com/problems/longest-binary-subsequence-less-than-or-equal-to-kLongest Binary Subsequence Less Than or Equal to KMedium52.8%12.5%
783https://leetcode.com/problems/minimum-distance-between-bst-nodesMinimum Distance Between BST NodesEasy61.1%12.5%
2014https://leetcode.com/problems/longest-subsequence-repeated-k-timesLongest Subsequence Repeated k TimesHard71.3%12.5%
1928https://leetcode.com/problems/minimum-cost-to-reach-destination-in-timeMinimum Cost to Reach Destination in TimeHard41.1%12.5%
2187https://leetcode.com/problems/minimum-time-to-complete-tripsMinimum Time to Complete TripsMedium39.6%12.5%
3330https://leetcode.com/problems/find-the-original-typed-string-iFind the Original Typed String IEasy72.1%12.5%
3333https://leetcode.com/problems/find-the-original-typed-string-iiFind the Original Typed String IIHard45.6%12.5%
3304https://leetcode.com/problems/find-the-k-th-character-in-string-game-iFind the K-th Character in String Game IEasy81.6%12.5%
1763https://leetcode.com/problems/longest-nice-substringLongest Nice SubstringEasy63.7%12.5%
3307https://leetcode.com/problems/find-the-k-th-character-in-string-game-iiFind the K-th Character in String Game IIHard48.5%12.5%
3598https://leetcode.com/problems/longest-common-prefix-between-adjacent-strings-after-removalsLongest Common Prefix Between Adjacent Strings After RemovalsMedium32.3%12.5%
1217https://leetcode.com/problems/minimum-cost-to-move-chips-to-the-same-positionMinimum Cost to Move Chips to The Same PositionEasy72.7%12.5%
821https://leetcode.com/problems/shortest-distance-to-a-characterShortest Distance to a CharacterEasy72.6%12.5%
3610https://leetcode.com/problems/minimum-number-of-primes-to-sum-to-targetMinimum Number of Primes to Sum to TargetMedium59.6%37.5%
3439https://leetcode.com/problems/reschedule-meetings-for-maximum-free-time-iReschedule Meetings for Maximum Free Time IMedium53.9%12.5%
305https://leetcode.com/problems/number-of-islands-iiNumber of Islands IIHard40.4%12.5%
1643https://leetcode.com/problems/kth-smallest-instructionsKth Smallest InstructionsHard44.6%12.5%
3440https://leetcode.com/problems/reschedule-meetings-for-maximum-free-time-iiReschedule Meetings for Maximum Free Time IIMedium60.4%12.5%
858https://leetcode.com/problems/mirror-reflectionMirror ReflectionMedium61.9%12.5%
1900https://leetcode.com/problems/the-earliest-and-latest-rounds-where-players-competeThe Earliest and Latest Rounds Where Players CompeteHard72.7%12.5%
2001https://leetcode.com/problems/number-of-pairs-of-interchangeable-rectanglesNumber of Pairs of Interchangeable RectanglesMedium52.4%12.5%
2779https://leetcode.com/problems/maximum-beauty-of-an-array-after-applying-operationMaximum Beauty of an Array After Applying OperationMedium58.3%12.5%
3612https://leetcode.com/problems/process-string-with-special-operations-iProcess String with Special Operations IMedium64.9%37.5%
3201https://leetcode.com/problems/find-the-maximum-length-of-valid-subsequence-iFind the Maximum Length of Valid Subsequence IMedium54.9%25.0%
741https://leetcode.com/problems/cherry-pickupCherry PickupHard39.1%12.5%
1667https://leetcode.com/problems/fix-names-in-a-tableFix Names in a TableEasy60.6%12.5%
2571https://leetcode.com/problems/minimum-operations-to-reduce-an-integer-to-0Minimum Operations to Reduce an Integer to 0Medium61.0%12.5%
924https://leetcode.com/problems/minimize-malware-spreadMinimize Malware SpreadHard42.9%12.5%
829https://leetcode.com/problems/consecutive-numbers-sumConsecutive Numbers SumHard42.6%12.5%
3456https://leetcode.com/problems/find-special-substring-of-length-kFind Special Substring of Length KEasy35.1%12.5%
914https://leetcode.com/problems/x-of-a-kind-in-a-deck-of-cardsX of a Kind in a Deck of CardsEasy30.1%12.5%
512https://leetcode.com/problems/game-play-analysis-iiGame Play Analysis IIEasy54.5%12.5%
492https://leetcode.com/problems/construct-the-rectangleConstruct the RectangleEasy63.0%12.5%
1957https://leetcode.com/problems/delete-characters-to-make-fancy-stringDelete Characters to Make Fancy StringEasy74.1%12.5%
1970https://leetcode.com/problems/last-day-where-you-can-still-crossLast Day Where You Can Still CrossHard68.6%12.5%
2596https://leetcode.com/problems/check-knight-tour-configurationCheck Knight Tour ConfigurationMedium60.5%12.5%
3507https://leetcode.com/problems/minimum-pair-removal-to-sort-array-iMinimum Pair Removal to Sort Array IEasy65.3%12.5%
3487https://leetcode.com/problems/maximum-unique-subarray-sum-after-deletionMaximum Unique Subarray Sum After DeletionEasy40.5%12.5%
1306https://leetcode.com/problems/jump-game-iiiJump Game IIIMedium66.7%12.5%
3340https://leetcode.com/problems/check-balanced-stringCheck Balanced StringEasy82.4%12.5%
2210https://leetcode.com/problems/count-hills-and-valleys-in-an-arrayCount Hills and Valleys in an ArrayEasy69.1%12.5%
3480https://leetcode.com/problems/maximize-subarrays-after-removing-one-conflicting-pairMaximize Subarrays After Removing One Conflicting PairHard64.7%12.5%
2488https://leetcode.com/problems/count-subarrays-with-median-kCount Subarrays With Median KHard47.6%25.0%
2771https://leetcode.com/problems/longest-non-decreasing-subarray-from-two-arraysLongest Non-decreasing Subarray From Two ArraysMedium31.0%12.5%
1610https://leetcode.com/problems/maximum-number-of-visible-pointsMaximum Number of Visible PointsHard37.9%12.5%
2119https://leetcode.com/problems/a-number-after-a-double-reversalA Number After a Double ReversalEasy82.0%12.5%
3357https://leetcode.com/problems/minimize-the-maximum-adjacent-element-differenceMinimize the Maximum Adjacent Element DifferenceHard19.3%12.5%
559https://leetcode.com/problems/maximum-depth-of-n-ary-treeMaximum Depth of N-ary TreeEasy73.4%12.5%
2561https://leetcode.com/problems/rearranging-fruitsRearranging FruitsHard57.5%12.5%
2106https://leetcode.com/problems/maximum-fruits-harvested-after-at-most-k-stepsMaximum Fruits Harvested After at Most K StepsHard61.0%12.5%
3638https://leetcode.com/problems/maximum-balanced-shipmentsMaximum Balanced ShipmentsMedium61.3%12.5%
285https://leetcode.com/problems/inorder-successor-in-bstInorder Successor in BSTMedium51.1%12.5%
3002https://leetcode.com/problems/maximum-size-of-a-set-after-removalsMaximum Size of a Set After RemovalsMedium46.0%12.5%
3477https://leetcode.com/problems/fruits-into-baskets-iiFruits Into Baskets IIEasy70.2%12.5%
1527https://leetcode.com/problems/patients-with-a-conditionPatients With a ConditionEasy38.8%12.5%
3479https://leetcode.com/problems/fruits-into-baskets-iiiFruits Into Baskets IIIMedium38.9%12.5%
808https://leetcode.com/problems/soup-servingsSoup ServingsMedium59.7%25.0%
2566https://leetcode.com/problems/maximum-difference-by-remapping-a-digitMaximum Difference by Remapping a DigitEasy76.1%12.5%
3644https://leetcode.com/problems/maximum-k-to-sort-a-permutationMaximum K to Sort a PermutationMedium37.2%37.5%
3645https://leetcode.com/problems/maximum-total-from-optimal-activation-orderMaximum Total from Optimal Activation OrderMedium33.0%25.0%
2438https://leetcode.com/problems/range-product-queries-of-powersRange Product Queries of PowersMedium61.4%12.5%
223https://leetcode.com/problems/rectangle-areaRectangle AreaMedium48.9%12.5%
2787https://leetcode.com/problems/ways-to-express-an-integer-as-sum-of-powersWays to Express an Integer as Sum of PowersMedium49.9%12.5%
3639https://leetcode.com/problems/minimum-time-to-activate-stringMinimum Time to Activate StringMedium49.2%25.0%
3605https://leetcode.com/problems/minimum-stability-factor-of-arrayMinimum Stability Factor of ArrayHard20.2%25.0%
3637https://leetcode.com/problems/trionic-array-iTrionic Array IEasy49.5%25.0%
3636https://leetcode.com/problems/threshold-majority-queriesThreshold Majority QueriesHard21.7%25.0%
3640https://leetcode.com/problems/trionic-array-iiTrionic Array IIHard47.3%25.0%
3627https://leetcode.com/problems/maximum-median-sum-of-subsequences-of-size-3Maximum Median Sum of Subsequences of Size 3Medium65.0%25.0%
3634https://leetcode.com/problems/minimum-removals-to-balance-arrayMinimum Removals to Balance ArrayMedium47.9%25.0%
3482https://leetcode.com/problems/analyze-organization-hierarchyAnalyze Organization HierarchyHard59.3%12.5%
837https://leetcode.com/problems/new-21-gameNew 21 GameMedium52.0%25.0%
3542https://leetcode.com/problems/minimum-operations-to-convert-all-elements-to-zeroMinimum Operations to Convert All Elements to ZeroMedium52.9%12.5%
1370https://leetcode.com/problems/increasing-decreasing-stringIncreasing Decreasing StringEasy77.2%12.5%
473https://leetcode.com/problems/matchsticks-to-squareMatchsticks to SquareMedium41.6%12.5%
3438https://leetcode.com/problems/find-valid-pair-of-adjacent-digits-in-stringFind Valid Pair of Adjacent Digits in StringEasy60.6%12.5%
1394https://leetcode.com/problems/find-lucky-integer-in-an-arrayFind Lucky Integer in an ArrayEasy75.5%12.5%
2735https://leetcode.com/problems/collecting-chocolatesCollecting ChocolatesMedium34.7%12.5%
940https://leetcode.com/problems/distinct-subsequences-iiDistinct Subsequences IIHard44.0%12.5%
1504https://leetcode.com/problems/count-submatrices-with-all-onesCount Submatrices With All OnesMedium71.1%12.5%
3195https://leetcode.com/problems/find-the-minimum-area-to-cover-all-ones-iFind the Minimum Area to Cover All Ones IMedium78.2%12.5%
3197https://leetcode.com/problems/find-the-minimum-area-to-cover-all-ones-iiFind the Minimum Area to Cover All Ones IIHard63.5%25.0%
699https://leetcode.com/problems/falling-squaresFalling SquaresHard47.3%12.5%
1861https://leetcode.com/problems/rotating-the-boxRotating the BoxMedium79.2%12.5%
1639https://leetcode.com/problems/number-of-ways-to-form-a-target-string-given-a-dictionaryNumber of Ways to Form a Target String Given a DictionaryHard56.6%12.5%
1907https://leetcode.com/problems/count-salary-categoriesCount Salary CategoriesMedium64.0%12.5%
3446https://leetcode.com/problems/sort-matrix-by-diagonalsSort Matrix by DiagonalsMedium84.7%12.5%
1836https://leetcode.com/problems/remove-duplicates-from-an-unsorted-linked-listRemove Duplicates From an Unsorted Linked ListMedium75.7%12.5%
3021https://leetcode.com/problems/alice-and-bob-playing-flower-gameAlice and Bob Playing Flower GameMedium60.1%12.5%
3669https://leetcode.com/problems/balanced-k-factor-decompositionBalanced K-Factor DecompositionMedium40.0%12.5%
1266https://leetcode.com/problems/minimum-time-visiting-all-pointsMinimum Time Visiting All PointsEasy84.8%12.5%
3666https://leetcode.com/problems/minimum-operations-to-equalize-binary-stringMinimum Operations to Equalize Binary StringHard20.3%12.5%
546https://leetcode.com/problems/remove-boxesRemove BoxesHard49.3%12.5%
3025https://leetcode.com/problems/find-the-number-of-ways-to-place-people-iFind the Number of Ways to Place People IMedium64.0%12.5%
1297https://leetcode.com/problems/maximum-number-of-occurrences-of-a-substringMaximum Number of Occurrences of a SubstringMedium54.2%12.5%
3516https://leetcode.com/problems/find-closest-personFind Closest PersonEasy88.9%12.5%
3260https://leetcode.com/problems/find-the-largest-palindrome-divisible-by-kFind the Largest Palindrome Divisible by KHard16.9%12.5%
2749https://leetcode.com/problems/minimum-operations-to-make-the-integer-zeroMinimum Operations to Make the Integer ZeroMedium58.2%12.5%
3676https://leetcode.com/problems/count-bowl-subarraysCount Bowl SubarraysMedium47.9%25.0%
1317https://leetcode.com/problems/convert-integer-to-the-sum-of-two-no-zero-integersConvert Integer to the Sum of Two No-Zero IntegersEasy59.1%12.5%
2890https://leetcode.com/problems/reshape-data-meltReshape Data: MeltEasy86.0%12.5%
2327https://leetcode.com/problems/number-of-people-aware-of-a-secretNumber of People Aware of a SecretMedium60.9%12.5%
2545https://leetcode.com/problems/sort-the-students-by-their-kth-scoreSort the Students by Their Kth ScoreMedium86.0%12.5%
1733https://leetcode.com/problems/minimum-number-of-people-to-teachMinimum Number of People to TeachMedium67.7%12.5%
2490https://leetcode.com/problems/circular-sentenceCircular SentenceEasy70.2%12.5%
3541https://leetcode.com/problems/find-most-frequent-vowel-and-consonantFind Most Frequent Vowel and ConsonantEasy89.4%12.5%
966https://leetcode.com/problems/vowel-spellcheckerVowel SpellcheckerMedium61.4%12.5%
1935https://leetcode.com/problems/maximum-number-of-words-you-can-typeMaximum Number of Words You Can TypeEasy82.9%12.5%
3408https://leetcode.com/problems/design-task-managerDesign Task ManagerMedium49.1%12.5%
929https://leetcode.com/problems/unique-email-addressesUnique Email AddressesEasy67.8%12.5%
1201https://leetcode.com/problems/ugly-number-iiiUgly Number IIIMedium31.2%12.5%
2114https://leetcode.com/problems/maximum-number-of-words-found-in-sentencesMaximum Number of Words Found in SentencesEasy86.7%12.5%
2592https://leetcode.com/problems/maximize-greatness-of-an-arrayMaximize Greatness of an ArrayMedium61.2%12.5%
3648https://leetcode.com/problems/minimum-sensors-to-cover-gridMinimum Sensors to Cover GridMedium68.7%25.0%
2544https://leetcode.com/problems/alternating-digit-sumAlternating Digit SumEasy69.0%12.5%
2089https://leetcode.com/problems/find-target-indices-after-sorting-arrayFind Target Indices After Sorting ArrayEasy77.8%12.5%
3100https://leetcode.com/problems/water-bottles-iiWater Bottles IIMedium78.1%12.5%
3297https://leetcode.com/problems/count-substrings-that-can-be-rearranged-to-contain-a-string-iCount Substrings That Can Be Rearranged to Contain a String IMedium42.6%12.5%
1648https://leetcode.com/problems/sell-diminishing-valued-colored-ballsSell Diminishing-Valued Colored BallsMedium30.1%25.0%
1203https://leetcode.com/problems/sort-items-by-groups-respecting-dependenciesSort Items by Groups Respecting DependenciesHard65.6%12.5%
3168https://leetcode.com/problems/minimum-number-of-chairs-in-a-waiting-roomMinimum Number of Chairs in a Waiting RoomEasy79.2%12.5%
3071https://leetcode.com/problems/minimum-operations-to-write-the-letter-y-on-a-gridMinimum Operations to Write the Letter Y on a GridMedium64.3%12.5%
1488https://leetcode.com/problems/avoid-flood-in-the-cityAvoid Flood in The CityMedium39.0%25.0%
825https://leetcode.com/problems/friends-of-appropriate-agesFriends Of Appropriate AgesMedium49.8%12.5%
2320https://leetcode.com/problems/count-number-of-ways-to-place-housesCount Number of Ways to Place HousesMedium43.8%12.5%
1145https://leetcode.com/problems/binary-tree-coloring-gameBinary Tree Coloring GameMedium52.8%12.5%
3494https://leetcode.com/problems/find-the-minimum-amount-of-time-to-brew-potionsFind the Minimum Amount of Time to Brew PotionsMedium62.7%12.5%
3147https://leetcode.com/problems/taking-maximum-energy-from-the-mystic-dungeonTaking Maximum Energy From the Mystic DungeonMedium61.0%12.5%
3186https://leetcode.com/problems/maximum-total-damage-with-spell-castingMaximum Total Damage With Spell CastingMedium45.0%12.5%
3664https://leetcode.com/problems/two-letter-card-gameTwo-Letter Card GameMedium12.2%12.5%
444https://leetcode.com/problems/sequence-reconstructionSequence ReconstructionMedium30.5%12.5%
1881https://leetcode.com/problems/maximum-value-after-insertionMaximum Value after InsertionMedium39.2%12.5%
2598https://leetcode.com/problems/smallest-missing-non-negative-integer-after-operationsSmallest Missing Non-negative Integer After OperationsMedium55.9%12.5%
1948https://leetcode.com/problems/delete-duplicate-folders-in-systemDelete Duplicate Folders in SystemHard77.7%12.5%
3397https://leetcode.com/problems/maximum-number-of-distinct-elements-after-operationsMaximum Number of Distinct Elements After OperationsMedium52.2%12.5%
2888https://leetcode.com/problems/reshape-data-concatenateReshape Data: ConcatenateEasy90.5%12.5%
3720https://leetcode.com/problems/lexicographically-smallest-permutation-greater-than-targetLexicographically Smallest Permutation Greater Than TargetMedium26.5%12.5%
1837https://leetcode.com/problems/sum-of-digits-in-base-kSum of Digits in Base KEasy78.5%12.5%
2389https://leetcode.com/problems/longest-subsequence-with-limited-sumLongest Subsequence With Limited SumEasy73.4%12.5%
3347https://leetcode.com/problems/maximum-frequency-of-an-element-after-performing-operations-iiMaximum Frequency of an Element After Performing Operations IIHard53.9%12.5%
3346https://leetcode.com/problems/maximum-frequency-of-an-element-after-performing-operations-iMaximum Frequency of an Element After Performing Operations IMedium40.1%12.5%
3715https://leetcode.com/problems/sum-of-perfect-square-ancestorsSum of Perfect Square AncestorsHard42.4%12.5%
1446https://leetcode.com/problems/consecutive-charactersConsecutive CharactersEasy60.3%12.5%
491https://leetcode.com/problems/non-decreasing-subsequencesNon-decreasing SubsequencesMedium62.5%12.5%
3354https://leetcode.com/problems/make-array-elements-equal-to-zeroMake Array Elements Equal to ZeroEasy68.3%12.5%
3730https://leetcode.com/problems/maximum-calories-burnt-from-jumpsMaximum Calories Burnt from JumpsMedium73.8%25.0%
3728https://leetcode.com/problems/stable-subarrays-with-equal-boundary-and-interior-sumStable Subarrays With Equal Boundary and Interior SumMedium25.9%12.5%
3370https://leetcode.com/problems/smallest-number-with-all-set-bitsSmallest Number With All Set BitsEasy80.3%12.5%
2421https://leetcode.com/problems/number-of-good-pathsNumber of Good PathsHard56.3%12.5%
3289https://leetcode.com/problems/the-two-sneaky-numbers-of-digitvilleThe Two Sneaky Numbers of DigitvilleEasy89.9%12.5%
3428https://leetcode.com/problems/maximum-and-minimum-sums-of-at-most-size-k-subsequencesMaximum and Minimum Sums of at Most Size K SubsequencesMedium21.6%12.5%
3733https://leetcode.com/problems/minimum-time-to-complete-all-deliveriesMinimum Time to Complete All DeliveriesMedium34.3%50.0%
2257https://leetcode.com/problems/count-unguarded-cells-in-the-gridCount Unguarded Cells in the GridMedium69.0%12.5%
1578https://leetcode.com/problems/minimum-time-to-make-rope-colorfulMinimum Time to Make Rope ColorfulMedium65.2%12.5%
3318https://leetcode.com/problems/find-x-sum-of-all-k-long-subarrays-iFind X-Sum of All K-Long Subarrays IEasy76.1%12.5%
3517https://leetcode.com/problems/smallest-palindromic-rearrangement-iSmallest Palindromic Rearrangement IMedium63.5%12.5%
3573https://leetcode.com/problems/best-time-to-buy-and-sell-stock-vBest Time to Buy and Sell Stock VMedium60.8%12.5%
3607https://leetcode.com/problems/power-grid-maintenancePower Grid MaintenanceMedium56.3%12.5%
2528https://leetcode.com/problems/maximize-the-minimum-powered-cityMaximize the Minimum Powered CityHard61.8%12.5%
280https://leetcode.com/problems/wiggle-sortWiggle SortMedium68.4%12.5%
2169https://leetcode.com/problems/count-operations-to-obtain-zeroCount Operations to Obtain ZeroEasy79.8%12.5%
2654https://leetcode.com/problems/minimum-number-of-operations-to-make-all-array-elements-equal-to-1Minimum Number of Operations to Make All Array Elements Equal to 1Medium54.6%12.5%
3228https://leetcode.com/problems/maximum-number-of-operations-to-move-ones-to-the-endMaximum Number of Operations to Move Ones to the EndMedium67.1%12.5%
411https://leetcode.com/problems/minimum-unique-word-abbreviationMinimum Unique Word AbbreviationHard40.4%12.5%
2910https://leetcode.com/problems/minimum-number-of-groups-to-create-a-valid-assignmentMinimum Number of Groups to Create a Valid AssignmentMedium24.8%12.5%
1557https://leetcode.com/problems/minimum-number-of-vertices-to-reach-all-nodesMinimum Number of Vertices to Reach All NodesMedium81.5%12.5%
1591https://leetcode.com/problems/strange-printer-iiStrange Printer IIHard60.6%12.5%
757https://leetcode.com/problems/set-intersection-size-at-least-twoSet Intersection Size At Least TwoHard57.9%12.5%
3190https://leetcode.com/problems/find-minimum-operations-to-make-all-elements-divisible-by-threeFind Minimum Operations to Make All Elements Divisible by ThreeEasy90.9%12.5%
3608https://leetcode.com/problems/minimum-time-for-k-connected-componentsMinimum Time for K Connected ComponentsMedium45.1%12.5%
1015https://leetcode.com/problems/smallest-integer-divisible-by-kSmallest Integer Divisible by KMedium54.3%12.5%
3752https://leetcode.com/problems/lexicographically-smallest-negated-permutation-that-sums-to-targetLexicographically Smallest Negated Permutation that Sums to TargetMedium30.7%37.5%
2435https://leetcode.com/problems/paths-in-matrix-whose-sum-is-divisible-by-kPaths in Matrix Whose Sum Is Divisible by KHard58.7%12.5%
1776https://leetcode.com/problems/car-fleet-iiCar Fleet IIHard57.7%12.5%
3381https://leetcode.com/problems/maximum-subarray-sum-with-length-divisible-by-kMaximum Subarray Sum With Length Divisible by KMedium49.6%12.5%
1816https://leetcode.com/problems/truncate-sentenceTruncate SentenceEasy86.6%12.5%
2141https://leetcode.com/problems/maximum-running-time-of-n-computersMaximum Running Time of N ComputersHard56.4%12.5%
1839https://leetcode.com/problems/longest-substring-of-all-vowels-in-orderLongest Substring Of All Vowels in OrderMedium51.5%12.5%
482https://leetcode.com/problems/license-key-formattingLicense Key FormattingEasy45.7%12.5%
1551https://leetcode.com/problems/minimum-operations-to-make-array-equalMinimum Operations to Make Array EqualMedium82.7%12.5%
3432https://leetcode.com/problems/count-partitions-with-even-sum-differenceCount Partitions with Even Sum DifferenceEasy85.2%12.5%
3578https://leetcode.com/problems/count-partitions-with-max-min-difference-at-most-kCount Partitions With Max-Min Difference at Most KMedium58.9%12.5%
1006https://leetcode.com/problems/clumsy-factorialClumsy FactorialMedium61.0%12.5%
3767https://leetcode.com/problems/maximize-points-after-choosing-k-tasksMaximize Points After Choosing K TasksMedium59.9%25.0%
3243https://leetcode.com/problems/shortest-distance-after-road-addition-queries-iShortest Distance After Road Addition Queries IMedium61.9%12.5%
1822https://leetcode.com/problems/sign-of-the-product-of-an-arraySign of the Product of an ArrayEasy64.8%12.5%
3512https://leetcode.com/problems/minimum-operations-to-make-array-sum-divisible-by-kMinimum Operations to Make Array Sum Divisible by KEasy92.4%12.5%
2520https://leetcode.com/problems/count-the-digits-that-divide-a-numberCount the Digits That Divide a NumberEasy85.9%12.5%
3577https://leetcode.com/problems/count-the-number-of-computer-unlocking-permutationsCount the Number of Computer Unlocking PermutationsMedium59.0%12.5%
2562https://leetcode.com/problems/find-the-array-concatenation-valueFind the Array Concatenation ValueEasy71.8%12.5%
1018https://leetcode.com/problems/binary-prefix-divisible-by-5Binary Prefix Divisible By 5Easy53.5%12.5%
1993https://leetcode.com/problems/operations-on-treeOperations on TreeMedium45.0%12.5%
1399https://leetcode.com/problems/count-largest-groupCount Largest GroupEasy74.7%12.5%
3743https://leetcode.com/problems/maximize-cyclic-partition-scoreMaximize Cyclic Partition ScoreHard12.3%12.5%
3508https://leetcode.com/problems/implement-routerImplement RouterMedium39.2%12.5%
3652https://leetcode.com/problems/best-time-to-buy-and-sell-stock-using-strategyBest Time to Buy and Sell Stock using StrategyMedium59.9%12.5%
2906https://leetcode.com/problems/construct-product-matrixConstruct Product MatrixMedium32.0%12.5%
955https://leetcode.com/problems/delete-columns-to-make-sorted-iiDelete Columns to Make Sorted IIMedium49.7%12.5%
3254https://leetcode.com/problems/find-the-power-of-k-size-subarrays-iFind the Power of K-Size Subarrays IMedium62.2%12.5%
3785https://leetcode.com/problems/minimum-swaps-to-avoid-forbidden-valuesMinimum Swaps to Avoid Forbidden ValuesHard30.2%25.0%
3786https://leetcode.com/problems/total-sum-of-interaction-cost-in-tree-groupsTotal Sum of Interaction Cost in Tree GroupsHard53.5%25.0%
3781https://leetcode.com/problems/maximum-score-after-binary-swapsMaximum Score After Binary SwapsMedium35.0%25.0%
1977https://leetcode.com/problems/number-of-ways-to-separate-numbersNumber of Ways to Separate NumbersHard21.6%12.5%
598https://leetcode.com/problems/range-addition-iiRange Addition IIEasy58.3%12.5%
256https://leetcode.com/problems/paint-housePaint HouseMedium64.3%12.5%
2483https://leetcode.com/problems/minimum-penalty-for-a-shopMinimum Penalty for a ShopMedium71.2%12.5%
1013https://leetcode.com/problems/partition-array-into-three-parts-with-equal-sumPartition Array Into Three Parts With Equal SumEasy42.5%12.5%
474https://leetcode.com/problems/ones-and-zeroesOnes and ZeroesMedium53.0%12.5%
960https://leetcode.com/problems/delete-columns-to-make-sorted-iiiDelete Columns to Make Sorted IIIHard72.6%12.5%
1793https://leetcode.com/problems/maximum-score-of-a-good-subarrayMaximum Score of a Good SubarrayHard64.4%12.5%
756https://leetcode.com/problems/pyramid-transition-matrixPyramid Transition MatrixMedium60.6%12.5%
2612https://leetcode.com/problems/minimum-reverse-operationsMinimum Reverse OperationsHard16.6%12.5%
961https://leetcode.com/problems/n-repeated-element-in-size-2n-arrayN-Repeated Element in Size 2N ArrayEasy79.8%12.5%
1411https://leetcode.com/problems/number-of-ways-to-paint-n-3-gridNumber of Ways to Paint N ร— 3 GridHard80.5%12.5%
1390https://leetcode.com/problems/four-divisorsFour DivisorsMedium56.6%12.5%
1380https://leetcode.com/problems/lucky-numbers-in-a-matrixLucky Numbers in a MatrixEasy80.0%12.5%
3794https://leetcode.com/problems/reverse-string-prefixReverse String PrefixEasy89.4%25.0%
311https://leetcode.com/problems/sparse-matrix-multiplicationSparse Matrix MultiplicationMedium69.2%12.5%
671https://leetcode.com/problems/second-minimum-node-in-a-binary-treeSecond Minimum Node In a Binary TreeEasy45.9%12.5%
865https://leetcode.com/problems/smallest-subtree-with-all-the-deepest-nodesSmallest Subtree with all the Deepest NodesMedium77.5%12.5%
1729https://leetcode.com/problems/find-followers-countFind Followers CountEasy69.5%12.5%
1528https://leetcode.com/problems/shuffle-stringShuffle StringEasy85.3%12.5%
3806https://leetcode.com/problems/maximum-bitwise-and-after-increment-operationsMaximum Bitwise AND After Increment OperationsHard30.8%25.0%
391https://leetcode.com/problems/perfect-rectanglePerfect RectangleHard37.2%12.5%
1743https://leetcode.com/problems/restore-the-array-from-adjacent-pairsRestore the Array From Adjacent PairsMedium75.0%12.5%
2943https://leetcode.com/problems/maximize-area-of-square-hole-in-gridMaximize Area of Square Hole in GridMedium61.9%12.5%
2007https://leetcode.com/problems/find-original-array-from-doubled-arrayFind Original Array From Doubled ArrayMedium40.7%12.5%
1513https://leetcode.com/problems/number-of-substrings-with-only-1sNumber of Substrings With Only 1sMedium57.4%12.5%
483https://leetcode.com/problems/smallest-good-baseSmallest Good BaseHard45.4%12.5%
3314https://leetcode.com/problems/construct-the-minimum-bitwise-array-iConstruct the Minimum Bitwise Array IEasy85.3%12.5%
3315https://leetcode.com/problems/construct-the-minimum-bitwise-array-iiConstruct the Minimum Bitwise Array IIMedium66.5%12.5%
805https://leetcode.com/problems/split-array-with-same-averageSplit Array With Same AverageHard26.8%12.5%
2637https://leetcode.com/problems/promise-time-limitPromise Time LimitMedium83.1%12.5%
3510https://leetcode.com/problems/minimum-pair-removal-to-sort-array-iiMinimum Pair Removal to Sort Array IIHard39.2%12.5%
3814https://leetcode.com/problems/maximum-capacity-within-budgetMaximum Capacity Within BudgetMedium19.9%25.0%
3780https://leetcode.com/problems/maximum-sum-of-three-numbers-divisible-by-threeMaximum Sum of Three Numbers Divisible by ThreeMedium47.7%12.5%
1877https://leetcode.com/problems/minimize-maximum-pair-sum-in-arrayMinimize Maximum Pair Sum in ArrayMedium83.3%12.5%
665https://leetcode.com/problems/non-decreasing-arrayNon-decreasing ArrayMedium25.4%12.5%
1804https://leetcode.com/problems/implement-trie-ii-prefix-treeImplement Trie II (Prefix Tree)Medium63.3%12.5%
3650https://leetcode.com/problems/minimum-cost-path-with-edge-reversalsMinimum Cost Path with Edge ReversalsMedium61.8%12.5%
3651https://leetcode.com/problems/minimum-cost-path-with-teleportationsMinimum Cost Path with TeleportationsHard45.8%12.5%
2513https://leetcode.com/problems/minimize-the-maximum-of-two-arraysMinimize the Maximum of Two ArraysMedium32.1%12.5%
1413https://leetcode.com/problems/minimum-value-to-get-positive-step-by-step-sumMinimum Value to Get Positive Step by Step SumEasy64.6%12.5%
2843https://leetcode.com/problems/count-symmetric-integersCount Symmetric IntegersEasy83.1%12.5%
2498https://leetcode.com/problems/frog-jump-iiFrog Jump IIMedium62.4%12.5%
3010https://leetcode.com/problems/divide-an-array-into-subarrays-with-minimum-cost-iDivide an Array Into Subarrays With Minimum Cost IEasy80.5%25.0%
3013https://leetcode.com/problems/divide-an-array-into-subarrays-with-minimum-cost-iiDivide an Array Into Subarrays With Minimum Cost IIHard54.8%12.5%
3484https://leetcode.com/problems/design-spreadsheetDesign SpreadsheetMedium74.3%12.5%
565https://leetcode.com/problems/array-nestingArray NestingMedium56.5%12.5%
600https://leetcode.com/problems/non-negative-integers-without-consecutive-onesNon-negative Integers without Consecutive OnesHard41.7%12.5%
3379https://leetcode.com/problems/transformed-arrayTransformed ArrayEasy70.4%12.5%
363https://leetcode.com/problems/max-sum-of-rectangle-no-larger-than-kMax Sum of Rectangle No Larger Than KHard45.3%12.5%
688https://leetcode.com/problems/knight-probability-in-chessboardKnight Probability in ChessboardMedium56.9%12.5%
923https://leetcode.com/problems/3sum-with-multiplicity3Sum With MultiplicityMedium46.2%12.5%
1979https://leetcode.com/problems/find-greatest-common-divisor-of-arrayFind Greatest Common Divisor of ArrayEasy79.7%12.5%
3227https://leetcode.com/problems/vowels-game-in-a-stringVowels Game in a StringMedium77.1%12.5%
882https://leetcode.com/problems/reachable-nodes-in-subdivided-graphReachable Nodes In Subdivided GraphHard51.8%12.5%
1895https://leetcode.com/problems/largest-magic-squareLargest Magic SquareMedium75.3%12.5%
2457https://leetcode.com/problems/minimum-addition-to-make-integer-beautifulMinimum Addition to Make Integer BeautifulMedium38.5%12.5%
2383https://leetcode.com/problems/minimum-hours-of-training-to-win-a-competitionMinimum Hours of Training to Win a CompetitionEasy42.4%12.5%
3028https://leetcode.com/problems/ant-on-the-boundaryAnt on the BoundaryEasy74.2%12.5%
2503https://leetcode.com/problems/maximum-number-of-points-from-grid-queriesMaximum Number of Points From Grid QueriesHard59.3%12.5%
3719https://leetcode.com/problems/longest-balanced-subarray-iLongest Balanced Subarray IMedium65.6%12.5%
2858https://leetcode.com/problems/minimum-edge-reversals-so-every-node-is-reachableMinimum Edge Reversals So Every Node Is ReachableHard57.2%12.5%
530https://leetcode.com/problems/minimum-absolute-difference-in-bstMinimum Absolute Difference in BSTEasy59.2%12.5%
3162https://leetcode.com/problems/find-the-number-of-good-pairs-iFind the Number of Good Pairs IEasy86.3%12.5%
3721https://leetcode.com/problems/longest-balanced-subarray-iiLongest Balanced Subarray IIHard33.8%12.5%
3713https://leetcode.com/problems/longest-balanced-substring-iLongest Balanced Substring IMedium69.7%12.5%
3714https://leetcode.com/problems/longest-balanced-substring-iiLongest Balanced Substring IIMedium42.1%12.5%
3090https://leetcode.com/problems/maximum-length-substring-with-two-occurrencesMaximum Length Substring With Two OccurrencesEasy65.1%12.5%
1385https://leetcode.com/problems/find-the-distance-value-between-two-arraysFind the Distance Value Between Two ArraysEasy71.4%12.5%
3796https://leetcode.com/problems/find-maximum-value-in-a-constrained-sequenceFind Maximum Value in a Constrained SequenceMedium62.3%12.5%
799https://leetcode.com/problems/champagne-towerChampagne TowerMedium64.0%12.5%
804https://leetcode.com/problems/unique-morse-code-wordsUnique Morse Code WordsEasy83.5%12.5%
687https://leetcode.com/problems/longest-univalue-pathLongest Univalue PathMedium43.5%12.5%
2808https://leetcode.com/problems/minimum-seconds-to-equalize-a-circular-arrayMinimum Seconds to Equalize a Circular ArrayMedium28.4%12.5%
2860https://leetcode.com/problems/happy-studentsHappy StudentsMedium50.8%12.5%
693https://leetcode.com/problems/binary-number-with-alternating-bitsBinary Number with Alternating BitsEasy69.7%12.5%
988https://leetcode.com/problems/smallest-string-starting-from-leafSmallest String Starting From LeafMedium61.1%12.5%
586https://leetcode.com/problems/customer-placing-the-largest-number-of-ordersCustomer Placing the Largest Number of OrdersEasy64.3%12.5%
2623https://leetcode.com/problems/memoizeMemoizeMedium64.8%12.5%