Skip to main content

Microsoft 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%75.0%
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%37.5%
7https://leetcode.com/problems/reverse-integerReverse IntegerMedium31.5%62.5%
8https://leetcode.com/problems/string-to-integer-atoiString to Integer (atoi)Medium20.6%62.5%
9https://leetcode.com/problems/palindrome-numberPalindrome NumberEasy60.2%75.0%
10https://leetcode.com/problems/regular-expression-matchingRegular Expression MatchingHard30.4%50.0%
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%75.0%
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%37.5%
17https://leetcode.com/problems/letter-combinations-of-a-phone-numberLetter Combinations of a Phone NumberMedium65.5%62.5%
18https://leetcode.com/problems/4sum4SumMedium40.0%50.0%
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%62.5%
24https://leetcode.com/problems/swap-nodes-in-pairsSwap Nodes in PairsMedium68.9%50.0%
25https://leetcode.com/problems/reverse-nodes-in-k-groupReverse Nodes in k-GroupHard65.3%62.5%
26https://leetcode.com/problems/remove-duplicates-from-sorted-arrayRemove Duplicates from Sorted ArrayEasy62.2%75.0%
27https://leetcode.com/problems/remove-elementRemove ElementEasy61.3%62.5%
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%25.0%
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%50.0%
35https://leetcode.com/problems/search-insert-positionSearch Insert PositionEasy50.7%50.0%
36https://leetcode.com/problems/valid-sudokuValid SudokuMedium64.1%50.0%
37https://leetcode.com/problems/sudoku-solverSudoku SolverHard65.4%50.0%
38https://leetcode.com/problems/count-and-sayCount and SayMedium62.3%25.0%
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%50.0%
42https://leetcode.com/problems/trapping-rain-waterTrapping Rain WaterHard66.8%75.0%
43https://leetcode.com/problems/multiply-stringsMultiply StringsMedium43.5%50.0%
44https://leetcode.com/problems/wildcard-matchingWildcard MatchingHard31.3%37.5%
45https://leetcode.com/problems/jump-game-iiJump Game IIMedium42.4%50.0%
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%62.5%
51https://leetcode.com/problems/n-queensN-QueensHard74.9%50.0%
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%62.5%
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%37.5%
59https://leetcode.com/problems/spiral-matrix-iiSpiral Matrix IIMedium74.6%37.5%
61https://leetcode.com/problems/rotate-listRotate ListMedium41.2%37.5%
62https://leetcode.com/problems/unique-pathsUnique PathsMedium66.5%50.0%
63https://leetcode.com/problems/unique-paths-iiUnique Paths IIMedium44.1%25.0%
64https://leetcode.com/problems/minimum-path-sumMinimum Path SumMedium67.8%50.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%50.0%
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%62.5%
74https://leetcode.com/problems/search-a-2d-matrixSearch a 2D MatrixMedium53.5%50.0%
75https://leetcode.com/problems/sort-colorsSort ColorsMedium69.1%62.5%
76https://leetcode.com/problems/minimum-window-substringMinimum Window SubstringHard46.9%50.0%
77https://leetcode.com/problems/combinationsCombinationsMedium74.2%25.0%
78https://leetcode.com/problems/subsetsSubsetsMedium82.0%50.0%
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%37.5%
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%25.0%
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%50.0%
85https://leetcode.com/problems/maximal-rectangleMaximal RectangleHard58.1%50.0%
86https://leetcode.com/problems/partition-listPartition ListMedium60.6%25.0%
88https://leetcode.com/problems/merge-sorted-arrayMerge Sorted ArrayEasy54.4%75.0%
90https://leetcode.com/problems/subsets-iiSubsets IIMedium60.9%37.5%
91https://leetcode.com/problems/decode-waysDecode WaysMedium37.6%50.0%
92https://leetcode.com/problems/reverse-linked-list-iiReverse Linked List IIMedium51.0%37.5%
93https://leetcode.com/problems/restore-ip-addressesRestore IP AddressesMedium55.3%50.0%
94https://leetcode.com/problems/binary-tree-inorder-traversalBinary Tree Inorder TraversalEasy79.7%50.0%
95https://leetcode.com/problems/unique-binary-search-trees-iiUnique Binary Search Trees IIMedium61.9%12.5%
96https://leetcode.com/problems/unique-binary-search-treesUnique Binary Search TreesMedium63.3%12.5%
97https://leetcode.com/problems/interleaving-stringInterleaving StringMedium43.5%37.5%
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%37.5%
106https://leetcode.com/problems/construct-binary-tree-from-inorder-and-postorder-traversalConstruct Binary Tree from Inorder and Postorder TraversalMedium68.0%37.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%25.0%
110https://leetcode.com/problems/balanced-binary-treeBalanced Binary TreeEasy57.8%37.5%
111https://leetcode.com/problems/minimum-depth-of-binary-treeMinimum Depth of Binary TreeEasy52.3%25.0%
112https://leetcode.com/problems/path-sumPath SumEasy54.4%50.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%50.0%
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%37.5%
118https://leetcode.com/problems/pascals-trianglePascal's TriangleEasy78.7%50.0%
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%75.0%
122https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iiBest Time to Buy and Sell Stock IIMedium70.7%50.0%
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%50.0%
125https://leetcode.com/problems/valid-palindromeValid PalindromeEasy52.8%62.5%
126https://leetcode.com/problems/word-ladder-iiWord Ladder IIHard27.5%25.0%
127https://leetcode.com/problems/word-ladderWord LadderHard44.9%50.0%
128https://leetcode.com/problems/longest-consecutive-sequenceLongest Consecutive SequenceMedium47.0%62.5%
129https://leetcode.com/problems/sum-root-to-leaf-numbersSum Root to Leaf NumbersMedium69.6%25.0%
130https://leetcode.com/problems/surrounded-regionsSurrounded RegionsMedium44.7%25.0%
131https://leetcode.com/problems/palindrome-partitioningPalindrome PartitioningMedium73.7%50.0%
133https://leetcode.com/problems/clone-graphClone GraphMedium64.7%25.0%
134https://leetcode.com/problems/gas-stationGas StationMedium47.5%50.0%
135https://leetcode.com/problems/candyCandyHard47.9%50.0%
136https://leetcode.com/problems/single-numberSingle NumberEasy77.3%50.0%
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%62.5%
139https://leetcode.com/problems/word-breakWord BreakMedium49.1%50.0%
140https://leetcode.com/problems/word-break-iiWord Break IIHard55.1%25.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%37.5%
144https://leetcode.com/problems/binary-tree-preorder-traversalBinary Tree Preorder TraversalEasy75.1%25.0%
145https://leetcode.com/problems/binary-tree-postorder-traversalBinary Tree Postorder TraversalEasy77.6%12.5%
146https://leetcode.com/problems/lru-cacheLRU CacheMedium46.8%87.5%
147https://leetcode.com/problems/insertion-sort-listInsertion Sort ListMedium58.5%12.5%
148https://leetcode.com/problems/sort-listSort ListMedium63.8%37.5%
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%37.5%
151https://leetcode.com/problems/reverse-words-in-a-stringReverse Words in a StringMedium55.5%62.5%
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%
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%
165https://leetcode.com/problems/compare-version-numbersCompare Version NumbersMedium46.1%50.0%
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%50.0%
169https://leetcode.com/problems/majority-elementMajority ElementEasy66.1%75.0%
171https://leetcode.com/problems/excel-sheet-column-numberExcel Sheet Column NumberEasy67.2%50.0%
172https://leetcode.com/problems/factorial-trailing-zeroesFactorial Trailing ZeroesMedium46.1%25.0%
173https://leetcode.com/problems/binary-search-tree-iteratorBinary Search Tree IteratorMedium76.1%37.5%
174https://leetcode.com/problems/dungeon-gameDungeon GameHard40.8%37.5%
175https://leetcode.com/problems/combine-two-tablesCombine Two TablesEasy79.2%50.0%
176https://leetcode.com/problems/second-highest-salarySecond Highest SalaryMedium46.3%37.5%
178https://leetcode.com/problems/rank-scoresRank ScoresMedium67.1%25.0%
179https://leetcode.com/problems/largest-numberLargest NumberMedium42.6%50.0%
180https://leetcode.com/problems/consecutive-numbersConsecutive NumbersMedium47.8%25.0%
181https://leetcode.com/problems/employees-earning-more-than-their-managersEmployees Earning More Than Their ManagersEasy72.8%37.5%
184https://leetcode.com/problems/department-highest-salaryDepartment Highest SalaryMedium57.3%12.5%
185https://leetcode.com/problems/department-top-three-salariesDepartment Top Three SalariesHard59.8%12.5%
186https://leetcode.com/problems/reverse-words-in-a-string-iiReverse Words in a String IIMedium56.6%37.5%
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%
191https://leetcode.com/problems/number-of-1-bitsNumber of 1 BitsEasy76.3%37.5%
197https://leetcode.com/problems/rising-temperatureRising TemperatureEasy51.0%50.0%
198https://leetcode.com/problems/house-robberHouse RobberMedium52.9%62.5%
199https://leetcode.com/problems/binary-tree-right-side-viewBinary Tree Right Side ViewMedium69.5%37.5%
200https://leetcode.com/problems/number-of-islandsNumber of IslandsMedium63.8%75.0%
202https://leetcode.com/problems/happy-numberHappy NumberEasy59.2%50.0%
203https://leetcode.com/problems/remove-linked-list-elementsRemove Linked List ElementsEasy53.8%37.5%
204https://leetcode.com/problems/count-primesCount PrimesMedium35.7%50.0%
205https://leetcode.com/problems/isomorphic-stringsIsomorphic StringsEasy48.0%37.5%
206https://leetcode.com/problems/reverse-linked-listReverse Linked ListEasy80.2%62.5%
207https://leetcode.com/problems/course-scheduleCourse ScheduleMedium50.8%50.0%
208https://leetcode.com/problems/implement-trie-prefix-treeImplement Trie (Prefix Tree)Medium69.2%50.0%
209https://leetcode.com/problems/minimum-size-subarray-sumMinimum Size Subarray SumMedium51.0%50.0%
210https://leetcode.com/problems/course-schedule-iiCourse Schedule IIMedium55.0%50.0%
211https://leetcode.com/problems/design-add-and-search-words-data-structureDesign Add and Search Words Data StructureMedium48.1%25.0%
212https://leetcode.com/problems/word-search-iiWord Search IIHard38.1%50.0%
213https://leetcode.com/problems/house-robber-iiHouse Robber IIMedium44.6%50.0%
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%
217https://leetcode.com/problems/contains-duplicateContains DuplicateEasy64.1%62.5%
218https://leetcode.com/problems/the-skyline-problemThe Skyline ProblemHard45.0%37.5%
219https://leetcode.com/problems/contains-duplicate-iiContains Duplicate IIEasy50.8%50.0%
222https://leetcode.com/problems/count-complete-tree-nodesCount Complete Tree NodesEasy72.0%25.0%
223https://leetcode.com/problems/rectangle-areaRectangle AreaMedium48.9%25.0%
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%12.5%
227https://leetcode.com/problems/basic-calculator-iiBasic Calculator IIMedium46.6%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%37.5%
231https://leetcode.com/problems/power-of-twoPower of TwoEasy49.8%25.0%
232https://leetcode.com/problems/implement-queue-using-stacksImplement Queue using StacksEasy69.3%50.0%
233https://leetcode.com/problems/number-of-digit-oneNumber of Digit OneHard37.7%12.5%
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%62.5%
237https://leetcode.com/problems/delete-node-in-a-linked-listDelete Node in a Linked ListMedium83.6%50.0%
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%50.0%
240https://leetcode.com/problems/search-a-2d-matrix-iiSearch a 2D Matrix IIMedium56.8%37.5%
242https://leetcode.com/problems/valid-anagramValid AnagramEasy67.8%62.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%50.0%
260https://leetcode.com/problems/single-number-iiiSingle Number IIIMedium70.4%25.0%
261https://leetcode.com/problems/graph-valid-treeGraph Valid TreeMedium49.8%25.0%
264https://leetcode.com/problems/ugly-number-iiUgly Number IIMedium49.5%25.0%
266https://leetcode.com/problems/palindrome-permutationPalindrome PermutationEasy68.6%12.5%
268https://leetcode.com/problems/missing-numberMissing NumberEasy71.6%50.0%
269https://leetcode.com/problems/alien-dictionaryAlien DictionaryHard37.1%25.0%
270https://leetcode.com/problems/closest-binary-search-tree-valueClosest Binary Search Tree ValueEasy49.3%37.5%
271https://leetcode.com/problems/encode-and-decode-stringsEncode and Decode StringsMedium51.2%37.5%
273https://leetcode.com/problems/integer-to-english-wordsInteger to English WordsHard34.8%62.5%
274https://leetcode.com/problems/h-indexH-IndexMedium41.1%37.5%
277https://leetcode.com/problems/find-the-celebrityFind the CelebrityMedium48.9%37.5%
278https://leetcode.com/problems/first-bad-versionFirst Bad VersionEasy46.8%25.0%
279https://leetcode.com/problems/perfect-squaresPerfect SquaresMedium56.3%37.5%
283https://leetcode.com/problems/move-zeroesMove ZeroesEasy63.5%62.5%
285https://leetcode.com/problems/inorder-successor-in-bstInorder Successor in BSTMedium51.1%37.5%
287https://leetcode.com/problems/find-the-duplicate-numberFind the Duplicate NumberMedium64.0%50.0%
289https://leetcode.com/problems/game-of-lifeGame of LifeMedium72.3%37.5%
290https://leetcode.com/problems/word-patternWord PatternEasy43.8%25.0%
292https://leetcode.com/problems/nim-gameNim GameEasy59.2%25.0%
295https://leetcode.com/problems/find-median-from-data-streamFind Median from Data StreamHard54.2%50.0%
297https://leetcode.com/problems/serialize-and-deserialize-binary-treeSerialize and Deserialize Binary TreeHard60.3%62.5%
300https://leetcode.com/problems/longest-increasing-subsequenceLongest Increasing SubsequenceMedium59.0%50.0%
303https://leetcode.com/problems/range-sum-query-immutableRange Sum Query - ImmutableEasy71.4%25.0%
310https://leetcode.com/problems/minimum-height-treesMinimum Height TreesMedium42.4%12.5%
312https://leetcode.com/problems/burst-balloonsBurst BalloonsHard62.9%25.0%
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%
319https://leetcode.com/problems/bulb-switcherBulb SwitcherMedium55.5%12.5%
322https://leetcode.com/problems/coin-changeCoin ChangeMedium47.9%50.0%
325https://leetcode.com/problems/maximum-size-subarray-sum-equals-kMaximum Size Subarray Sum Equals kMedium50.8%25.0%
326https://leetcode.com/problems/power-of-threePower of ThreeEasy50.7%25.0%
328https://leetcode.com/problems/odd-even-linked-listOdd Even Linked ListMedium62.3%37.5%
329https://leetcode.com/problems/longest-increasing-path-in-a-matrixLongest Increasing Path in a MatrixHard56.3%25.0%
333https://leetcode.com/problems/largest-bst-subtreeLargest BST SubtreeMedium45.8%25.0%
337https://leetcode.com/problems/house-robber-iiiHouse Robber IIIMedium55.6%25.0%
338https://leetcode.com/problems/counting-bitsCounting BitsEasy80.4%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%12.5%
342https://leetcode.com/problems/power-of-fourPower of FourEasy51.7%12.5%
343https://leetcode.com/problems/integer-breakInteger BreakMedium61.8%12.5%
344https://leetcode.com/problems/reverse-stringReverse StringEasy80.5%37.5%
345https://leetcode.com/problems/reverse-vowels-of-a-stringReverse Vowels of a StringEasy60.6%50.0%
347https://leetcode.com/problems/top-k-frequent-elementsTop K Frequent ElementsMedium65.8%62.5%
348https://leetcode.com/problems/design-tic-tac-toeDesign Tic-Tac-ToeMedium58.7%50.0%
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%25.0%
354https://leetcode.com/problems/russian-doll-envelopesRussian Doll EnvelopesHard37.7%25.0%
355https://leetcode.com/problems/design-twitterDesign TwitterMedium44.2%25.0%
362https://leetcode.com/problems/design-hit-counterDesign Hit CounterMedium69.6%37.5%
365https://leetcode.com/problems/water-and-jug-problemWater and Jug ProblemMedium44.8%37.5%
367https://leetcode.com/problems/valid-perfect-squareValid Perfect SquareEasy44.7%37.5%
368https://leetcode.com/problems/largest-divisible-subsetLargest Divisible SubsetMedium49.4%25.0%
371https://leetcode.com/problems/sum-of-two-integersSum of Two IntegersMedium55.0%25.0%
373https://leetcode.com/problems/find-k-pairs-with-smallest-sumsFind K Pairs with Smallest SumsMedium41.5%25.0%
378https://leetcode.com/problems/kth-smallest-element-in-a-sorted-matrixKth Smallest Element in a Sorted MatrixMedium64.4%25.0%
380https://leetcode.com/problems/insert-delete-getrandom-o1Insert Delete GetRandom O(1)Medium55.3%50.0%
384https://leetcode.com/problems/shuffle-an-arrayShuffle an ArrayMedium59.5%12.5%
387https://leetcode.com/problems/first-unique-character-in-a-stringFirst Unique Character in a StringEasy65.0%50.0%
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%25.0%
399https://leetcode.com/problems/evaluate-divisionEvaluate DivisionMedium64.0%12.5%
400https://leetcode.com/problems/nth-digitNth DigitMedium37.1%25.0%
402https://leetcode.com/problems/remove-k-digitsRemove K DigitsMedium36.4%37.5%
403https://leetcode.com/problems/frog-jumpFrog JumpHard47.1%12.5%
407https://leetcode.com/problems/trapping-rain-water-iiTrapping Rain Water IIHard64.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%37.5%
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%12.5%
415https://leetcode.com/problems/add-stringsAdd StringsEasy52.1%25.0%
416https://leetcode.com/problems/partition-equal-subset-sumPartition Equal Subset SumMedium49.2%37.5%
419https://leetcode.com/problems/battleships-in-a-boardBattleships in a BoardMedium77.3%37.5%
420https://leetcode.com/problems/strong-password-checkerStrong Password CheckerHard15.4%25.0%
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%25.0%
433https://leetcode.com/problems/minimum-genetic-mutationMinimum Genetic MutationMedium56.4%25.0%
435https://leetcode.com/problems/non-overlapping-intervalsNon-overlapping IntervalsMedium56.7%37.5%
437https://leetcode.com/problems/path-sum-iiiPath Sum IIIMedium46.3%12.5%
438https://leetcode.com/problems/find-all-anagrams-in-a-stringFind All Anagrams in a StringMedium53.3%37.5%
441https://leetcode.com/problems/arranging-coinsArranging CoinsEasy48.0%37.5%
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%37.5%
446https://leetcode.com/problems/arithmetic-slices-ii-subsequenceArithmetic Slices II - SubsequenceHard54.9%12.5%
450https://leetcode.com/problems/delete-node-in-a-bstDelete Node in a BSTMedium54.2%25.0%
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%37.5%
455https://leetcode.com/problems/assign-cookiesAssign CookiesEasy54.7%37.5%
456https://leetcode.com/problems/132-pattern132 PatternMedium34.5%12.5%
457https://leetcode.com/problems/circular-array-loopCircular Array LoopMedium37.0%12.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%
465https://leetcode.com/problems/optimal-account-balancingOptimal Account BalancingHard50.3%25.0%
468https://leetcode.com/problems/validate-ip-addressValidate IP AddressMedium28.2%25.0%
473https://leetcode.com/problems/matchsticks-to-squareMatchsticks to SquareMedium41.6%12.5%
475https://leetcode.com/problems/heatersHeatersMedium41.4%25.0%
477https://leetcode.com/problems/total-hamming-distanceTotal Hamming DistanceMedium54.6%12.5%
486https://leetcode.com/problems/predict-the-winnerPredict the WinnerMedium56.1%12.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%
502https://leetcode.com/problems/ipoIPOHard53.3%37.5%
503https://leetcode.com/problems/next-greater-element-iiNext Greater Element IIMedium67.9%50.0%
510https://leetcode.com/problems/inorder-successor-in-bst-iiInorder Successor in BST IIMedium61.1%12.5%
513https://leetcode.com/problems/find-bottom-left-tree-valueFind Bottom Left Tree ValueMedium72.2%37.5%
515https://leetcode.com/problems/find-largest-value-in-each-tree-rowFind Largest Value in Each Tree RowMedium66.3%12.5%
518https://leetcode.com/problems/coin-change-iiCoin Change IIMedium60.5%37.5%
1983https://leetcode.com/problems/widest-pair-of-indices-with-equal-range-sumWidest Pair of Indices With Equal Range SumMedium54.0%25.0%
523https://leetcode.com/problems/continuous-subarray-sumContinuous Subarray SumMedium31.2%25.0%
525https://leetcode.com/problems/contiguous-arrayContiguous ArrayMedium50.8%37.5%
535https://leetcode.com/problems/encode-and-decode-tinyurlEncode and Decode TinyURLMedium86.6%12.5%
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%
542https://leetcode.com/problems/01-matrix01 MatrixMedium53.3%25.0%
543https://leetcode.com/problems/diameter-of-binary-treeDiameter of Binary TreeEasy65.0%37.5%
545https://leetcode.com/problems/boundary-of-binary-treeBoundary of Binary TreeMedium47.9%25.0%
556https://leetcode.com/problems/next-greater-element-iiiNext Greater Element IIIMedium35.1%25.0%
557https://leetcode.com/problems/reverse-words-in-a-string-iiiReverse Words in a String IIIEasy83.9%12.5%
560https://leetcode.com/problems/subarray-sum-equals-kSubarray Sum Equals KMedium46.8%75.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%37.5%
572https://leetcode.com/problems/subtree-of-another-treeSubtree of Another TreeEasy51.2%25.0%
581https://leetcode.com/problems/shortest-unsorted-continuous-subarrayShortest Unsorted Continuous SubarrayMedium38.0%25.0%
584https://leetcode.com/problems/find-customer-refereeFind Customer RefereeEasy72.6%37.5%
588https://leetcode.com/problems/design-in-memory-file-systemDesign In-Memory File SystemHard48.4%25.0%
591https://leetcode.com/problems/tag-validatorTag ValidatorHard40.2%25.0%
595https://leetcode.com/problems/big-countriesBig CountriesEasy68.4%37.5%
596https://leetcode.com/problems/classes-with-at-least-5-studentsClasses With at Least 5 StudentsEasy63.2%25.0%
605https://leetcode.com/problems/can-place-flowersCan Place FlowersEasy29.0%37.5%
616https://leetcode.com/problems/add-bold-tag-in-stringAdd Bold Tag in StringMedium51.4%12.5%
621https://leetcode.com/problems/task-schedulerTask SchedulerMedium62.6%37.5%
623https://leetcode.com/problems/add-one-row-to-treeAdd One Row to TreeMedium64.1%12.5%
626https://leetcode.com/problems/exchange-seatsExchange SeatsMedium73.8%25.0%
628https://leetcode.com/problems/maximum-product-of-three-numbersMaximum Product of Three NumbersEasy45.7%12.5%
631https://leetcode.com/problems/design-excel-sum-formulaDesign Excel Sum FormulaHard39.8%37.5%
633https://leetcode.com/problems/sum-of-square-numbersSum of Square NumbersMedium36.7%25.0%
642https://leetcode.com/problems/design-search-autocomplete-systemDesign Search Autocomplete SystemHard49.7%37.5%
643https://leetcode.com/problems/maximum-average-subarray-iMaximum Average Subarray IEasy47.0%25.0%
645https://leetcode.com/problems/set-mismatchSet MismatchEasy44.2%25.0%
647https://leetcode.com/problems/palindromic-substringsPalindromic SubstringsMedium72.5%37.5%
648https://leetcode.com/problems/replace-wordsReplace WordsMedium68.6%12.5%
650https://leetcode.com/problems/2-keys-keyboard2 Keys KeyboardMedium59.3%37.5%
651https://leetcode.com/problems/4-keys-keyboard4 Keys KeyboardMedium56.5%37.5%
652https://leetcode.com/problems/find-duplicate-subtreesFind Duplicate SubtreesMedium60.6%25.0%
653https://leetcode.com/problems/two-sum-iv-input-is-a-bstTwo Sum IV - Input is a BSTEasy63.0%37.5%
654https://leetcode.com/problems/maximum-binary-treeMaximum Binary TreeMedium86.3%25.0%
657https://leetcode.com/problems/robot-return-to-originRobot Return to OriginEasy76.5%12.5%
658https://leetcode.com/problems/find-k-closest-elementsFind K Closest ElementsMedium49.4%37.5%
661https://leetcode.com/problems/image-smootherImage SmootherEasy69.1%12.5%
672https://leetcode.com/problems/bulb-switcher-iiBulb Switcher IIMedium49.9%37.5%
678https://leetcode.com/problems/valid-parenthesis-stringValid Parenthesis StringMedium39.8%25.0%
680https://leetcode.com/problems/valid-palindrome-iiValid Palindrome IIEasy44.0%37.5%
692https://leetcode.com/problems/top-k-frequent-wordsTop K Frequent WordsMedium60.0%25.0%
694https://leetcode.com/problems/number-of-distinct-islandsNumber of Distinct IslandsMedium62.7%25.0%
695https://leetcode.com/problems/max-area-of-islandMax Area of IslandMedium73.8%37.5%
698https://leetcode.com/problems/partition-to-k-equal-sum-subsetsPartition to K Equal Sum SubsetsMedium38.4%12.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%25.0%
718https://leetcode.com/problems/maximum-length-of-repeated-subarrayMaximum Length of Repeated SubarrayMedium51.2%12.5%
721https://leetcode.com/problems/accounts-mergeAccounts MergeMedium60.9%37.5%
722https://leetcode.com/problems/remove-commentsRemove CommentsMedium40.0%37.5%
724https://leetcode.com/problems/find-pivot-indexFind Pivot IndexEasy62.1%25.0%
726https://leetcode.com/problems/number-of-atomsNumber of AtomsHard65.1%12.5%
733https://leetcode.com/problems/flood-fillFlood FillEasy67.8%37.5%
735https://leetcode.com/problems/asteroid-collisionAsteroid CollisionMedium47.1%37.5%
739https://leetcode.com/problems/daily-temperaturesDaily TemperaturesMedium68.3%50.0%
740https://leetcode.com/problems/delete-and-earnDelete and EarnMedium57.1%25.0%
741https://leetcode.com/problems/cherry-pickupCherry PickupHard39.1%12.5%
743https://leetcode.com/problems/network-delay-timeNetwork Delay TimeMedium59.7%25.0%
746https://leetcode.com/problems/min-cost-climbing-stairsMin Cost Climbing StairsEasy68.0%25.0%
752https://leetcode.com/problems/open-the-lockOpen the LockMedium61.1%25.0%
426https://leetcode.com/problems/convert-binary-search-tree-to-sorted-doubly-linked-listConvert Binary Search Tree to Sorted Doubly Linked ListMedium65.6%25.0%
428https://leetcode.com/problems/serialize-and-deserialize-n-ary-treeSerialize and Deserialize N-ary TreeHard68.6%25.0%
763https://leetcode.com/problems/partition-labelsPartition LabelsMedium81.8%25.0%
767https://leetcode.com/problems/reorganize-stringReorganize StringMedium56.8%37.5%
769https://leetcode.com/problems/max-chunks-to-make-sortedMax Chunks To Make SortedMedium64.1%25.0%
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%37.5%
772https://leetcode.com/problems/basic-calculator-iiiBasic Calculator IIIHard53.1%37.5%
703https://leetcode.com/problems/kth-largest-element-in-a-streamKth Largest Element in a StreamEasy60.7%25.0%
704https://leetcode.com/problems/binary-searchBinary SearchEasy60.5%50.0%
778https://leetcode.com/problems/swim-in-rising-waterSwim in Rising WaterHard67.6%12.5%
784https://leetcode.com/problems/letter-case-permutationLetter Case PermutationMedium75.7%25.0%
785https://leetcode.com/problems/is-graph-bipartiteIs Graph Bipartite?Medium58.9%25.0%
787https://leetcode.com/problems/cheapest-flights-within-k-stopsCheapest Flights Within K StopsMedium41.4%25.0%
790https://leetcode.com/problems/domino-and-tromino-tilingDomino and Tromino TilingMedium51.4%12.5%
791https://leetcode.com/problems/custom-sort-stringCustom Sort StringMedium72.3%12.5%
794https://leetcode.com/problems/valid-tic-tac-toe-stateValid Tic-Tac-Toe StateMedium34.7%37.5%
796https://leetcode.com/problems/rotate-stringRotate StringEasy65.1%25.0%
797https://leetcode.com/problems/all-paths-from-source-to-targetAll Paths From Source to TargetMedium83.5%12.5%
706https://leetcode.com/problems/design-hashmapDesign HashMapEasy66.4%37.5%
802https://leetcode.com/problems/find-eventual-safe-statesFind Eventual Safe StatesMedium70.3%25.0%
805https://leetcode.com/problems/split-array-with-same-averageSplit Array With Same AverageHard26.8%37.5%
819https://leetcode.com/problems/most-common-wordMost Common WordEasy45.0%12.5%
707https://leetcode.com/problems/design-linked-listDesign Linked ListMedium29.8%37.5%
826https://leetcode.com/problems/most-profit-assigning-workMost Profit Assigning WorkMedium56.1%12.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%
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%25.0%
841https://leetcode.com/problems/keys-and-roomsKeys and RoomsMedium75.5%25.0%
846https://leetcode.com/problems/hand-of-straightsHand of StraightsMedium57.8%25.0%
852https://leetcode.com/problems/peak-index-in-a-mountain-arrayPeak Index in a Mountain ArrayMedium66.9%37.5%
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%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%
871https://leetcode.com/problems/minimum-number-of-refueling-stopsMinimum Number of Refueling StopsHard41.1%37.5%
875https://leetcode.com/problems/koko-eating-bananasKoko Eating BananasMedium49.7%62.5%
876https://leetcode.com/problems/middle-of-the-linked-listMiddle of the Linked ListEasy81.5%37.5%
528https://leetcode.com/problems/random-pick-with-weightRandom Pick with WeightMedium48.9%25.0%
881https://leetcode.com/problems/boats-to-save-peopleBoats to Save PeopleMedium61.4%25.0%
886https://leetcode.com/problems/possible-bipartitionPossible BipartitionMedium52.3%37.5%
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%
901https://leetcode.com/problems/online-stock-spanOnline Stock SpanMedium68.7%50.0%
904https://leetcode.com/problems/fruit-into-basketsFruit Into BasketsMedium50.5%37.5%
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%37.5%
909https://leetcode.com/problems/snakes-and-laddersSnakes and LaddersMedium48.0%25.0%
912https://leetcode.com/problems/sort-an-arraySort an ArrayMedium55.9%37.5%
918https://leetcode.com/problems/maximum-sum-circular-subarrayMaximum Sum Circular SubarrayMedium49.4%12.5%
921https://leetcode.com/problems/minimum-add-to-make-parentheses-validMinimum Add to Make Parentheses ValidMedium74.4%12.5%
930https://leetcode.com/problems/binary-subarrays-with-sumBinary Subarrays With SumMedium68.2%25.0%
931https://leetcode.com/problems/minimum-falling-path-sumMinimum Falling Path SumMedium60.8%25.0%
932https://leetcode.com/problems/beautiful-arrayBeautiful ArrayMedium68.6%12.5%
934https://leetcode.com/problems/shortest-bridgeShortest BridgeMedium59.3%25.0%
935https://leetcode.com/problems/knight-dialerKnight DialerMedium61.7%12.5%
938https://leetcode.com/problems/range-sum-of-bstRange Sum of BSTEasy87.6%12.5%
945https://leetcode.com/problems/minimum-increment-to-make-array-uniqueMinimum Increment to Make Array UniqueMedium60.6%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%
949https://leetcode.com/problems/largest-time-for-given-digitsLargest Time for Given DigitsMedium35.8%25.0%
950https://leetcode.com/problems/reveal-cards-in-increasing-orderReveal Cards In Increasing OrderMedium83.5%12.5%
953https://leetcode.com/problems/verifying-an-alien-dictionaryVerifying an Alien DictionaryEasy55.9%12.5%
956https://leetcode.com/problems/tallest-billboardTallest BillboardHard51.8%12.5%
962https://leetcode.com/problems/maximum-width-rampMaximum Width RampMedium55.8%25.0%
968https://leetcode.com/problems/binary-tree-camerasBinary Tree CamerasHard47.6%25.0%
969https://leetcode.com/problems/pancake-sortingPancake SortingMedium71.7%12.5%
972https://leetcode.com/problems/equal-rational-numbersEqual Rational NumbersHard46.0%25.0%
509https://leetcode.com/problems/fibonacci-numberFibonacci NumberEasy73.9%50.0%
973https://leetcode.com/problems/k-closest-points-to-originK Closest Points to OriginMedium68.7%25.0%
974https://leetcode.com/problems/subarray-sums-divisible-by-kSubarray Sums Divisible by KMedium56.0%37.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%12.5%
981https://leetcode.com/problems/time-based-key-value-storeTime Based Key-Value StoreMedium49.7%37.5%
987https://leetcode.com/problems/vertical-order-traversal-of-a-binary-treeVertical Order Traversal of a Binary TreeHard53.2%37.5%
992https://leetcode.com/problems/subarrays-with-k-different-integersSubarrays with K Different IntegersHard67.5%37.5%
993https://leetcode.com/problems/cousins-in-binary-treeCousins in Binary TreeEasy59.1%25.0%
994https://leetcode.com/problems/rotting-orangesRotting OrangesMedium58.1%50.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%
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%
1006https://leetcode.com/problems/clumsy-factorialClumsy FactorialMedium61.0%25.0%
1007https://leetcode.com/problems/minimum-domino-rotations-for-equal-rowMinimum Domino Rotations For Equal RowMedium56.5%12.5%
1010https://leetcode.com/problems/pairs-of-songs-with-total-durations-divisible-by-60Pairs of Songs With Total Durations Divisible by 60Medium53.4%12.5%
1011https://leetcode.com/problems/capacity-to-ship-packages-within-d-daysCapacity To Ship Packages Within D DaysMedium73.5%37.5%
1013https://leetcode.com/problems/partition-array-into-three-parts-with-equal-sumPartition Array Into Three Parts With Equal SumEasy42.5%25.0%
1019https://leetcode.com/problems/next-greater-node-in-linked-listNext Greater Node In Linked ListMedium63.8%37.5%
1021https://leetcode.com/problems/remove-outermost-parenthesesRemove Outermost ParenthesesEasy86.8%25.0%
1027https://leetcode.com/problems/longest-arithmetic-subsequenceLongest Arithmetic SubsequenceMedium49.9%37.5%
1035https://leetcode.com/problems/uncrossed-linesUncrossed LinesMedium65.0%12.5%
1038https://leetcode.com/problems/binary-search-tree-to-greater-sum-treeBinary Search Tree to Greater Sum TreeMedium88.4%12.5%
1166https://leetcode.com/problems/design-file-systemDesign File SystemMedium65.1%25.0%
1047https://leetcode.com/problems/remove-all-adjacent-duplicates-in-stringRemove All Adjacent Duplicates In StringEasy72.8%25.0%
1051https://leetcode.com/problems/height-checkerHeight CheckerEasy81.5%25.0%
1052https://leetcode.com/problems/grumpy-bookstore-ownerGrumpy Bookstore OwnerMedium64.0%12.5%
1053https://leetcode.com/problems/previous-permutation-with-one-swapPrevious Permutation With One SwapMedium49.3%37.5%
1197https://leetcode.com/problems/minimum-knight-movesMinimum Knight MovesMedium41.7%25.0%
1198https://leetcode.com/problems/find-smallest-common-element-in-all-rowsFind Smallest Common Element in All RowsMedium76.8%25.0%
1071https://leetcode.com/problems/greatest-common-divisor-of-stringsGreatest Common Divisor of StringsEasy53.4%37.5%
1068https://leetcode.com/problems/product-sales-analysis-iProduct Sales Analysis IEasy85.6%37.5%
1070https://leetcode.com/problems/product-sales-analysis-iiiProduct Sales Analysis IIIMedium45.6%12.5%
1092https://leetcode.com/problems/shortest-common-supersequenceShortest Common SupersequenceHard61.7%50.0%
1091https://leetcode.com/problems/shortest-path-in-binary-matrixShortest Path in Binary MatrixMedium51.1%25.0%
1093https://leetcode.com/problems/statistics-from-a-large-sampleStatistics from a Large SampleMedium43.0%25.0%
1106https://leetcode.com/problems/parsing-a-boolean-expressionParsing A Boolean ExpressionHard69.8%25.0%
1273https://leetcode.com/problems/delete-tree-nodesDelete Tree NodesMedium61.6%25.0%
1246https://leetcode.com/problems/palindrome-removalPalindrome RemovalHard46.2%25.0%
1114https://leetcode.com/problems/print-in-orderPrint in OrderEasy72.7%37.5%
1131https://leetcode.com/problems/maximum-of-absolute-value-expressionMaximum of Absolute Value ExpressionMedium48.6%25.0%
1146https://leetcode.com/problems/snapshot-arraySnapshot ArrayMedium36.7%25.0%
1143https://leetcode.com/problems/longest-common-subsequenceLongest Common SubsequenceMedium58.9%37.5%
1148https://leetcode.com/problems/article-views-iArticle Views IEasy76.7%37.5%
1156https://leetcode.com/problems/swap-for-longest-repeated-character-substringSwap For Longest Repeated Character SubstringMedium44.2%12.5%
1360https://leetcode.com/problems/number-of-days-between-two-datesNumber of Days Between Two DatesEasy52.3%12.5%
1361https://leetcode.com/problems/validate-binary-tree-nodesValidate Binary Tree NodesMedium44.1%12.5%
1363https://leetcode.com/problems/largest-multiple-of-threeLargest Multiple of ThreeHard33.1%12.5%
1382https://leetcode.com/problems/balance-a-binary-search-treeBalance a Binary Search TreeMedium86.3%25.0%
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%25.0%
1405https://leetcode.com/problems/longest-happy-stringLongest Happy StringMedium65.5%25.0%
1193https://leetcode.com/problems/monthly-transactions-iMonthly Transactions IMedium58.9%37.5%
1207https://leetcode.com/problems/unique-number-of-occurrencesUnique Number of OccurrencesEasy78.6%25.0%
1209https://leetcode.com/problems/remove-all-adjacent-duplicates-in-string-iiRemove All Adjacent Duplicates in String IIMedium60.9%25.0%
1208https://leetcode.com/problems/get-equal-substrings-within-budgetGet Equal Substrings Within BudgetMedium59.5%12.5%
1204https://leetcode.com/problems/last-person-to-fit-in-the-busLast Person to Fit in the BusMedium68.9%25.0%
1206https://leetcode.com/problems/design-skiplistDesign SkiplistHard59.1%25.0%
2321https://leetcode.com/problems/maximum-score-of-spliced-arrayMaximum Score Of Spliced ArrayHard58.3%25.0%
1235https://leetcode.com/problems/maximum-profit-in-job-schedulingMaximum Profit in Job SchedulingHard54.6%37.5%
2216https://leetcode.com/problems/minimum-deletions-to-make-array-beautifulMinimum Deletions to Make Array BeautifulMedium49.7%25.0%
2193https://leetcode.com/problems/minimum-number-of-moves-to-make-palindromeMinimum Number of Moves to Make PalindromeHard52.6%25.0%
1239https://leetcode.com/problems/maximum-length-of-a-concatenated-string-with-unique-charactersMaximum Length of a Concatenated String with Unique CharactersMedium54.6%12.5%
2309https://leetcode.com/problems/greatest-english-letter-in-upper-and-lower-caseGreatest English Letter in Upper and Lower CaseEasy71.8%25.0%
1248https://leetcode.com/problems/count-number-of-nice-subarraysCount Number of Nice SubarraysMedium74.8%37.5%
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%
1251https://leetcode.com/problems/average-selling-priceAverage Selling PriceEasy37.1%37.5%
1268https://leetcode.com/problems/search-suggestions-systemSearch Suggestions SystemMedium65.2%25.0%
1281https://leetcode.com/problems/subtract-the-product-and-sum-of-digits-of-an-integerSubtract the Product and Sum of Digits of an IntegerEasy86.5%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%
1280https://leetcode.com/problems/students-and-examinationsStudents and ExaminationsEasy60.9%25.0%
1285https://leetcode.com/problems/find-the-start-and-end-number-of-continuous-rangesFind the Start and End Number of Continuous RangesMedium81.8%37.5%
1304https://leetcode.com/problems/find-n-unique-integers-sum-up-to-zeroFind N Unique Integers Sum up to ZeroEasy78.5%37.5%
1306https://leetcode.com/problems/jump-game-iiiJump Game IIIMedium66.7%37.5%
1318https://leetcode.com/problems/minimum-flips-to-make-a-or-b-equal-to-cMinimum Flips to Make a OR b Equal to cMedium71.9%37.5%
1342https://leetcode.com/problems/number-of-steps-to-reduce-a-number-to-zeroNumber of Steps to Reduce a Number to ZeroEasy85.7%25.0%
1344https://leetcode.com/problems/angle-between-hands-of-a-clockAngle Between Hands of a ClockMedium64.4%25.0%
1324https://leetcode.com/problems/print-words-verticallyPrint Words VerticallyMedium67.4%37.5%
1339https://leetcode.com/problems/maximum-product-of-splitted-binary-treeMaximum Product of Splitted Binary TreeMedium55.5%37.5%
1371https://leetcode.com/problems/find-the-longest-substring-containing-vowels-in-even-countsFind the Longest Substring Containing Vowels in Even CountsMedium75.7%37.5%
1372https://leetcode.com/problems/longest-zigzag-path-in-a-binary-treeLongest ZigZag Path in a Binary TreeMedium67.0%12.5%
1366https://leetcode.com/problems/rank-teams-by-votesRank Teams by VotesMedium60.0%12.5%
1386https://leetcode.com/problems/cinema-seat-allocationCinema Seat AllocationMedium43.6%37.5%
1375https://leetcode.com/problems/number-of-times-binary-string-is-prefix-alignedNumber of Times Binary String Is Prefix-AlignedMedium66.0%37.5%
1376https://leetcode.com/problems/time-needed-to-inform-all-employeesTime Needed to Inform All EmployeesMedium60.4%12.5%
1369https://leetcode.com/problems/get-the-second-most-recent-activityGet the Second Most Recent ActivityHard67.3%25.0%
1378https://leetcode.com/problems/replace-employee-id-with-the-unique-identifierReplace Employee ID With The Unique IdentifierEasy83.5%37.5%
1394https://leetcode.com/problems/find-lucky-integer-in-an-arrayFind Lucky Integer in an ArrayEasy75.5%37.5%
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%37.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%
1431https://leetcode.com/problems/kids-with-the-greatest-number-of-candiesKids With the Greatest Number of CandiesEasy88.0%25.0%
1417https://leetcode.com/problems/reformat-the-stringReformat The StringEasy52.1%25.0%
1423https://leetcode.com/problems/maximum-points-you-can-obtain-from-cardsMaximum Points You Can Obtain from CardsMedium57.2%37.5%
1448https://leetcode.com/problems/count-good-nodes-in-binary-treeCount Good Nodes in Binary TreeMedium73.8%37.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%12.5%
1443https://leetcode.com/problems/minimum-time-to-collect-all-apples-in-a-treeMinimum Time to Collect All Apples in a TreeMedium63.5%25.0%
1458https://leetcode.com/problems/max-dot-product-of-two-subsequencesMax Dot Product of Two SubsequencesHard69.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%37.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%50.0%
1470https://leetcode.com/problems/shuffle-the-arrayShuffle the ArrayEasy89.0%37.5%
1472https://leetcode.com/problems/design-browser-historyDesign Browser HistoryMedium78.2%12.5%
1492https://leetcode.com/problems/the-kth-factor-of-nThe kth Factor of nMedium70.2%12.5%
1480https://leetcode.com/problems/running-sum-of-1d-arrayRunning Sum of 1d ArrayEasy86.9%37.5%
1482https://leetcode.com/problems/minimum-number-of-days-to-make-m-bouquetsMinimum Number of Days to Make m BouquetsMedium56.2%37.5%
1469https://leetcode.com/problems/find-all-the-lonely-nodesFind All The Lonely NodesEasy84.1%25.0%
1510https://leetcode.com/problems/stone-game-ivStone Game IVHard59.6%37.5%
1474https://leetcode.com/problems/delete-n-nodes-after-m-nodes-of-a-linked-listDelete N Nodes After M Nodes of a Linked ListEasy74.4%25.0%
1523https://leetcode.com/problems/count-odd-numbers-in-an-interval-rangeCount Odd Numbers in an Interval RangeEasy54.4%37.5%
1518https://leetcode.com/problems/water-bottlesWater BottlesEasy72.6%37.5%
1539https://leetcode.com/problems/kth-missing-positive-numberKth Missing Positive NumberEasy63.2%50.0%
1528https://leetcode.com/problems/shuffle-stringShuffle StringEasy85.3%25.0%
1557https://leetcode.com/problems/minimum-number-of-vertices-to-reach-all-nodesMinimum Number of Vertices to Reach All NodesMedium81.5%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%12.5%
1573https://leetcode.com/problems/number-of-ways-to-split-a-stringNumber of Ways to Split a StringMedium34.5%25.0%
1576https://leetcode.com/problems/replace-all-s-to-avoid-consecutive-repeating-charactersReplace All ?'s to Avoid Consecutive Repeating CharactersEasy45.2%37.5%
1578https://leetcode.com/problems/minimum-time-to-make-rope-colorfulMinimum Time to Make Rope ColorfulMedium65.2%37.5%
1584https://leetcode.com/problems/min-cost-to-connect-all-pointsMin Cost to Connect All PointsMedium70.3%12.5%
1570https://leetcode.com/problems/dot-product-of-two-sparse-vectorsDot Product of Two Sparse VectorsMedium89.9%12.5%
1581https://leetcode.com/problems/customer-who-visited-but-did-not-make-any-transactionsCustomer Who Visited but Did Not Make Any TransactionsEasy67.6%37.5%
1615https://leetcode.com/problems/maximal-network-rankMaximal Network RankMedium65.9%37.5%
1636https://leetcode.com/problems/sort-array-by-increasing-frequencySort Array by Increasing FrequencyEasy80.7%12.5%
1637https://leetcode.com/problems/widest-vertical-area-between-two-points-containing-no-pointsWidest Vertical Area Between Two Points Containing No PointsEasy87.1%37.5%
1638https://leetcode.com/problems/count-substrings-that-differ-by-one-characterCount Substrings That Differ by One CharacterMedium72.3%25.0%
1631https://leetcode.com/problems/path-with-minimum-effortPath With Minimum EffortMedium62.8%25.0%
1653https://leetcode.com/problems/minimum-deletions-to-make-string-balancedMinimum Deletions to Make String BalancedMedium68.2%37.5%
1642https://leetcode.com/problems/furthest-building-you-can-reachFurthest Building You Can ReachMedium50.7%25.0%
1669https://leetcode.com/problems/merge-in-between-linked-listsMerge In Between Linked ListsMedium82.8%25.0%
1671https://leetcode.com/problems/minimum-number-of-removals-to-make-mountain-arrayMinimum Number of Removals to Make Mountain ArrayHard54.8%37.5%
1647https://leetcode.com/problems/minimum-deletions-to-make-character-frequencies-uniqueMinimum Deletions to Make Character Frequencies UniqueMedium61.4%37.5%
1644https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree-iiLowest Common Ancestor of a Binary Tree IIMedium69.5%25.0%
1650https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree-iiiLowest Common Ancestor of a Binary Tree IIIMedium82.9%37.5%
1672https://leetcode.com/problems/richest-customer-wealthRichest Customer WealthEasy88.7%25.0%
1679https://leetcode.com/problems/max-number-of-k-sum-pairsMax Number of K-Sum PairsMedium56.9%12.5%
1681https://leetcode.com/problems/minimum-incompatibilityMinimum IncompatibilityHard41.0%25.0%
1661https://leetcode.com/problems/average-time-of-process-per-machineAverage Time of Process per MachineEasy66.9%37.5%
1700https://leetcode.com/problems/number-of-students-unable-to-eat-lunchNumber of Students Unable to Eat LunchEasy79.3%37.5%
1703https://leetcode.com/problems/minimum-adjacent-swaps-for-k-consecutive-onesMinimum Adjacent Swaps for K Consecutive OnesHard42.3%37.5%
1723https://leetcode.com/problems/find-minimum-time-to-finish-all-jobsFind Minimum Time to Finish All JobsHard45.3%12.5%
1732https://leetcode.com/problems/find-the-highest-altitudeFind the Highest AltitudeEasy83.9%12.5%
1751https://leetcode.com/problems/maximum-number-of-events-that-can-be-attended-iiMaximum Number of Events That Can Be Attended IIHard63.6%12.5%
1763https://leetcode.com/problems/longest-nice-substringLongest Nice SubstringEasy63.7%37.5%
1752https://leetcode.com/problems/check-if-array-is-sorted-and-rotatedCheck if Array Is Sorted and RotatedEasy55.7%37.5%
1781https://leetcode.com/problems/sum-of-beauty-of-all-substringsSum of Beauty of All SubstringsMedium73.5%25.0%
1768https://leetcode.com/problems/merge-strings-alternatelyMerge Strings AlternatelyEasy82.1%75.0%
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%12.5%
1791https://leetcode.com/problems/find-center-of-star-graphFind Center of Star GraphEasy86.6%37.5%
1802https://leetcode.com/problems/maximum-value-at-a-given-index-in-a-bounded-arrayMaximum Value at a Given Index in a Bounded ArrayMedium38.9%25.0%
1808https://leetcode.com/problems/maximize-number-of-nice-divisorsMaximize Number of Nice DivisorsHard35.3%25.0%
1789https://leetcode.com/problems/primary-department-for-each-employeePrimary Department for Each EmployeeEasy73.9%25.0%
1822https://leetcode.com/problems/sign-of-the-product-of-an-arraySign of the Product of an ArrayEasy64.8%25.0%
1823https://leetcode.com/problems/find-the-winner-of-the-circular-gameFind the Winner of the Circular GameMedium82.2%12.5%
1838https://leetcode.com/problems/frequency-of-the-most-frequent-elementFrequency of the Most Frequent ElementMedium44.6%50.0%
1836https://leetcode.com/problems/remove-duplicates-from-an-unsorted-linked-listRemove Duplicates From an Unsorted Linked ListMedium75.7%37.5%
1854https://leetcode.com/problems/maximum-population-yearMaximum Population YearEasy63.6%37.5%
1887https://leetcode.com/problems/reduction-operations-to-make-the-array-elements-equalReduction Operations to Make the Array Elements EqualMedium72.5%37.5%
1884https://leetcode.com/problems/egg-drop-with-2-eggs-and-n-floorsEgg Drop With 2 Eggs and N FloorsMedium74.6%12.5%
1904https://leetcode.com/problems/the-number-of-full-rounds-you-have-playedThe Number of Full Rounds You Have PlayedMedium43.5%25.0%
1942https://leetcode.com/problems/the-number-of-the-smallest-unoccupied-chairThe Number of the Smallest Unoccupied ChairMedium60.4%25.0%
1929https://leetcode.com/problems/concatenation-of-arrayConcatenation of ArrayEasy90.5%37.5%
1945https://leetcode.com/problems/sum-of-digits-of-string-after-convertSum of Digits of String After ConvertEasy74.8%37.5%
2052https://leetcode.com/problems/minimum-cost-to-separate-sentence-into-rowsMinimum Cost to Separate Sentence Into RowsMedium50.9%25.0%
1952https://leetcode.com/problems/three-divisorsThree DivisorsEasy63.9%25.0%
1971https://leetcode.com/problems/find-if-path-exists-in-graphFind if Path Exists in GraphEasy54.7%25.0%
2015https://leetcode.com/problems/average-height-of-buildings-in-each-segmentAverage Height of Buildings in Each SegmentMedium58.5%25.0%
2028https://leetcode.com/problems/find-missing-observationsFind Missing ObservationsMedium57.4%37.5%
2035https://leetcode.com/problems/partition-array-into-two-arrays-to-minimize-sum-differencePartition Array Into Two Arrays to Minimize Sum DifferenceHard23.0%25.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%
2086https://leetcode.com/problems/minimum-number-of-food-buckets-to-feed-the-hamstersMinimum Number of Food Buckets to Feed the HamstersMedium47.9%25.0%
2073https://leetcode.com/problems/time-needed-to-buy-ticketsTime Needed to Buy TicketsEasy72.1%25.0%
2095https://leetcode.com/problems/delete-the-middle-node-of-a-linked-listDelete the Middle Node of a Linked ListMedium59.5%12.5%
2115https://leetcode.com/problems/find-all-possible-recipes-from-given-suppliesFind All Possible Recipes from Given SuppliesMedium56.8%12.5%
2104https://leetcode.com/problems/sum-of-subarray-rangesSum of Subarray RangesMedium60.7%25.0%
2130https://leetcode.com/problems/maximum-twin-sum-of-a-linked-listMaximum Twin Sum of a Linked ListMedium81.6%12.5%
2098https://leetcode.com/problems/subsequence-of-size-k-with-the-largest-even-sumSubsequence of Size K With the Largest Even SumMedium35.7%25.0%
2124https://leetcode.com/problems/check-if-all-as-appears-before-all-bsCheck if All A's Appears Before All B'sEasy73.1%25.0%
2127https://leetcode.com/problems/maximum-employees-to-be-invited-to-a-meetingMaximum Employees to Be Invited to a MeetingHard61.8%37.5%
2107https://leetcode.com/problems/number-of-unique-flavors-after-sharing-k-candiesNumber of Unique Flavors After Sharing K CandiesMedium60.5%37.5%
2149https://leetcode.com/problems/rearrange-array-elements-by-signRearrange Array Elements by SignMedium84.5%12.5%
2181https://leetcode.com/problems/merge-nodes-in-between-zerosMerge Nodes in Between ZerosMedium89.7%37.5%
2206https://leetcode.com/problems/divide-array-into-equal-pairsDivide Array Into Equal PairsEasy79.2%37.5%
2208https://leetcode.com/problems/minimum-operations-to-halve-array-sumMinimum Operations to Halve Array SumMedium50.0%25.0%
2220https://leetcode.com/problems/minimum-bit-flips-to-convert-numberMinimum Bit Flips to Convert NumberEasy87.8%25.0%
2259https://leetcode.com/problems/remove-digit-from-number-to-maximize-resultRemove Digit From Number to Maximize ResultEasy48.2%37.5%
2265https://leetcode.com/problems/count-nodes-equal-to-average-of-subtreeCount Nodes Equal to Average of SubtreeMedium86.7%12.5%
2239https://leetcode.com/problems/find-closest-number-to-zeroFind Closest Number to ZeroEasy47.7%12.5%
2241https://leetcode.com/problems/design-an-atm-machineDesign an ATM MachineMedium44.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%
2246https://leetcode.com/problems/longest-path-with-different-adjacent-charactersLongest Path With Different Adjacent CharactersHard53.9%50.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%50.0%
2236https://leetcode.com/problems/root-equals-sum-of-childrenRoot Equals Sum of ChildrenEasy84.8%12.5%
2332https://leetcode.com/problems/the-latest-time-to-catch-a-busThe Latest Time to Catch a BusMedium29.9%12.5%
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%
2339https://leetcode.com/problems/all-the-matches-of-the-leagueAll the Matches of the LeagueEasy88.5%25.0%
2385https://leetcode.com/problems/amount-of-time-for-binary-tree-to-be-infectedAmount of Time for Binary Tree to Be InfectedMedium65.1%25.0%
2391https://leetcode.com/problems/minimum-amount-of-time-to-collect-garbageMinimum Amount of Time to Collect GarbageMedium85.1%37.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%12.5%
2384https://leetcode.com/problems/largest-palindromic-numberLargest Palindromic NumberMedium37.0%37.5%
2405https://leetcode.com/problems/optimal-partition-of-stringOptimal Partition of StringMedium78.4%37.5%
2441https://leetcode.com/problems/largest-positive-integer-that-exists-with-its-negativeLargest Positive Integer That Exists With Its NegativeEasy74.5%37.5%
2444https://leetcode.com/problems/count-subarrays-with-fixed-boundsCount Subarrays With Fixed BoundsHard69.3%25.0%
2461https://leetcode.com/problems/maximum-sum-of-distinct-subarrays-with-length-kMaximum Sum of Distinct Subarrays With Length KMedium42.8%12.5%
2469https://leetcode.com/problems/convert-the-temperatureConvert the TemperatureEasy90.3%12.5%
2477https://leetcode.com/problems/minimum-fuel-cost-to-report-to-the-capitalMinimum Fuel Cost to Report to the CapitalMedium64.7%37.5%
2502https://leetcode.com/problems/design-memory-allocatorDesign Memory AllocatorMedium49.7%37.5%
2498https://leetcode.com/problems/frog-jump-iiFrog Jump IIMedium62.4%12.5%
2450https://leetcode.com/problems/number-of-distinct-binary-strings-after-applying-operationsNumber of Distinct Binary Strings After Applying OperationsMedium63.7%25.0%
2540https://leetcode.com/problems/minimum-common-valueMinimum Common ValueEasy58.0%37.5%
2542https://leetcode.com/problems/maximum-subsequence-scoreMaximum Subsequence ScoreMedium54.6%25.0%
2599https://leetcode.com/problems/make-the-prefix-sum-non-negativeMake the Prefix Sum Non-negativeMedium51.8%25.0%
2641https://leetcode.com/problems/cousins-in-binary-tree-iiCousins in Binary Tree IIMedium75.8%12.5%
2548https://leetcode.com/problems/maximum-price-to-fill-a-bagMaximum Price to Fill a BagMedium64.4%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%25.0%
2667https://leetcode.com/problems/create-hello-world-functionCreate Hello World FunctionEasy82.0%75.0%
2704https://leetcode.com/problems/to-be-or-not-to-beTo Be Or Not To BeEasy63.3%25.0%
2703https://leetcode.com/problems/return-length-of-arguments-passedReturn Length of Arguments PassedEasy94.5%12.5%
2664https://leetcode.com/problems/the-knights-tourThe Knightโ€™s TourMedium72.6%37.5%
2745https://leetcode.com/problems/construct-the-longest-new-stringConstruct the Longest New StringMedium54.6%12.5%
2723https://leetcode.com/problems/add-two-promisesAdd Two PromisesEasy91.8%12.5%
2816https://leetcode.com/problems/double-a-number-represented-as-a-linked-listDouble a Number Represented as a Linked ListMedium61.3%12.5%
2815https://leetcode.com/problems/max-pair-sum-in-an-arrayMax Pair Sum in an ArrayEasy60.4%25.0%
2817https://leetcode.com/problems/minimum-absolute-difference-between-elements-with-constraintMinimum Absolute Difference Between Elements With ConstraintMedium37.1%12.5%
2877https://leetcode.com/problems/create-a-dataframe-from-listCreate a DataFrame from ListEasy81.1%37.5%
2850https://leetcode.com/problems/minimum-moves-to-spread-stones-over-gridMinimum Moves to Spread Stones Over GridMedium45.3%12.5%
2847https://leetcode.com/problems/smallest-number-with-given-digit-productSmallest Number With Given Digit ProductMedium43.3%25.0%
2942https://leetcode.com/problems/find-words-containing-characterFind Words Containing CharacterEasy90.4%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%
3002https://leetcode.com/problems/maximum-size-of-a-set-after-removalsMaximum Size of a Set After RemovalsMedium46.0%25.0%
2996https://leetcode.com/problems/smallest-missing-integer-greater-than-sequential-prefix-sumSmallest Missing Integer Greater Than Sequential Prefix SumEasy35.1%25.0%
2998https://leetcode.com/problems/minimum-number-of-operations-to-make-x-and-y-equalMinimum Number of Operations to Make X and Y EqualMedium48.4%37.5%
3004https://leetcode.com/problems/maximum-subtree-of-the-same-colorMaximum Subtree of the Same ColorMedium58.3%25.0%
3009https://leetcode.com/problems/maximum-number-of-intersections-on-the-chartMaximum Number of Intersections on the ChartHard45.1%37.5%
3040https://leetcode.com/problems/maximum-number-of-operations-with-the-same-score-iiMaximum Number of Operations With the Same Score IIMedium34.1%37.5%
3038https://leetcode.com/problems/maximum-number-of-operations-with-the-same-score-iMaximum Number of Operations With the Same Score IEasy52.7%25.0%
3134https://leetcode.com/problems/find-the-median-of-the-uniqueness-arrayFind the Median of the Uniqueness ArrayHard29.9%25.0%
3110https://leetcode.com/problems/score-of-a-stringScore of a StringEasy91.4%25.0%
3111https://leetcode.com/problems/minimum-rectangles-to-cover-pointsMinimum Rectangles to Cover PointsMedium63.6%37.5%
3139https://leetcode.com/problems/minimum-cost-to-equalize-arrayMinimum Cost to Equalize ArrayHard18.7%37.5%
3121https://leetcode.com/problems/count-the-number-of-special-characters-iiCount the Number of Special Characters IIMedium43.2%25.0%
3119https://leetcode.com/problems/maximum-number-of-potholes-that-can-be-fixedMaximum Number of Potholes That Can Be FixedMedium53.2%37.5%
3197https://leetcode.com/problems/find-the-minimum-area-to-cover-all-ones-iiFind the Minimum Area to Cover All Ones IIHard63.5%12.5%
3157https://leetcode.com/problems/find-the-level-of-tree-with-minimum-sumFind the Level of Tree with Minimum SumMedium69.5%25.0%
3212https://leetcode.com/problems/count-submatrices-with-equal-frequency-of-x-and-yCount Submatrices With Equal Frequency of X and YMedium51.5%37.5%
389https://leetcode.com/problems/find-the-differenceFind the DifferenceEasy60.1%25.0%
1244https://leetcode.com/problems/design-a-leaderboardDesign A LeaderboardMedium68.1%12.5%
3024https://leetcode.com/problems/type-of-triangleType of TriangleEasy44.1%25.0%
745https://leetcode.com/problems/prefix-and-suffix-searchPrefix and Suffix SearchHard40.8%12.5%
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%25.0%
2976https://leetcode.com/problems/minimum-cost-to-convert-string-iMinimum Cost to Convert String IMedium63.3%12.5%
827https://leetcode.com/problems/making-a-large-islandMaking A Large IslandHard56.3%37.5%
132https://leetcode.com/problems/palindrome-partitioning-iiPalindrome Partitioning IIHard36.6%25.0%
3234https://leetcode.com/problems/count-the-number-of-substrings-with-dominant-onesCount the Number of Substrings With Dominant OnesMedium42.1%25.0%
2401https://leetcode.com/problems/longest-nice-subarrayLongest Nice SubarrayMedium64.8%25.0%
577https://leetcode.com/problems/employee-bonusEmployee BonusEasy77.1%37.5%
2045https://leetcode.com/problems/second-minimum-time-to-reach-destinationSecond Minimum Time to Reach DestinationHard62.4%12.5%
259https://leetcode.com/problems/3sum-smaller3Sum SmallerMedium51.3%12.5%
1460https://leetcode.com/problems/make-two-arrays-equal-by-reversing-subarraysMake Two Arrays Equal by Reversing SubarraysEasy75.8%12.5%
3007https://leetcode.com/problems/maximum-number-that-sum-of-the-prices-is-less-than-or-equal-to-kMaximum Number That Sum of the Prices Is Less Than or Equal to KMedium38.4%25.0%
3099https://leetcode.com/problems/harshad-numberHarshad NumberEasy83.5%12.5%
1865https://leetcode.com/problems/finding-pairs-with-a-certain-sumFinding Pairs With a Certain SumMedium61.6%12.5%
1934https://leetcode.com/problems/confirmation-rateConfirmation RateMedium61.6%25.0%
847https://leetcode.com/problems/shortest-path-visiting-all-nodesShortest Path Visiting All NodesHard65.7%12.5%
885https://leetcode.com/problems/spiral-matrix-iiiSpiral Matrix IIIMedium84.5%12.5%
1633https://leetcode.com/problems/percentage-of-users-attended-a-contestPercentage of Users Attended a ContestEasy59.9%25.0%
359https://leetcode.com/problems/logger-rate-limiterLogger Rate LimiterEasy76.8%25.0%
872https://leetcode.com/problems/leaf-similar-treesLeaf-Similar TreesEasy70.2%12.5%
2671https://leetcode.com/problems/frequency-trackerFrequency TrackerMedium30.9%12.5%
840https://leetcode.com/problems/magic-squares-in-gridMagic Squares In GridMedium55.1%12.5%
959https://leetcode.com/problems/regions-cut-by-slashesRegions Cut By SlashesMedium77.5%12.5%
915https://leetcode.com/problems/partition-array-into-disjoint-intervalsPartition Array into Disjoint IntervalsMedium49.4%12.5%
2037https://leetcode.com/problems/minimum-number-of-moves-to-seat-everyoneMinimum Number of Moves to Seat EveryoneEasy87.2%12.5%
1944https://leetcode.com/problems/number-of-visible-people-in-a-queueNumber of Visible People in a QueueHard72.3%25.0%
860https://leetcode.com/problems/lemonade-changeLemonade ChangeEasy58.9%12.5%
624https://leetcode.com/problems/maximum-distance-in-arraysMaximum Distance in ArraysMedium45.6%12.5%
887https://leetcode.com/problems/super-egg-dropSuper Egg DropHard29.8%12.5%
1932https://leetcode.com/problems/merge-bsts-to-create-single-bstMerge BSTs to Create Single BSTHard37.9%12.5%
511https://leetcode.com/problems/game-play-analysis-iGame Play Analysis IEasy76.2%25.0%
1937https://leetcode.com/problems/maximum-number-of-points-with-costMaximum Number of Points with CostMedium41.8%12.5%
602https://leetcode.com/problems/friend-requests-ii-who-has-the-most-friendsFriend Requests II: Who Has the Most FriendsMedium62.2%25.0%
1910https://leetcode.com/problems/remove-all-occurrences-of-a-substringRemove All Occurrences of a SubstringMedium78.4%25.0%
906https://leetcode.com/problems/super-palindromesSuper PalindromesHard39.8%12.5%
476https://leetcode.com/problems/number-complementNumber ComplementEasy70.4%12.5%
3259https://leetcode.com/problems/maximum-energy-boost-from-two-drinksMaximum Energy Boost From Two DrinksMedium50.0%12.5%
1174https://leetcode.com/problems/immediate-food-delivery-iiImmediate Food Delivery IIMedium55.6%25.0%
664https://leetcode.com/problems/strange-printerStrange PrinterHard60.9%12.5%
1717https://leetcode.com/problems/maximum-score-from-removing-substringsMaximum Score From Removing SubstringsMedium66.6%12.5%
620https://leetcode.com/problems/not-boring-moviesNot Boring MoviesEasy75.1%25.0%
815https://leetcode.com/problems/bus-routesBus RoutesHard47.1%25.0%
263https://leetcode.com/problems/ugly-numberUgly NumberEasy43.1%25.0%
177https://leetcode.com/problems/nth-highest-salaryNth Highest SalaryMedium38.8%25.0%
662https://leetcode.com/problems/maximum-width-of-binary-treeMaximum Width of Binary TreeMedium45.2%25.0%
2645https://leetcode.com/problems/minimum-additions-to-make-valid-stringMinimum Additions to Make Valid StringMedium51.0%25.0%
594https://leetcode.com/problems/longest-harmonious-subsequenceLongest Harmonious SubsequenceEasy64.4%12.5%
1164https://leetcode.com/problems/product-price-at-a-given-dateProduct Price at a Given DateMedium57.7%25.0%
1514https://leetcode.com/problems/path-with-maximum-probabilityPath with Maximum ProbabilityMedium65.5%12.5%
2182https://leetcode.com/problems/construct-string-with-repeat-limitConstruct String With Repeat LimitMedium70.9%25.0%
2677https://leetcode.com/problems/chunk-arrayChunk ArrayEasy84.7%12.5%
436https://leetcode.com/problems/find-right-intervalFind Right IntervalMedium55.4%12.5%
547https://leetcode.com/problems/number-of-provincesNumber of ProvincesMedium70.0%37.5%
725https://leetcode.com/problems/split-linked-list-in-partsSplit Linked List in PartsMedium70.5%25.0%
3169https://leetcode.com/problems/count-days-without-meetingsCount Days Without MeetingsMedium48.1%25.0%
2326https://leetcode.com/problems/spiral-matrix-ivSpiral Matrix IVMedium82.3%12.5%
1512https://leetcode.com/problems/number-of-good-pairsNumber of Good PairsEasy89.8%25.0%
2807https://leetcode.com/problems/insert-greatest-common-divisors-in-linked-listInsert Greatest Common Divisors in Linked ListMedium91.5%12.5%
243https://leetcode.com/problems/shortest-word-distanceShortest Word DistanceEasy66.2%12.5%
1654https://leetcode.com/problems/minimum-jumps-to-reach-homeMinimum Jumps to Reach HomeMedium30.6%12.5%
483https://leetcode.com/problems/smallest-good-baseSmallest Good BaseHard45.4%12.5%
941https://leetcode.com/problems/valid-mountain-arrayValid Mountain ArrayEasy35.0%12.5%
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%
241https://leetcode.com/problems/different-ways-to-add-parenthesesDifferent Ways to Add ParenthesesMedium73.1%25.0%
978https://leetcode.com/problems/longest-turbulent-subarrayLongest Turbulent SubarrayMedium48.9%12.5%
221https://leetcode.com/problems/maximal-squareMaximal SquareMedium50.0%37.5%
386https://leetcode.com/problems/lexicographical-numbersLexicographical NumbersMedium76.2%25.0%
1688https://leetcode.com/problems/count-of-matches-in-tournamentCount of Matches in TournamentEasy86.3%12.5%
684https://leetcode.com/problems/redundant-connectionRedundant ConnectionMedium67.2%25.0%
440https://leetcode.com/problems/k-th-smallest-in-lexicographical-orderK-th Smallest in Lexicographical OrderHard46.2%25.0%
3043https://leetcode.com/problems/find-the-length-of-the-longest-common-prefixFind the Length of the Longest Common PrefixMedium57.0%12.5%
814https://leetcode.com/problems/binary-tree-pruningBinary Tree PruningMedium72.4%12.5%
500https://leetcode.com/problems/keyboard-rowKeyboard RowEasy73.5%25.0%
383https://leetcode.com/problems/ransom-noteRansom NoteEasy65.6%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%
1381https://leetcode.com/problems/design-a-stack-with-increment-operationDesign a Stack With Increment OperationMedium79.9%25.0%
1614https://leetcode.com/problems/maximum-nesting-depth-of-the-parenthesesMaximum Nesting Depth of the ParenthesesEasy84.8%12.5%
1497https://leetcode.com/problems/check-if-array-pairs-are-divisible-by-kCheck If Array Pairs Are Divisible by kMedium46.2%25.0%
459https://leetcode.com/problems/repeated-substring-patternRepeated Substring PatternEasy47.8%12.5%
1331https://leetcode.com/problems/rank-transform-of-an-arrayRank Transform of an ArrayEasy70.8%12.5%
1590https://leetcode.com/problems/make-sum-divisible-by-pMake Sum Divisible by PMedium42.6%12.5%
2598https://leetcode.com/problems/smallest-missing-non-negative-integer-after-operationsSmallest Missing Non-negative Integer After OperationsMedium55.9%12.5%
2491https://leetcode.com/problems/divide-players-into-teams-of-equal-skillDivide Players Into Teams of Equal SkillMedium68.9%12.5%
825https://leetcode.com/problems/friends-of-appropriate-agesFriends Of Appropriate AgesMedium49.8%12.5%
1963https://leetcode.com/problems/minimum-number-of-swaps-to-make-the-string-balancedMinimum Number of Swaps to Make the String BalancedMedium78.1%12.5%
550https://leetcode.com/problems/game-play-analysis-ivGame Play Analysis IVMedium40.7%25.0%
702https://leetcode.com/problems/search-in-a-sorted-array-of-unknown-sizeSearch in a Sorted Array of Unknown SizeMedium73.1%12.5%
1151https://leetcode.com/problems/minimum-swaps-to-group-all-1s-togetherMinimum Swaps to Group All 1's TogetherMedium61.2%12.5%
2965https://leetcode.com/problems/find-missing-and-repeated-valuesFind Missing and Repeated ValuesEasy83.3%25.0%
632https://leetcode.com/problems/smallest-range-covering-elements-from-k-listsSmallest Range Covering Elements from K ListsHard70.0%25.0%
744https://leetcode.com/problems/find-smallest-letter-greater-than-targetFind Smallest Letter Greater Than TargetEasy58.9%12.5%
2938https://leetcode.com/problems/separate-black-and-white-ballsSeparate Black and White BallsMedium64.0%25.0%
2619https://leetcode.com/problems/array-prototype-lastArray Prototype LastEasy74.6%12.5%
1310https://leetcode.com/problems/xor-queries-of-a-subarrayXOR Queries of a SubarrayMedium78.2%12.5%
2390https://leetcode.com/problems/removing-stars-from-a-stringRemoving Stars From a StringMedium78.9%12.5%
670https://leetcode.com/problems/maximum-swapMaximum SwapMedium51.9%25.0%
771https://leetcode.com/problems/jewels-and-stonesJewels and StonesEasy89.5%25.0%
2044https://leetcode.com/problems/count-number-of-maximum-bitwise-or-subsetsCount Number of Maximum Bitwise-OR SubsetsMedium89.6%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%
986https://leetcode.com/problems/interval-list-intersectionsInterval List IntersectionsMedium72.9%25.0%
470https://leetcode.com/problems/implement-rand10-using-rand7Implement Rand10() Using Rand7()Medium46.2%12.5%
2583https://leetcode.com/problems/kth-largest-sum-in-a-binary-treeKth Largest Sum in a Binary TreeMedium59.0%12.5%
60https://leetcode.com/problems/permutation-sequencePermutation SequenceHard52.1%25.0%
429https://leetcode.com/problems/n-ary-tree-level-order-traversalN-ary Tree Level Order TraversalMedium71.5%12.5%
304https://leetcode.com/problems/range-sum-query-2d-immutableRange Sum Query 2D - ImmutableMedium57.8%25.0%
1922https://leetcode.com/problems/count-good-numbersCount Good NumbersMedium57.4%37.5%
1046https://leetcode.com/problems/last-stone-weightLast Stone WeightEasy66.3%12.5%
1233https://leetcode.com/problems/remove-sub-folders-from-the-filesystemRemove Sub-Folders from the FilesystemMedium78.6%25.0%
346https://leetcode.com/problems/moving-average-from-data-streamMoving Average from Data StreamEasy80.2%12.5%
1252https://leetcode.com/problems/cells-with-odd-values-in-a-matrixCells with Odd Values in a MatrixEasy79.7%12.5%
2501https://leetcode.com/problems/longest-square-streak-in-an-arrayLongest Square Streak in an ArrayMedium53.1%12.5%
1804https://leetcode.com/problems/implement-trie-ii-prefix-treeImplement Trie II (Prefix Tree)Medium63.3%12.5%
2463https://leetcode.com/problems/minimum-total-distance-traveledMinimum Total Distance TraveledHard58.8%12.5%
334https://leetcode.com/problems/increasing-triplet-subsequenceIncreasing Triplet SubsequenceMedium39.2%37.5%
1531https://leetcode.com/problems/string-compression-iiString Compression IIHard52.2%25.0%
2034https://leetcode.com/problems/stock-price-fluctuationStock Price FluctuationMedium48.9%12.5%
1683https://leetcode.com/problems/invalid-tweetsInvalid TweetsEasy85.2%25.0%
3163https://leetcode.com/problems/string-compression-iiiString Compression IIIMedium67.0%25.0%
448https://leetcode.com/problems/find-all-numbers-disappeared-in-an-arrayFind All Numbers Disappeared in an ArrayEasy63.7%25.0%
690https://leetcode.com/problems/employee-importanceEmployee ImportanceMedium69.3%12.5%
3011https://leetcode.com/problems/find-if-array-can-be-sortedFind if Array Can Be SortedMedium66.5%12.5%
801https://leetcode.com/problems/minimum-swaps-to-make-sequences-increasingMinimum Swaps To Make Sequences IncreasingHard41.3%12.5%
3097https://leetcode.com/problems/shortest-subarray-with-or-at-least-k-iiShortest Subarray With OR at Least K IIMedium50.2%12.5%
286https://leetcode.com/problems/walls-and-gatesWalls and GatesMedium63.8%12.5%
2601https://leetcode.com/problems/prime-subtraction-operationPrime Subtraction OperationMedium55.6%12.5%
3211https://leetcode.com/problems/generate-binary-strings-without-adjacent-zerosGenerate Binary Strings Without Adjacent ZerosMedium88.2%12.5%
1008https://leetcode.com/problems/construct-binary-search-tree-from-preorder-traversalConstruct Binary Search Tree from Preorder TraversalMedium84.1%25.0%
1957https://leetcode.com/problems/delete-characters-to-make-fancy-stringDelete Characters to Make Fancy StringEasy74.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%12.5%
2769https://leetcode.com/problems/find-the-maximum-achievable-numberFind the Maximum Achievable NumberEasy91.2%25.0%
719https://leetcode.com/problems/find-k-th-smallest-pair-distanceFind K-th Smallest Pair DistanceHard46.3%12.5%
1713https://leetcode.com/problems/minimum-operations-to-make-a-subsequenceMinimum Operations to Make a SubsequenceHard49.6%12.5%
1493https://leetcode.com/problems/longest-subarray-of-1s-after-deleting-one-elementLongest Subarray of 1's After Deleting One ElementMedium71.0%25.0%
1652https://leetcode.com/problems/defuse-the-bombDefuse the BombEasy79.3%12.5%
1141https://leetcode.com/problems/user-activity-for-the-past-30-days-iUser Activity for the Past 30 Days IEasy50.5%25.0%
1072https://leetcode.com/problems/flip-columns-for-maximum-number-of-equal-rowsFlip Columns For Maximum Number of Equal RowsMedium78.6%12.5%
673https://leetcode.com/problems/number-of-longest-increasing-subsequenceNumber of Longest Increasing SubsequenceMedium51.3%12.5%
1861https://leetcode.com/problems/rotating-the-boxRotating the BoxMedium79.2%12.5%
1975https://leetcode.com/problems/maximum-matrix-sumMaximum Matrix SumMedium67.6%25.0%
1327https://leetcode.com/problems/list-the-products-ordered-in-a-periodList the Products Ordered in a PeriodEasy71.6%12.5%
374https://leetcode.com/problems/guess-number-higher-or-lowerGuess Number Higher or LowerEasy57.1%25.0%
182https://leetcode.com/problems/duplicate-emailsDuplicate EmailsEasy73.4%25.0%
3243https://leetcode.com/problems/shortest-distance-after-road-addition-queries-iShortest Distance After Road Addition Queries IMedium61.9%12.5%
1179https://leetcode.com/problems/reformat-department-tableReformat Department TableEasy76.3%12.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%
2406https://leetcode.com/problems/divide-intervals-into-minimum-number-of-groupsDivide Intervals Into Minimum Number of GroupsMedium63.6%12.5%
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%
2864https://leetcode.com/problems/maximum-odd-binary-numberMaximum Odd Binary NumberEasy82.9%12.5%
1346https://leetcode.com/problems/check-if-n-and-its-double-existCheck If N and Its Double ExistEasy41.6%12.5%
2165https://leetcode.com/problems/smallest-value-of-the-rearranged-numberSmallest Value of the Rearranged NumberMedium53.4%12.5%
1667https://leetcode.com/problems/fix-names-in-a-tableFix Names in a TableEasy60.6%12.5%
2337https://leetcode.com/problems/move-pieces-to-obtain-a-stringMove Pieces to Obtain a StringMedium56.7%12.5%
2483https://leetcode.com/problems/minimum-penalty-for-a-shopMinimum Penalty for a ShopMedium71.2%25.0%
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%
2210https://leetcode.com/problems/count-hills-and-valleys-in-an-arrayCount Hills and Valleys in an ArrayEasy69.1%25.0%
2061https://leetcode.com/problems/number-of-spaces-cleaning-robot-cleanedNumber of Spaces Cleaning Robot CleanedMedium62.6%12.5%
2054https://leetcode.com/problems/two-best-non-overlapping-eventsTwo Best Non-Overlapping EventsMedium64.0%25.0%
3152https://leetcode.com/problems/special-array-iiSpecial Array IIMedium45.8%12.5%
3377https://leetcode.com/problems/digit-operations-to-make-two-integers-equalDigit Operations to Make Two Integers EqualMedium29.7%37.5%
682https://leetcode.com/problems/baseball-gameBaseball GameEasy80.0%25.0%
2981https://leetcode.com/problems/find-longest-special-substring-that-occurs-thrice-iFind Longest Special Substring That Occurs Thrice IMedium61.9%12.5%
629https://leetcode.com/problems/k-inverse-pairs-arrayK Inverse Pairs ArrayHard49.0%12.5%
291https://leetcode.com/problems/word-pattern-iiWord Pattern IIMedium48.8%12.5%
1792https://leetcode.com/problems/maximum-average-pass-ratioMaximum Average Pass RatioMedium74.1%25.0%
3264https://leetcode.com/problems/final-array-state-after-k-multiplication-operations-iFinal Array State After K Multiplication Operations IEasy87.0%12.5%
1373https://leetcode.com/problems/maximum-sum-bst-in-binary-treeMaximum Sum BST in Binary TreeHard46.4%12.5%
1839https://leetcode.com/problems/longest-substring-of-all-vowels-in-orderLongest Substring Of All Vowels in OrderMedium51.5%12.5%
220https://leetcode.com/problems/contains-duplicate-iiiContains Duplicate IIIHard24.4%25.0%
1901https://leetcode.com/problems/find-a-peak-element-iiFind a Peak Element IIMedium54.4%12.5%
317https://leetcode.com/problems/shortest-distance-from-all-buildingsShortest Distance from All BuildingsHard44.8%25.0%
1222https://leetcode.com/problems/queens-that-can-attack-the-kingQueens That Can Attack the KingMedium72.6%12.5%
686https://leetcode.com/problems/repeated-string-matchRepeated String MatchMedium38.3%25.0%
1229https://leetcode.com/problems/meeting-schedulerMeeting SchedulerMedium55.2%12.5%
2402https://leetcode.com/problems/meeting-rooms-iiiMeeting Rooms IIIHard51.7%25.0%
183https://leetcode.com/problems/customers-who-never-orderCustomers Who Never OrderEasy71.5%25.0%
2824https://leetcode.com/problems/count-pairs-whose-sum-is-less-than-targetCount Pairs Whose Sum is Less than TargetEasy87.7%12.5%
689https://leetcode.com/problems/maximum-sum-of-3-non-overlapping-subarraysMaximum Sum of 3 Non-Overlapping SubarraysHard59.7%12.5%
481https://leetcode.com/problems/magical-stringMagical StringMedium54.5%12.5%
1657https://leetcode.com/problems/determine-if-two-strings-are-closeDetermine if Two Strings Are CloseMedium54.2%12.5%
453https://leetcode.com/problems/minimum-moves-to-equal-array-elementsMinimum Moves to Equal Array ElementsMedium58.5%12.5%
2970https://leetcode.com/problems/count-the-number-of-incremovable-subarrays-iCount the Number of Incremovable Subarrays IEasy56.2%12.5%
888https://leetcode.com/problems/fair-candy-swapFair Candy SwapEasy64.5%12.5%
1401https://leetcode.com/problems/circle-and-rectangle-overlappingCircle and Rectangle OverlappingMedium49.8%12.5%
2559https://leetcode.com/problems/count-vowel-strings-in-rangesCount Vowel Strings in RangesMedium67.8%25.0%
164https://leetcode.com/problems/maximum-gapMaximum GapMedium51.4%12.5%
2270https://leetcode.com/problems/number-of-ways-to-split-arrayNumber of Ways to Split ArrayMedium55.9%12.5%
1930https://leetcode.com/problems/unique-length-3-palindromic-subsequencesUnique Length-3 Palindromic SubsequencesMedium73.8%25.0%
2596https://leetcode.com/problems/check-knight-tour-configurationCheck Knight Tour ConfigurationMedium60.5%12.5%
3393https://leetcode.com/problems/count-paths-with-the-given-xor-valueCount Paths With the Given XOR ValueMedium40.5%25.0%
1408https://leetcode.com/problems/string-matching-in-an-arrayString Matching in an ArrayEasy69.7%12.5%
916https://leetcode.com/problems/word-subsetsWord SubsetsMedium55.9%25.0%
2185https://leetcode.com/problems/counting-words-with-a-given-prefixCounting Words With a Given PrefixEasy84.5%12.5%
485https://leetcode.com/problems/max-consecutive-onesMax Consecutive OnesEasy64.6%37.5%
480https://leetcode.com/problems/sliding-window-medianSliding Window MedianHard38.9%25.0%
1400https://leetcode.com/problems/construct-k-palindrome-stringsConstruct K Palindrome StringsMedium68.6%12.5%
324https://leetcode.com/problems/wiggle-sort-iiWiggle Sort IIMedium36.9%25.0%
1926https://leetcode.com/problems/nearest-exit-from-entrance-in-mazeNearest Exit from Entrance in MazeMedium48.3%12.5%
1169https://leetcode.com/problems/invalid-transactionsInvalid TransactionsMedium32.1%12.5%
3420https://leetcode.com/problems/count-non-decreasing-subarrays-after-k-operationsCount Non-Decreasing Subarrays After K OperationsHard23.7%12.5%
2657https://leetcode.com/problems/find-the-prefix-common-array-of-two-arraysFind the Prefix Common Array of Two ArraysMedium87.0%12.5%
2429https://leetcode.com/problems/minimize-xorMinimize XORMedium62.4%12.5%
541https://leetcode.com/problems/reverse-string-iiReverse String IIEasy53.3%12.5%
1729https://leetcode.com/problems/find-followers-countFind Followers CountEasy69.5%12.5%
2017https://leetcode.com/problems/grid-gameGrid GameMedium60.9%25.0%
498https://leetcode.com/problems/diagonal-traverseDiagonal TraverseMedium67.0%37.5%
627https://leetcode.com/problems/swap-sex-of-employeesSwap Sex of EmployeesEasy84.5%12.5%
1267https://leetcode.com/problems/count-servers-that-communicateCount Servers that CommunicateMedium73.5%25.0%
404https://leetcode.com/problems/sum-of-left-leavesSum of Left LeavesEasy62.4%12.5%
1321https://leetcode.com/problems/restaurant-growthRestaurant GrowthMedium58.2%12.5%
1462https://leetcode.com/problems/course-schedule-ivCourse Schedule IVMedium59.7%12.5%
2658https://leetcode.com/problems/maximum-number-of-fish-in-a-gridMaximum Number of Fish in a GridMedium70.5%12.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%
2493https://leetcode.com/problems/divide-nodes-into-the-maximum-number-of-groupsDivide Nodes Into the Maximum Number of GroupsHard67.0%12.5%
1358https://leetcode.com/problems/number-of-substrings-containing-all-three-charactersNumber of Substrings Containing All Three CharactersMedium73.5%25.0%
2810https://leetcode.com/problems/faulty-keyboardFaulty KeyboardEasy80.0%12.5%
3151https://leetcode.com/problems/special-array-iSpecial Array IEasy81.6%12.5%
585https://leetcode.com/problems/investments-in-2016Investments in 2016Medium50.8%25.0%
3105https://leetcode.com/problems/longest-strictly-increasing-or-strictly-decreasing-subarrayLongest Strictly Increasing or Strictly Decreasing SubarrayEasy64.9%25.0%
851https://leetcode.com/problems/loud-and-richLoud and RichMedium63.2%12.5%
696https://leetcode.com/problems/count-binary-substringsCount Binary SubstringsEasy70.2%37.5%
583https://leetcode.com/problems/delete-operation-for-two-stringsDelete Operation for Two StringsMedium65.2%12.5%
449https://leetcode.com/problems/serialize-and-deserialize-bstSerialize and Deserialize BSTMedium59.3%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%
1800https://leetcode.com/problems/maximum-ascending-subarray-sumMaximum Ascending Subarray SumEasy66.3%25.0%
1283https://leetcode.com/problems/find-the-smallest-divisor-given-a-thresholdFind the Smallest Divisor Given a ThresholdMedium65.4%12.5%
301https://leetcode.com/problems/remove-invalid-parenthesesRemove Invalid ParenthesesHard49.8%25.0%
1034https://leetcode.com/problems/coloring-a-borderColoring A BorderMedium51.1%12.5%
1726https://leetcode.com/problems/tuple-with-same-productTuple with Same ProductMedium70.1%12.5%
2109https://leetcode.com/problems/adding-spaces-to-a-stringAdding Spaces to a StringMedium71.8%12.5%
520https://leetcode.com/problems/detect-capitalDetect CapitalEasy56.5%12.5%
1075https://leetcode.com/problems/project-employees-iProject Employees IEasy66.5%12.5%
3174https://leetcode.com/problems/clear-digitsClear DigitsEasy82.7%12.5%
1275https://leetcode.com/problems/find-winner-on-a-tic-tac-toe-gameFind Winner on a Tic Tac Toe GameEasy54.5%25.0%
1043https://leetcode.com/problems/partition-array-for-maximum-sumPartition Array for Maximum SumMedium77.3%12.5%
1352https://leetcode.com/problems/product-of-the-last-k-numbersProduct of the Last K NumbersMedium62.9%12.5%
1020https://leetcode.com/problems/number-of-enclavesNumber of EnclavesMedium71.5%25.0%
1718https://leetcode.com/problems/construct-the-lexicographically-largest-valid-sequenceConstruct the Lexicographically Largest Valid SequenceMedium72.8%12.5%
3348https://leetcode.com/problems/smallest-divisible-digit-product-iiSmallest Divisible Digit Product IIHard14.4%12.5%
65https://leetcode.com/problems/valid-numberValid NumberHard22.6%12.5%
1980https://leetcode.com/problems/find-unique-binary-stringFind Unique Binary StringMedium79.4%12.5%
946https://leetcode.com/problems/validate-stack-sequencesValidate Stack SequencesMedium70.2%12.5%
3462https://leetcode.com/problems/maximum-sum-with-at-most-k-elementsMaximum Sum With at Most K ElementsMedium60.5%12.5%
1524https://leetcode.com/problems/number-of-sub-arrays-with-odd-sumNumber of Sub-arrays With Odd SumMedium55.8%12.5%
873https://leetcode.com/problems/length-of-longest-fibonacci-subsequenceLength of Longest Fibonacci SubsequenceMedium57.5%12.5%
532https://leetcode.com/problems/k-diff-pairs-in-an-arrayK-diff Pairs in an ArrayMedium45.6%12.5%
889https://leetcode.com/problems/construct-binary-tree-from-preorder-and-postorder-traversalConstruct Binary Tree from Preorder and Postorder TraversalMedium78.1%12.5%
1749https://leetcode.com/problems/maximum-absolute-sum-of-any-subarrayMaximum Absolute Sum of Any SubarrayMedium71.2%12.5%
1028https://leetcode.com/problems/recover-a-tree-from-preorder-traversalRecover a Tree From Preorder TraversalHard83.2%12.5%
720https://leetcode.com/problems/longest-word-in-dictionaryLongest Word in DictionaryMedium54.5%12.5%
2161https://leetcode.com/problems/partition-array-according-to-given-pivotPartition Array According to Given PivotMedium89.8%25.0%
1351https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrixCount Negative Numbers in a Sorted MatrixEasy79.5%25.0%
2579https://leetcode.com/problems/count-total-number-of-colored-cellsCount Total Number of Colored CellsMedium66.1%12.5%
844https://leetcode.com/problems/backspace-string-compareBackspace String CompareEasy49.8%25.0%
1048https://leetcode.com/problems/longest-string-chainLongest String ChainMedium62.8%25.0%
2523https://leetcode.com/problems/closest-prime-numbers-in-rangeClosest Prime Numbers in RangeMedium51.7%12.5%
3208https://leetcode.com/problems/alternating-groups-iiAlternating Groups IIMedium59.9%12.5%
1824https://leetcode.com/problems/minimum-sideway-jumpsMinimum Sideway JumpsMedium51.5%12.5%
610https://leetcode.com/problems/triangle-judgementTriangle JudgementEasy74.5%12.5%
2134https://leetcode.com/problems/minimum-swaps-to-group-all-1s-together-iiMinimum Swaps to Group All 1's Together IIMedium65.6%12.5%
372https://leetcode.com/problems/super-powSuper PowMedium36.3%25.0%
2529https://leetcode.com/problems/maximum-count-of-positive-integer-and-negative-integerMaximum Count of Positive Integer and Negative IntegerEasy74.3%12.5%
3477https://leetcode.com/problems/fruits-into-baskets-iiFruits Into Baskets IIEasy70.2%25.0%
2226https://leetcode.com/problems/maximum-candies-allocated-to-k-childrenMaximum Candies Allocated to K ChildrenMedium49.9%12.5%
2560https://leetcode.com/problems/house-robber-ivHouse Robber IVMedium64.8%25.0%
1886https://leetcode.com/problems/determine-whether-matrix-can-be-obtained-by-rotationDetermine Whether Matrix Can Be Obtained By RotationEasy59.2%12.5%
89https://leetcode.com/problems/gray-codeGray CodeMedium64.0%12.5%
713https://leetcode.com/problems/subarray-product-less-than-kSubarray Product Less Than KMedium53.9%12.5%
1171https://leetcode.com/problems/remove-zero-sum-consecutive-nodes-from-linked-listRemove Zero Sum Consecutive Nodes from Linked ListMedium53.1%12.5%
3108https://leetcode.com/problems/minimum-cost-walk-in-weighted-graphMinimum Cost Walk in Weighted GraphHard68.3%12.5%
2594https://leetcode.com/problems/minimum-time-to-repair-carsMinimum Time to Repair CarsMedium59.6%12.5%
2685https://leetcode.com/problems/count-the-number-of-complete-componentsCount the Number of Complete ComponentsMedium77.7%12.5%
3487https://leetcode.com/problems/maximum-unique-subarray-sum-after-deletionMaximum Unique Subarray Sum After DeletionEasy40.5%25.0%
1277https://leetcode.com/problems/count-square-submatrices-with-all-onesCount Square Submatrices with All OnesMedium80.7%12.5%
845https://leetcode.com/problems/longest-mountain-in-arrayLongest Mountain in ArrayMedium41.8%12.5%
2033https://leetcode.com/problems/minimum-operations-to-make-a-uni-value-gridMinimum Operations to Make a Uni-Value GridMedium67.5%12.5%
2780https://leetcode.com/problems/minimum-index-of-a-valid-splitMinimum Index of a Valid SplitMedium75.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%25.0%
1012https://leetcode.com/problems/numbers-with-repeated-digitsNumbers With Repeated DigitsHard45.8%12.5%
622https://leetcode.com/problems/design-circular-queueDesign Circular QueueMedium54.0%25.0%
637https://leetcode.com/problems/average-of-levels-in-binary-treeAverage of Levels in Binary TreeEasy74.7%12.5%
2874https://leetcode.com/problems/maximum-value-of-an-ordered-triplet-iiMaximum Value of an Ordered Triplet IIMedium56.4%12.5%
1834https://leetcode.com/problems/single-threaded-cpuSingle-Threaded CPUMedium47.3%25.0%
2623https://leetcode.com/problems/memoizeMemoizeMedium64.8%25.0%
228https://leetcode.com/problems/summary-rangesSummary RangesEasy53.9%12.5%
1907https://leetcode.com/problems/count-salary-categoriesCount Salary CategoriesMedium64.0%12.5%
1129https://leetcode.com/problems/shortest-path-with-alternating-colorsShortest Path with Alternating ColorsMedium47.7%12.5%
1863https://leetcode.com/problems/sum-of-all-subset-xor-totalsSum of All Subset XOR TotalsEasy90.1%12.5%
3217https://leetcode.com/problems/delete-nodes-from-linked-list-present-in-arrayDelete Nodes From Linked List Present in ArrayMedium69.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%12.5%
1049https://leetcode.com/problems/last-stone-weight-iiLast Stone Weight IIMedium59.3%12.5%
3375https://leetcode.com/problems/minimum-operations-to-make-array-values-equal-to-kMinimum Operations to Make Array Values Equal to KEasy73.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%12.5%
2843https://leetcode.com/problems/count-symmetric-integersCount Symmetric IntegersEasy83.1%12.5%
2487https://leetcode.com/problems/remove-nodes-from-linked-listRemove Nodes From Linked ListMedium74.8%12.5%
330https://leetcode.com/problems/patching-arrayPatching ArrayHard54.1%12.5%
2537https://leetcode.com/problems/count-the-number-of-good-subarraysCount the Number of Good SubarraysMedium65.9%12.5%
2481https://leetcode.com/problems/minimum-cuts-to-divide-a-circleMinimum Cuts to Divide a CircleEasy56.0%12.5%
2176https://leetcode.com/problems/count-equal-and-divisible-pairs-in-an-arrayCount Equal and Divisible Pairs in an ArrayEasy84.0%12.5%
2563https://leetcode.com/problems/count-the-number-of-fair-pairsCount the Number of Fair PairsMedium52.7%12.5%
781https://leetcode.com/problems/rabbits-in-forestRabbits in ForestMedium58.0%12.5%
2064https://leetcode.com/problems/minimized-maximum-of-products-distributed-to-any-storeMinimized Maximum of Products Distributed to Any StoreMedium63.0%12.5%
2462https://leetcode.com/problems/total-cost-to-hire-k-workersTotal Cost to Hire K WorkersMedium43.5%12.5%
2338https://leetcode.com/problems/count-the-number-of-ideal-arraysCount the Number of Ideal ArraysHard56.9%12.5%
983https://leetcode.com/problems/minimum-cost-for-ticketsMinimum Cost For TicketsMedium67.4%12.5%
190https://leetcode.com/problems/reverse-bitsReverse BitsEasy67.7%12.5%
2845https://leetcode.com/problems/count-of-interesting-subarraysCount of Interesting SubarraysMedium58.0%12.5%
3517https://leetcode.com/problems/smallest-palindromic-rearrangement-iSmallest Palindromic Rearrangement IMedium63.5%12.5%
2302https://leetcode.com/problems/count-subarrays-with-score-less-than-kCount Subarrays With Score Less Than KHard62.3%12.5%
636https://leetcode.com/problems/exclusive-time-of-functionsExclusive Time of FunctionsMedium66.1%25.0%
1295https://leetcode.com/problems/find-numbers-with-even-number-of-digitsFind Numbers with Even Number of DigitsEasy79.6%12.5%
838https://leetcode.com/problems/push-dominoesPush DominoesMedium63.0%12.5%
201https://leetcode.com/problems/bitwise-and-of-numbers-rangeBitwise AND of Numbers RangeMedium48.6%12.5%
3194https://leetcode.com/problems/minimum-average-of-smallest-and-largest-elementsMinimum Average of Smallest and Largest ElementsEasy85.3%12.5%
1920https://leetcode.com/problems/build-array-from-permutationBuild Array from PermutationEasy91.1%12.5%
1461https://leetcode.com/problems/check-if-a-string-contains-all-binary-codes-of-size-kCheck If a String Contains All Binary Codes of Size KMedium56.9%12.5%
1903https://leetcode.com/problems/largest-odd-number-in-stringLargest Odd Number in StringEasy66.9%12.5%
898https://leetcode.com/problems/bitwise-ors-of-subarraysBitwise ORs of SubarraysMedium56.8%25.0%
617https://leetcode.com/problems/merge-two-binary-treesMerge Two Binary TreesEasy79.0%12.5%
2140https://leetcode.com/problems/solving-questions-with-brainpowerSolving Questions With BrainpowerMedium60.2%12.5%
2336https://leetcode.com/problems/smallest-number-in-infinite-setSmallest Number in Infinite SetMedium70.6%12.5%
2094https://leetcode.com/problems/finding-3-digit-even-numbersFinding 3-Digit Even NumbersEasy78.8%12.5%
717https://leetcode.com/problems/1-bit-and-2-bit-characters1-bit and 2-bit CharactersEasy49.5%12.5%
3392https://leetcode.com/problems/count-subarrays-of-length-three-with-a-conditionCount Subarrays of Length Three With a ConditionEasy61.5%12.5%
611https://leetcode.com/problems/valid-triangle-numberValid Triangle NumberMedium56.7%25.0%
1664https://leetcode.com/problems/ways-to-make-a-fair-arrayWays to Make a Fair ArrayMedium66.3%12.5%
1315https://leetcode.com/problems/sum-of-nodes-with-even-valued-grandparentSum of Nodes with Even-Valued GrandparentMedium85.9%12.5%
1931https://leetcode.com/problems/painting-a-grid-with-three-different-colorsPainting a Grid With Three Different ColorsHard77.3%12.5%
417https://leetcode.com/problems/pacific-atlantic-water-flowPacific Atlantic Water FlowMedium60.6%12.5%
157https://leetcode.com/problems/read-n-characters-given-read4Read N Characters Given Read4Easy42.5%12.5%
3355https://leetcode.com/problems/zero-array-transformation-iZero Array Transformation IMedium54.4%12.5%
2296https://leetcode.com/problems/design-a-text-editorDesign a Text EditorHard49.9%25.0%
780https://leetcode.com/problems/reaching-pointsReaching PointsHard34.2%12.5%
922https://leetcode.com/problems/sort-array-by-parity-iiSort Array By Parity IIEasy71.2%12.5%
3362https://leetcode.com/problems/zero-array-transformation-iiiZero Array Transformation IIIMedium54.9%12.5%
2006https://leetcode.com/problems/count-number-of-pairs-with-absolute-difference-kCount Number of Pairs With Absolute Difference KEasy85.3%12.5%
2131https://leetcode.com/problems/longest-palindrome-by-concatenating-two-letter-wordsLongest Palindrome by Concatenating Two Letter WordsMedium53.5%12.5%
2762https://leetcode.com/problems/continuous-subarraysContinuous SubarraysMedium57.9%12.5%
2101https://leetcode.com/problems/detonate-the-maximum-bombsDetonate the Maximum BombsMedium49.9%12.5%
434https://leetcode.com/problems/number-of-segments-in-a-stringNumber of Segments in a StringEasy36.9%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%
1976https://leetcode.com/problems/number-of-ways-to-arrive-at-destinationNumber of Ways to Arrive at DestinationMedium37.3%12.5%
3403https://leetcode.com/problems/find-the-lexicographically-largest-string-from-the-box-iFind the Lexicographically Largest String From the Box IMedium41.0%25.0%
1219https://leetcode.com/problems/path-with-maximum-goldPath with Maximum GoldMedium68.3%12.5%
1050https://leetcode.com/problems/actors-and-directors-who-cooperated-at-least-three-timesActors and Directors Who Cooperated At Least Three TimesEasy70.9%12.5%
3170https://leetcode.com/problems/lexicographically-minimum-string-after-removing-starsLexicographically Minimum String After Removing StarsMedium51.0%12.5%
2009https://leetcode.com/problems/minimum-number-of-operations-to-make-array-continuousMinimum Number of Operations to Make Array ContinuousHard52.1%12.5%
874https://leetcode.com/problems/walking-robot-simulationWalking Robot SimulationMedium58.4%12.5%
3576https://leetcode.com/problems/transform-array-to-all-equal-elementsTransform Array to All Equal ElementsMedium33.0%12.5%
3442https://leetcode.com/problems/maximum-difference-between-even-and-odd-frequency-iMaximum Difference Between Even and Odd Frequency IEasy60.7%25.0%
1859https://leetcode.com/problems/sorting-the-sentenceSorting the SentenceEasy84.1%12.5%
3445https://leetcode.com/problems/maximum-difference-between-even-and-odd-frequency-iiMaximum Difference Between Even and Odd Frequency IIHard48.7%25.0%
2618https://leetcode.com/problems/check-if-object-instance-of-classCheck if Object Instance of ClassMedium29.0%12.5%
3434https://leetcode.com/problems/maximum-frequency-after-subarray-operationMaximum Frequency After Subarray OperationMedium30.8%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%
2666https://leetcode.com/problems/allow-one-function-callAllow One Function CallEasy86.7%12.5%
933https://leetcode.com/problems/number-of-recent-callsNumber of Recent CallsEasy78.1%12.5%
2858https://leetcode.com/problems/minimum-edge-reversals-so-every-node-is-reachableMinimum Edge Reversals So Every Node Is ReachableHard57.2%50.0%
951https://leetcode.com/problems/flip-equivalent-binary-treesFlip Equivalent Binary TreesMedium69.6%12.5%
2571https://leetcode.com/problems/minimum-operations-to-reduce-an-integer-to-0Minimum Operations to Reduce an Integer to 0Medium61.0%37.5%
1319https://leetcode.com/problems/number-of-operations-to-make-network-connectedNumber of Operations to Make Network ConnectedMedium66.1%12.5%
2966https://leetcode.com/problems/divide-array-into-arrays-with-max-differenceDivide Array Into Arrays With Max DifferenceMedium79.0%12.5%
1696https://leetcode.com/problems/jump-game-viJump Game VIMedium46.4%12.5%
3443https://leetcode.com/problems/maximum-manhattan-distance-after-k-changesMaximum Manhattan Distance After K ChangesMedium54.2%25.0%
554https://leetcode.com/problems/brick-wallBrick WallMedium56.0%12.5%
2114https://leetcode.com/problems/maximum-number-of-words-found-in-sentencesMaximum Number of Words Found in SentencesEasy86.7%12.5%
1110https://leetcode.com/problems/delete-nodes-and-return-forestDelete Nodes And Return ForestMedium72.5%12.5%
1721https://leetcode.com/problems/swapping-nodes-in-a-linked-listSwapping Nodes in a Linked ListMedium69.2%12.5%
2081https://leetcode.com/problems/sum-of-k-mirror-numbersSum of k-Mirror NumbersHard63.7%12.5%
538https://leetcode.com/problems/convert-bst-to-greater-treeConvert BST to Greater TreeMedium71.4%12.5%
2040https://leetcode.com/problems/kth-smallest-product-of-two-sorted-arraysKth Smallest Product of Two Sorted ArraysHard48.9%25.0%
958https://leetcode.com/problems/check-completeness-of-a-binary-treeCheck Completeness of a Binary TreeMedium58.9%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%25.0%
1797https://leetcode.com/problems/design-authentication-managerDesign Authentication ManagerMedium58.4%50.0%
2561https://leetcode.com/problems/rearranging-fruitsRearranging FruitsHard57.5%25.0%
1094https://leetcode.com/problems/car-poolingCar PoolingMedium56.2%12.5%
1498https://leetcode.com/problems/number-of-subsequences-that-satisfy-the-given-sum-conditionNumber of Subsequences That Satisfy the Given Sum ConditionMedium49.3%12.5%
1572https://leetcode.com/problems/matrix-diagonal-sumMatrix Diagonal SumEasy84.1%12.5%
196https://leetcode.com/problems/delete-duplicate-emailsDelete Duplicate EmailsEasy65.6%25.0%
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%
381https://leetcode.com/problems/insert-delete-getrandom-o1-duplicates-allowedInsert Delete GetRandom O(1) - Duplicates allowedHard36.4%12.5%
2861https://leetcode.com/problems/maximum-number-of-alloysMaximum Number of AlloysMedium40.2%25.0%
3330https://leetcode.com/problems/find-the-original-typed-string-iFind the Original Typed String IEasy72.1%12.5%
1353https://leetcode.com/problems/maximum-number-of-events-that-can-be-attendedMaximum Number of Events That Can Be AttendedMedium38.9%25.0%
1760https://leetcode.com/problems/minimum-limit-of-balls-in-a-bagMinimum Limit of Balls in a BagMedium66.6%12.5%
1413https://leetcode.com/problems/minimum-value-to-get-positive-step-by-step-sumMinimum Value to Get Positive Step by Step SumEasy64.6%25.0%
3440https://leetcode.com/problems/reschedule-meetings-for-maximum-free-time-iiReschedule Meetings for Maximum Free Time IIMedium60.4%12.5%
2484https://leetcode.com/problems/count-palindromic-subsequencesCount Palindromic SubsequencesHard41.0%25.0%
754https://leetcode.com/problems/reach-a-numberReach a NumberMedium44.6%12.5%
390https://leetcode.com/problems/elimination-gameElimination GameMedium45.9%12.5%
1529https://leetcode.com/problems/minimum-suffix-flipsMinimum Suffix FlipsMedium73.9%12.5%
3136https://leetcode.com/problems/valid-wordValid WordEasy50.9%37.5%
2266https://leetcode.com/problems/count-number-of-textsCount Number of TextsMedium49.9%12.5%
1392https://leetcode.com/problems/longest-happy-prefixLongest Happy PrefixHard51.6%12.5%
3201https://leetcode.com/problems/find-the-maximum-length-of-valid-subsequence-iFind the Maximum Length of Valid Subsequence IMedium54.9%12.5%
3202https://leetcode.com/problems/find-the-maximum-length-of-valid-subsequence-iiFind the Maximum Length of Valid Subsequence IIMedium57.2%12.5%
761https://leetcode.com/problems/special-binary-stringSpecial Binary StringHard75.8%37.5%
1335https://leetcode.com/problems/minimum-difficulty-of-a-job-scheduleMinimum Difficulty of a Job ScheduleHard59.7%37.5%
2163https://leetcode.com/problems/minimum-difference-in-sums-after-removal-of-elementsMinimum Difference in Sums After Removal of ElementsHard69.9%12.5%
1948https://leetcode.com/problems/delete-duplicate-folders-in-systemDelete Duplicate Folders in SystemHard77.7%12.5%
1535https://leetcode.com/problems/find-the-winner-of-an-array-gameFind the Winner of an Array GameMedium56.8%12.5%
216https://leetcode.com/problems/combination-sum-iiiCombination Sum IIIMedium72.9%12.5%
1695https://leetcode.com/problems/maximum-erasure-valueMaximum Erasure ValueMedium64.1%12.5%
2322https://leetcode.com/problems/minimum-score-after-removals-on-a-treeMinimum Score After Removals on a TreeHard76.2%12.5%
2448https://leetcode.com/problems/minimum-cost-to-make-array-equalMinimum Cost to Make Array EqualHard46.7%12.5%
821https://leetcode.com/problems/shortest-distance-to-a-characterShortest Distance to a CharacterEasy72.6%12.5%
1337https://leetcode.com/problems/the-k-weakest-rows-in-a-matrixThe K Weakest Rows in a MatrixEasy74.3%12.5%
3480https://leetcode.com/problems/maximize-subarrays-after-removing-one-conflicting-pairMaximize Subarrays After Removing One Conflicting PairHard64.7%12.5%
504https://leetcode.com/problems/base-7Base 7Easy53.8%12.5%
1200https://leetcode.com/problems/minimum-absolute-differenceMinimum Absolute DifferenceEasy75.0%25.0%
2433https://leetcode.com/problems/find-the-original-array-of-prefix-xorFind The Original Array of Prefix XorMedium88.3%12.5%
843https://leetcode.com/problems/guess-the-wordGuess the WordHard36.9%12.5%
2411https://leetcode.com/problems/smallest-subarrays-with-maximum-bitwise-orSmallest Subarrays With Maximum Bitwise ORMedium62.0%12.5%
2570https://leetcode.com/problems/merge-two-2d-arrays-by-summing-valuesMerge Two 2D Arrays by Summing ValuesEasy81.8%12.5%
586https://leetcode.com/problems/customer-placing-the-largest-number-of-ordersCustomer Placing the Largest Number of OrdersEasy64.3%12.5%
507https://leetcode.com/problems/perfect-numberPerfect NumberEasy47.9%25.0%
2419https://leetcode.com/problems/longest-subarray-with-maximum-bitwise-andLongest Subarray With Maximum Bitwise ANDMedium65.4%12.5%
2592https://leetcode.com/problems/maximize-greatness-of-an-arrayMaximize Greatness of an ArrayMedium61.2%12.5%
2106https://leetcode.com/problems/maximum-fruits-harvested-after-at-most-k-stepsMaximum Fruits Harvested After at Most K StepsHard61.0%12.5%
3479https://leetcode.com/problems/fruits-into-baskets-iiiFruits Into Baskets IIIMedium38.9%12.5%
869https://leetcode.com/problems/reordered-power-of-2Reordered Power of 2Medium66.0%25.0%
1025https://leetcode.com/problems/divisor-gameDivisor GameEasy71.5%12.5%
913https://leetcode.com/problems/cat-and-mouseCat and MouseHard34.7%12.5%
1402https://leetcode.com/problems/reducing-dishesReducing DishesHard76.6%12.5%
982https://leetcode.com/problems/triples-with-bitwise-and-equal-to-zeroTriples with Bitwise AND Equal To ZeroHard60.0%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%
1211https://leetcode.com/problems/queries-quality-and-percentageQueries Quality and PercentageEasy52.2%12.5%
1385https://leetcode.com/problems/find-the-distance-value-between-two-arraysFind the Distance Value Between Two ArraysEasy71.4%12.5%
848https://leetcode.com/problems/shifting-lettersShifting LettersMedium46.1%25.0%
1323https://leetcode.com/problems/maximum-69-numberMaximum 69 NumberEasy84.5%12.5%
837https://leetcode.com/problems/new-21-gameNew 21 GameMedium52.0%12.5%
1109https://leetcode.com/problems/corporate-flight-bookingsCorporate Flight BookingsMedium66.4%12.5%
1089https://leetcode.com/problems/duplicate-zerosDuplicate ZerosEasy53.4%12.5%
353https://leetcode.com/problems/design-snake-gameDesign Snake GameMedium40.0%12.5%
679https://leetcode.com/problems/24-game24 GameHard59.3%25.0%
2348https://leetcode.com/problems/number-of-zero-filled-subarraysNumber of Zero-Filled SubarraysMedium70.1%12.5%
2328https://leetcode.com/problems/number-of-increasing-paths-in-a-gridNumber of Increasing Paths in a GridHard57.4%12.5%
332https://leetcode.com/problems/reconstruct-itineraryReconstruct ItineraryHard44.3%12.5%
2472https://leetcode.com/problems/maximum-number-of-non-overlapping-palindrome-substringsMaximum Number of Non-overlapping Palindrome SubstringsHard43.3%25.0%
1163https://leetcode.com/problems/last-substring-in-lexicographical-orderLast Substring in Lexicographical OrderHard35.0%12.5%
1247https://leetcode.com/problems/minimum-swaps-to-make-strings-equalMinimum Swaps to Make Strings EqualMedium65.3%12.5%
1287https://leetcode.com/problems/element-appearing-more-than-25-in-sorted-arrayElement Appearing More Than 25% In Sorted ArrayEasy61.1%12.5%
3459https://leetcode.com/problems/length-of-longest-v-shaped-diagonal-segmentLength of Longest V-Shaped Diagonal SegmentHard56.3%12.5%
779https://leetcode.com/problems/k-th-symbol-in-grammarK-th Symbol in GrammarMedium48.1%12.5%
2364https://leetcode.com/problems/count-number-of-bad-pairsCount Number of Bad PairsMedium54.2%12.5%
3144https://leetcode.com/problems/minimum-substring-partition-of-equal-character-frequencyMinimum Substring Partition of Equal Character FrequencyMedium40.0%12.5%
1162https://leetcode.com/problems/as-far-from-land-as-possibleAs Far from Land as PossibleMedium52.2%12.5%
3021https://leetcode.com/problems/alice-and-bob-playing-flower-gameAlice and Bob Playing Flower GameMedium60.1%12.5%
1796https://leetcode.com/problems/second-largest-digit-in-a-stringSecond Largest Digit in a StringEasy53.8%12.5%
561https://leetcode.com/problems/array-partitionArray PartitionEasy81.5%12.5%
3665https://leetcode.com/problems/twisted-mirror-path-countTwisted Mirror Path CountMedium48.0%12.5%
697https://leetcode.com/problems/degree-of-an-arrayDegree of an ArrayEasy58.2%12.5%
2626https://leetcode.com/problems/array-reduce-transformationArray Reduce TransformationEasy85.5%12.5%
2300https://leetcode.com/problems/successful-pairs-of-spells-and-potionsSuccessful Pairs of Spells and PotionsMedium49.4%12.5%
924https://leetcode.com/problems/minimize-malware-spreadMinimize Malware SpreadHard42.9%12.5%
3229https://leetcode.com/problems/minimum-operations-to-make-array-equal-to-targetMinimum Operations to Make Array Equal to TargetHard41.3%25.0%
917https://leetcode.com/problems/reverse-only-lettersReverse Only LettersEasy68.1%12.5%
1317https://leetcode.com/problems/convert-integer-to-the-sum-of-two-no-zero-integersConvert Integer to the Sum of Two No-Zero IntegersEasy59.1%25.0%
166https://leetcode.com/problems/fraction-to-recurring-decimalFraction to Recurring DecimalMedium30.5%12.5%
192https://leetcode.com/problems/word-frequencyWord FrequencyMedium28.4%12.5%
1451https://leetcode.com/problems/rearrange-words-in-a-sentenceRearrange Words in a SentenceMedium66.9%12.5%
2327https://leetcode.com/problems/number-of-people-aware-of-a-secretNumber of People Aware of a SecretMedium60.9%12.5%
2521https://leetcode.com/problems/distinct-prime-factors-of-product-of-arrayDistinct Prime Factors of Product of ArrayMedium54.1%12.5%
2785https://leetcode.com/problems/sort-vowels-in-a-stringSort Vowels in a StringMedium83.4%12.5%
2525https://leetcode.com/problems/categorize-box-according-to-criteriaCategorize Box According to CriteriaEasy38.7%12.5%
582https://leetcode.com/problems/kill-processKill ProcessMedium70.3%12.5%
966https://leetcode.com/problems/vowel-spellcheckerVowel SpellcheckerMedium61.4%25.0%
1935https://leetcode.com/problems/maximum-number-of-words-you-can-typeMaximum Number of Words You Can TypeEasy82.9%12.5%
2353https://leetcode.com/problems/design-a-food-rating-systemDesign a Food Rating SystemMedium52.9%12.5%
3408https://leetcode.com/problems/design-task-managerDesign Task ManagerMedium49.1%12.5%
3484https://leetcode.com/problems/design-spreadsheetDesign SpreadsheetMedium74.3%12.5%
3508https://leetcode.com/problems/implement-routerImplement RouterMedium39.2%12.5%
430https://leetcode.com/problems/flatten-a-multilevel-doubly-linked-listFlatten a Multilevel Doubly Linked ListMedium62.5%12.5%
2000https://leetcode.com/problems/reverse-prefix-of-wordReverse Prefix of WordEasy86.5%12.5%
1995https://leetcode.com/problems/count-special-quadrupletsCount Special QuadrupletsEasy64.4%12.5%
3005https://leetcode.com/problems/count-elements-with-maximum-frequencyCount Elements With Maximum FrequencyEasy79.8%12.5%
3688https://leetcode.com/problems/bitwise-or-of-even-numbers-in-an-arrayBitwise OR of Even Numbers in an ArrayEasy84.7%25.0%
2551https://leetcode.com/problems/put-marbles-in-bagsPut Marbles in BagsHard72.2%12.5%
3648https://leetcode.com/problems/minimum-sensors-to-cover-gridMinimum Sensors to Cover GridMedium68.7%25.0%
1041https://leetcode.com/problems/robot-bounded-in-circleRobot Bounded In CircleMedium56.4%12.5%
1665https://leetcode.com/problems/minimum-initial-energy-to-finish-tasksMinimum Initial Energy to Finish TasksHard60.6%12.5%
546https://leetcode.com/problems/remove-boxesRemove BoxesHard49.3%12.5%
2022https://leetcode.com/problems/convert-1d-array-into-2d-arrayConvert 1D Array Into 2D ArrayEasy72.1%12.5%
2954https://leetcode.com/problems/count-the-number-of-infection-sequencesCount the Number of Infection SequencesHard37.2%25.0%
1039https://leetcode.com/problems/minimum-score-triangulation-of-polygonMinimum Score Triangulation of PolygonMedium67.4%12.5%
2221https://leetcode.com/problems/find-triangular-sum-of-an-arrayFind Triangular Sum of an ArrayMedium82.0%12.5%
1245https://leetcode.com/problems/tree-diameterTree DiameterMedium61.2%12.5%
256https://leetcode.com/problems/paint-housePaint HouseMedium64.3%12.5%
1832https://leetcode.com/problems/check-if-the-sentence-is-pangramCheck if the Sentence Is PangramEasy84.1%12.5%
2914https://leetcode.com/problems/minimum-number-of-changes-to-make-binary-string-beautifulMinimum Number of Changes to Make Binary String BeautifulMedium76.4%12.5%
1341https://leetcode.com/problems/movie-ratingMovie RatingMedium42.7%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%
1202https://leetcode.com/problems/smallest-string-with-swapsSmallest String With SwapsMedium60.3%25.0%
2320https://leetcode.com/problems/count-number-of-ways-to-place-housesCount Number of Ways to Place HousesMedium43.8%12.5%
1537https://leetcode.com/problems/get-the-maximum-scoreGet the Maximum ScoreHard40.8%12.5%
313https://leetcode.com/problems/super-ugly-numberSuper Ugly NumberMedium45.9%12.5%
991https://leetcode.com/problems/broken-calculatorBroken CalculatorMedium55.9%12.5%
2273https://leetcode.com/problems/find-resultant-array-after-removing-anagramsFind Resultant Array After Removing AnagramsEasy69.9%12.5%
2680https://leetcode.com/problems/maximum-orMaximum ORMedium42.6%25.0%
3349https://leetcode.com/problems/adjacent-increasing-subarrays-detection-iAdjacent Increasing Subarrays Detection IEasy48.0%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%
600https://leetcode.com/problems/non-negative-integers-without-consecutive-onesNon-negative Integers without Consecutive OnesHard41.7%12.5%
2316https://leetcode.com/problems/count-unreachable-pairs-of-nodes-in-an-undirected-graphCount Unreachable Pairs of Nodes in an Undirected GraphMedium49.8%12.5%
1226https://leetcode.com/problems/the-dining-philosophersThe Dining PhilosophersMedium54.3%12.5%
2550https://leetcode.com/problems/count-collisions-of-monkeys-on-a-polygonCount Collisions of Monkeys on a PolygonMedium29.9%12.5%
1095https://leetcode.com/problems/find-in-mountain-arrayFind in Mountain ArrayHard41.1%12.5%
829https://leetcode.com/problems/consecutive-numbers-sumConsecutive Numbers SumHard42.6%12.5%
1347https://leetcode.com/problems/minimum-number-of-steps-to-make-two-strings-anagramMinimum Number of Steps to Make Two Strings AnagramMedium82.5%12.5%
811https://leetcode.com/problems/subdomain-visit-countSubdomain Visit CountMedium77.2%12.5%
516https://leetcode.com/problems/longest-palindromic-subsequenceLongest Palindromic SubsequenceMedium65.1%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%
3461https://leetcode.com/problems/check-if-digits-are-equal-in-string-after-operations-iCheck If Digits Are Equal in String After Operations IEasy82.5%12.5%
1845https://leetcode.com/problems/seat-reservation-managerSeat Reservation ManagerMedium67.0%12.5%
2048https://leetcode.com/problems/next-greater-numerically-balanced-numberNext Greater Numerically Balanced NumberMedium63.0%12.5%
1186https://leetcode.com/problems/maximum-subarray-sum-with-one-deletionMaximum Subarray Sum with One DeletionMedium46.7%12.5%
1716https://leetcode.com/problems/calculate-money-in-leetcode-bankCalculate Money in Leetcode BankEasy82.3%25.0%
3035https://leetcode.com/problems/maximum-palindromes-after-operationsMaximum Palindromes After OperationsMedium45.6%12.5%
858https://leetcode.com/problems/mirror-reflectionMirror ReflectionMedium61.9%12.5%
2370https://leetcode.com/problems/longest-ideal-subsequenceLongest Ideal SubsequenceMedium46.7%12.5%
2908https://leetcode.com/problems/minimum-sum-of-mountain-triplets-iMinimum Sum of Mountain Triplets IEasy67.2%12.5%
3354https://leetcode.com/problems/make-array-elements-equal-to-zeroMake Array Elements Equal to ZeroEasy68.3%12.5%
773https://leetcode.com/problems/sliding-puzzleSliding PuzzleHard74.1%12.5%
3728https://leetcode.com/problems/stable-subarrays-with-equal-boundary-and-interior-sumStable Subarrays With Equal Boundary and Interior SumMedium25.9%25.0%
3370https://leetcode.com/problems/smallest-number-with-all-set-bitsSmallest Number With All Set BitsEasy80.3%12.5%
2486https://leetcode.com/problems/append-characters-to-string-to-make-subsequenceAppend Characters to String to Make SubsequenceMedium73.0%12.5%
1297https://leetcode.com/problems/maximum-number-of-occurrences-of-a-substringMaximum Number of Occurrences of a SubstringMedium54.2%12.5%
3289https://leetcode.com/problems/the-two-sneaky-numbers-of-digitvilleThe Two Sneaky Numbers of DigitvilleEasy89.9%12.5%
307https://leetcode.com/problems/range-sum-query-mutableRange Sum Query - MutableMedium42.6%12.5%
2257https://leetcode.com/problems/count-unguarded-cells-in-the-gridCount Unguarded Cells in the GridMedium69.0%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%
3607https://leetcode.com/problems/power-grid-maintenancePower Grid MaintenanceMedium56.3%12.5%
3446https://leetcode.com/problems/sort-matrix-by-diagonalsSort Matrix by DiagonalsMedium84.7%12.5%
2062https://leetcode.com/problems/count-vowel-substrings-of-a-stringCount Vowel Substrings of a StringEasy72.8%12.5%
3593https://leetcode.com/problems/minimum-increments-to-equalize-leaf-pathsMinimum Increments to Equalize Leaf PathsMedium41.2%12.5%
2164https://leetcode.com/problems/sort-even-and-odd-indices-independentlySort Even and Odd Indices IndependentlyEasy63.2%12.5%
609https://leetcode.com/problems/find-duplicate-file-in-systemFind Duplicate File in SystemMedium67.6%12.5%
2880https://leetcode.com/problems/select-dataSelect DataEasy78.7%12.5%
902https://leetcode.com/problems/numbers-at-most-n-given-digit-setNumbers At Most N Given Digit SetHard44.5%12.5%
296https://leetcode.com/problems/best-meeting-pointBest Meeting PointHard61.4%12.5%
757https://leetcode.com/problems/set-intersection-size-at-least-twoSet Intersection Size At Least TwoHard57.9%12.5%
1079https://leetcode.com/problems/letter-tile-possibilitiesLetter Tile PossibilitiesMedium83.5%12.5%
1236https://leetcode.com/problems/web-crawlerWeb CrawlerMedium68.9%12.5%
1502https://leetcode.com/problems/can-make-arithmetic-progression-from-sequenceCan Make Arithmetic Progression From SequenceEasy69.2%12.5%
799https://leetcode.com/problems/champagne-towerChampagne TowerMedium64.0%12.5%
1262https://leetcode.com/problems/greatest-sum-divisible-by-threeGreatest Sum Divisible by ThreeMedium57.1%12.5%
709https://leetcode.com/problems/to-lower-caseTo Lower CaseEasy84.7%12.5%
1015https://leetcode.com/problems/smallest-integer-divisible-by-kSmallest Integer Divisible by KMedium54.3%12.5%
2466https://leetcode.com/problems/count-ways-to-build-good-stringsCount Ways To Build Good StringsMedium59.0%12.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%
980https://leetcode.com/problems/unique-paths-iiiUnique Paths IIIHard82.7%12.5%
2872https://leetcode.com/problems/maximum-number-of-k-divisible-componentsMaximum Number of K-Divisible ComponentsHard74.1%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%
1325https://leetcode.com/problems/delete-leaves-with-a-given-valueDelete Leaves With a Given ValueMedium77.2%12.5%
870https://leetcode.com/problems/advantage-shuffleAdvantage ShuffleMedium54.2%12.5%
336https://leetcode.com/problems/palindrome-pairsPalindrome PairsHard36.9%12.5%
3432https://leetcode.com/problems/count-partitions-with-even-sum-differenceCount Partitions with Even Sum DifferenceEasy85.2%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%
1309https://leetcode.com/problems/decrypt-string-from-alphabet-to-integer-mappingDecrypt String from Alphabet to Integer MappingEasy80.5%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%
1018https://leetcode.com/problems/binary-prefix-divisible-by-5Binary Prefix Divisible By 5Easy53.5%12.5%
3772https://leetcode.com/problems/maximum-subgraph-score-in-a-treeMaximum Subgraph Score in a TreeHard70.5%25.0%
877https://leetcode.com/problems/stone-gameStone GameMedium72.6%12.5%
159https://leetcode.com/problems/longest-substring-with-at-most-two-distinct-charactersLongest Substring with At Most Two Distinct CharactersMedium57.0%12.5%
3433https://leetcode.com/problems/count-mentions-per-userCount Mentions Per UserMedium50.8%12.5%
1250https://leetcode.com/problems/check-if-it-is-a-good-arrayCheck If It Is a Good ArrayHard63.3%12.5%
529https://leetcode.com/problems/minesweeperMinesweeperMedium68.7%12.5%
2110https://leetcode.com/problems/number-of-smooth-descent-periods-of-a-stockNumber of Smooth Descent Periods of a StockMedium67.7%12.5%
2147https://leetcode.com/problems/number-of-ways-to-divide-a-long-corridorNumber of Ways to Divide a Long CorridorHard54.6%12.5%
1188https://leetcode.com/problems/design-bounded-blocking-queueDesign Bounded Blocking QueueMedium73.6%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%
1463https://leetcode.com/problems/cherry-pickup-iiCherry Pickup IIHard72.3%12.5%
1185https://leetcode.com/problems/day-of-the-weekDay of the WeekEasy59.0%12.5%
3075https://leetcode.com/problems/maximize-happiness-of-selected-childrenMaximize Happiness of Selected ChildrenMedium58.7%12.5%
2011https://leetcode.com/problems/final-value-of-variable-after-performing-operationsFinal Value of Variable After Performing OperationsEasy90.6%12.5%
3658https://leetcode.com/problems/gcd-of-odd-and-even-sumsGCD of Odd and Even SumsEasy84.7%12.5%
3193https://leetcode.com/problems/count-the-number-of-inversionsCount the Number of InversionsHard29.7%12.5%
1966https://leetcode.com/problems/binary-searchable-numbers-in-an-unsorted-arrayBinary Searchable Numbers in an Unsorted ArrayMedium63.3%12.5%
2439https://leetcode.com/problems/minimize-maximum-of-arrayMinimize Maximum of ArrayMedium46.5%12.5%
1411https://leetcode.com/problems/number-of-ways-to-paint-n-3-gridNumber of Ways to Paint N ร— 3 GridHard80.5%12.5%
925https://leetcode.com/problems/long-pressed-nameLong Pressed NameEasy32.8%12.5%
1390https://leetcode.com/problems/four-divisorsFour DivisorsMedium56.6%12.5%
1191https://leetcode.com/problems/k-concatenation-maximum-sumK-Concatenation Maximum SumMedium25.2%12.5%
2798https://leetcode.com/problems/number-of-employees-who-met-the-targetNumber of Employees Who Met the TargetEasy87.8%12.5%
1161https://leetcode.com/problems/maximum-level-sum-of-a-binary-treeMaximum Level Sum of a Binary TreeMedium70.0%12.5%
1527https://leetcode.com/problems/patients-with-a-conditionPatients With a ConditionEasy38.8%12.5%
989https://leetcode.com/problems/add-to-array-form-of-integerAdd to Array-Form of IntegerEasy45.4%12.5%
2215https://leetcode.com/problems/find-the-difference-of-two-arraysFind the Difference of Two ArraysEasy81.3%12.5%
952https://leetcode.com/problems/largest-component-size-by-common-factorLargest Component Size by Common FactorHard42.4%12.5%
1266https://leetcode.com/problems/minimum-time-visiting-all-pointsMinimum Time Visiting All PointsEasy84.8%12.5%
996https://leetcode.com/problems/number-of-squareful-arraysNumber of Squareful ArraysHard51.2%12.5%
3203https://leetcode.com/problems/find-minimum-diameter-after-merging-two-treesFind Minimum Diameter After Merging Two TreesHard57.1%12.5%
3803https://leetcode.com/problems/count-residue-prefixesCount Residue PrefixesEasy65.3%12.5%
1108https://leetcode.com/problems/defanging-an-ip-addressDefanging an IP AddressEasy90.0%12.5%
321https://leetcode.com/problems/create-maximum-numberCreate Maximum NumberHard34.6%12.5%
3047https://leetcode.com/problems/find-the-largest-area-of-square-inside-two-rectanglesFind the Largest Area of Square Inside Two RectanglesMedium66.8%12.5%
1441https://leetcode.com/problems/build-an-array-with-stack-operationsBuild an Array With Stack OperationsMedium81.0%12.5%
1365https://leetcode.com/problems/how-many-numbers-are-smaller-than-the-current-numberHow Many Numbers Are Smaller Than the Current NumberEasy87.5%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%
107https://leetcode.com/problems/binary-tree-level-order-traversal-iiBinary Tree Level Order Traversal IIMedium67.6%12.5%
2726https://leetcode.com/problems/calculator-with-method-chainingCalculator with Method ChainingEasy77.6%12.5%
3006https://leetcode.com/problems/find-beautiful-indices-in-the-given-array-iFind Beautiful Indices in the Given Array IMedium40.5%12.5%
3507https://leetcode.com/problems/minimum-pair-removal-to-sort-array-iMinimum Pair Removal to Sort Array IEasy65.3%25.0%
729https://leetcode.com/problems/my-calendar-iMy Calendar IMedium58.2%12.5%
3510https://leetcode.com/problems/minimum-pair-removal-to-sort-array-iiMinimum Pair Removal to Sort Array IIHard39.2%12.5%
788https://leetcode.com/problems/rotated-digitsRotated DigitsMedium56.8%12.5%
1984https://leetcode.com/problems/minimum-difference-between-highest-and-lowest-of-k-scoresMinimum Difference Between Highest and Lowest of K ScoresEasy66.2%12.5%
1552https://leetcode.com/problems/magnetic-force-between-two-ballsMagnetic Force Between Two BallsMedium71.9%12.5%
3797https://leetcode.com/problems/count-routes-to-climb-a-rectangular-gridCount Routes to Climb a Rectangular GridHard23.6%12.5%
1624https://leetcode.com/problems/largest-substring-between-two-equal-charactersLargest Substring Between Two Equal CharactersEasy68.3%12.5%
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%
3650https://leetcode.com/problems/minimum-cost-path-with-edge-reversalsMinimum Cost Path with Edge ReversalsMedium61.8%12.5%
2643https://leetcode.com/problems/row-with-maximum-onesRow With Maximum OnesEasy74.3%12.5%
490https://leetcode.com/problems/the-mazeThe MazeMedium60.3%12.5%
759https://leetcode.com/problems/employee-free-timeEmployee Free TimeHard72.8%12.5%
1776https://leetcode.com/problems/car-fleet-iiCar Fleet IIHard57.7%12.5%
2665https://leetcode.com/problems/counter-iiCounter IIEasy81.2%12.5%
3010https://leetcode.com/problems/divide-an-array-into-subarrays-with-minimum-cost-iDivide an Array Into Subarrays With Minimum Cost IEasy80.5%12.5%
262https://leetcode.com/problems/trips-and-usersTrips and UsersHard37.7%12.5%
2492https://leetcode.com/problems/minimum-score-of-a-path-between-two-citiesMinimum Score of a Path Between Two CitiesMedium58.5%12.5%
3640https://leetcode.com/problems/trionic-array-iiTrionic Array IIHard47.3%12.5%
2629https://leetcode.com/problems/function-compositionFunction CompositionEasy86.9%12.5%
3379https://leetcode.com/problems/transformed-arrayTransformed ArrayEasy70.4%12.5%
3814https://leetcode.com/problems/maximum-capacity-within-budgetMaximum Capacity Within BudgetMedium19.9%12.5%
2197https://leetcode.com/problems/replace-non-coprime-numbers-in-arrayReplace Non-Coprime Numbers in ArrayHard57.7%12.5%
1189https://leetcode.com/problems/maximum-number-of-balloonsMaximum Number of BalloonsEasy60.0%12.5%
3090https://leetcode.com/problems/maximum-length-substring-with-two-occurrencesMaximum Length Substring With Two OccurrencesEasy65.1%12.5%
1348https://leetcode.com/problems/tweet-counts-per-frequencyTweet Counts Per FrequencyMedium45.9%12.5%
1037https://leetcode.com/problems/valid-boomerangValid BoomerangEasy39.1%12.5%
824https://leetcode.com/problems/goat-latinGoat LatinEasy69.9%12.5%
2204https://leetcode.com/problems/distance-to-a-cycle-in-undirected-graphDistance to a Cycle in Undirected GraphHard73.6%12.5%
3714https://leetcode.com/problems/longest-balanced-substring-iiLongest Balanced Substring IIMedium42.1%12.5%
401https://leetcode.com/problems/binary-watchBinary WatchEasy65.1%12.5%
3613https://leetcode.com/problems/minimize-maximum-component-costMinimize Maximum Component CostMedium43.4%12.5%
693https://leetcode.com/problems/binary-number-with-alternating-bitsBinary Number with Alternating BitsEasy69.7%12.5%
1429https://leetcode.com/problems/first-unique-numberFirst Unique NumberMedium57.0%12.5%
1137https://leetcode.com/problems/n-th-tribonacci-numberN-th Tribonacci NumberEasy63.3%12.5%