Skip to content

Files

Latest commit

 

History

History
159 lines (159 loc) · 15.5 KB

File metadata and controls

159 lines (159 loc) · 15.5 KB
1
IDTitleURLIs PremiumAcceptance %DifficultyFrequency %
2
1Two Sum/problems/two-sumN49.1%Easy2.23349%;
3
2Add Two Numbers/problems/add-two-numbersN39.8%Medium2.74194%;
4
3Longest Substring Without Repeating Characters/problems/longest-substring-without-repeating-charactersN33.8%Medium2.63525%;
5
4Median of Two Sorted Arrays/problems/median-of-two-sorted-arraysN35.3%Hard5.8412%;
6
5Longest Palindromic Substring/problems/longest-palindromic-substringN32.4%Medium3.64591%;
7
7Reverse Integer/problems/reverse-integerN27.2%Medium0.47083%;
8
11Container With Most Water/problems/container-with-most-waterN54.3%Medium0.441003%;
9
13Roman to Integer/problems/roman-to-integerN58.2%Easy0.570325%;
10
14Longest Common Prefix/problems/longest-common-prefixN40.8%Easy2.04357%;
11
153Sum/problems/3sumN32.3%Medium2.14436%;
12
163Sum Closest/problems/3sum-closestN46.1%Medium1.38429%;
13
17Letter Combinations of a Phone Number/problems/letter-combinations-of-a-phone-numberN55.7%Medium5.26201%;
14
20Valid Parentheses/problems/valid-parenthesesN40.6%Easy0.980496%;
15
21Merge Two Sorted Lists/problems/merge-two-sorted-listsN61.9%Easy1.155%;
16
22Generate Parentheses/problems/generate-parenthesesN71.9%Medium3.54531%;
17
23Merge k Sorted Lists/problems/merge-k-sorted-listsN48.5%Hard3.88596%;
18
26Remove Duplicates from Sorted Array/problems/remove-duplicates-from-sorted-arrayN50.9%Easy0.369076%;
19
27Remove Element/problems/remove-elementN52.2%Easy0.541895%;
20
29Divide Two Integers/problems/divide-two-integersN17.3%Medium1.07945%;
21
31Next Permutation/problems/next-permutationN37.2%Medium4.45734%;
22
33Search in Rotated Sorted Array/problems/search-in-rotated-sorted-arrayN38.7%Medium0.54061%;
23
34Find First and Last Position of Element in Sorted Array/problems/find-first-and-last-position-of-element-in-sorted-arrayN41.6%Medium6.33961%;
24
35Search Insert Position/problems/search-insert-positionN42.0%Easy0.409332%;
25
36Valid Sudoku/problems/valid-sudokuN56.9%Medium5.5503%;
26
37Sudoku Solver/problems/sudoku-solverN56.8%Hard3.08567%;
27
38Count and Say/problems/count-and-sayN51.3%Medium5.89527%;
28
42Trapping Rain Water/problems/trapping-rain-waterN58.8%Hard3.43817%;
29
45Jump Game II/problems/jump-game-iiN38.6%Medium1.2034%;
30
46Permutations/problems/permutationsN74.9%Medium0.892449%;
31
48Rotate Image/problems/rotate-imageN70.1%Medium3.26258%;
32
49Group Anagrams/problems/group-anagramsN66.5%Medium2.61033%;
33
50Pow(x, n)/problems/powx-nN32.8%Medium0.84217%;
34
51N-Queens/problems/n-queensN63.1%Hard2.75022%;
35
53Maximum Subarray/problems/maximum-subarrayN50.1%Medium0.862981%;
36
54Spiral Matrix/problems/spiral-matrixN43.8%Medium0.977605%;
37
56Merge Intervals/problems/merge-intervalsN46.0%Medium17.5714%;
38
64Minimum Path Sum/problems/minimum-path-sumN60.7%Medium4.36985%;
39
68Text Justification/problems/text-justificationN36.8%Hard46.8519%;
40
70Climbing Stairs/problems/climbing-stairsN51.8%Easy0.367588%;
41
79Word Search/problems/word-searchN39.8%Medium21.9579%;
42
91Decode Ways/problems/decode-waysN32.3%Medium1.60907%;
43
98Validate Binary Search Tree/problems/validate-binary-search-treeN31.8%Medium1.22679%;
44
121Best Time to Buy and Sell Stock/problems/best-time-to-buy-and-sell-stockN54.4%Easy0.61902%;
45
122Best Time to Buy and Sell Stock II/problems/best-time-to-buy-and-sell-stock-iiN63.4%Medium2.63022%;
46
127Word Ladder/problems/word-ladderN36.7%Hard2.28755%;
47
135Candy/problems/candyN40.8%Hard18.0073%;
48
146LRU Cache/problems/lru-cacheN40.5%Medium2.5453%;
49
149Max Points on a Line/problems/max-points-on-a-lineN21.8%Hard5.2341%;
50
153Find Minimum in Rotated Sorted Array/problems/find-minimum-in-rotated-sorted-arrayN48.5%Medium0.9882%;
51
162Find Peak Element/problems/find-peak-elementN46.2%Medium7.06685%;
52
167Two Sum II - Input Array Is Sorted/problems/two-sum-ii-input-array-is-sortedN60.0%Medium3.08045%;
53
180Consecutive Numbers/problems/consecutive-numbersN46.8%Medium4.41942%;
54
181Employees Earning More Than Their Managers/problems/employees-earning-more-than-their-managersN68.6%Easy2.06937%;
55
188Best Time to Buy and Sell Stock IV/problems/best-time-to-buy-and-sell-stock-ivN38.0%Hard4.84335%;
56
196Delete Duplicate Emails/problems/delete-duplicate-emailsN59.0%Easy1.54368%;
57
200Number of Islands/problems/number-of-islandsN56.4%Medium15.7009%;
58
205Isomorphic Strings/problems/isomorphic-stringsN42.6%Easy1.28039%;
59
206Reverse Linked List/problems/reverse-linked-listN72.5%Easy0.318986%;
60
207Course Schedule/problems/course-scheduleN45.4%Medium3.63741%;
61
210Course Schedule II/problems/course-schedule-iiN48.0%Medium1.51798%;
62
212Word Search II/problems/word-search-iiN36.9%Hard38.0712%;
63
214Shortest Palindrome/problems/shortest-palindromeN32.2%Hard8.2308%;
64
217Contains Duplicate/problems/contains-duplicateN61.3%Easy0.669299%;
65
226Invert Binary Tree/problems/invert-binary-treeN73.3%Easy0.687291%;
66
227Basic Calculator II/problems/basic-calculator-iiN42.2%Medium3.87355%;
67
230Kth Smallest Element in a BST/problems/kth-smallest-element-in-a-bstN69.4%Medium31.5889%;
68
235Lowest Common Ancestor of a Binary Search Tree/problems/lowest-common-ancestor-of-a-binary-search-treeN60.3%Medium1.03415%;
69
238Product of Array Except Self/problems/product-of-array-except-selfN64.7%Medium1.48527%;
70
239Sliding Window Maximum/problems/sliding-window-maximumN46.6%Hard3.02642%;
71
246Strobogrammatic Number/problems/strobogrammatic-numberY47.6%Easy14.7426%;
72
253Meeting Rooms II/problems/meeting-rooms-iiY50.5%Medium11.2023%;
73
269Alien Dictionary/problems/alien-dictionaryY35.3%Hard6.90929%;
74
278First Bad Version/problems/first-bad-versionN43.0%Easy0.576131%;
75
279Perfect Squares/problems/perfect-squaresN52.1%Medium2.76692%;
76
295Find Median from Data Stream/problems/find-median-from-data-streamN51.5%Hard1.94567%;
77
297Serialize and Deserialize Binary Tree/problems/serialize-and-deserialize-binary-treeN55.0%Hard13.0079%;
78
301Remove Invalid Parentheses/problems/remove-invalid-parenthesesN47.1%Hard10.9339%;
79
305Number of Islands II/problems/number-of-islands-iiY39.4%Hard19.3177%;
80
312Burst Balloons/problems/burst-balloonsN56.8%Hard40.8506%;
81
322Coin Change/problems/coin-changeN41.6%Medium0.803578%;
82
332Reconstruct Itinerary/problems/reconstruct-itineraryN41.0%Hard6.70459%;
83
341Flatten Nested List Iterator/problems/flatten-nested-list-iteratorN61.6%Medium7.41936%;
84
345Reverse Vowels of a String/problems/reverse-vowels-of-a-stringN49.7%Easy2.60846%;
85
347Top K Frequent Elements/problems/top-k-frequent-elementsN64.8%Medium3.25966%;
86
354Russian Doll Envelopes/problems/russian-doll-envelopesN38.3%Hard13.0079%;
87
361Bomb Enemy/problems/bomb-enemyY50.9%Medium68.7449%;
88
362Design Hit Counter/problems/design-hit-counterY68.4%Medium15.6776%;
89
378Kth Smallest Element in a Sorted Matrix/problems/kth-smallest-element-in-a-sorted-matrixN61.6%Medium3.94067%;
90
380Insert Delete GetRandom O(1)/problems/insert-delete-getrandom-o1N52.0%Medium24.859%;
91
384Shuffle an Array/problems/shuffle-an-arrayN57.7%Medium24.5712%;
92
387First Unique Character in a String/problems/first-unique-character-in-a-stringN59.0%Easy2.2419%;
93
392Is Subsequence/problems/is-subsequenceN49.0%Easy0.671105%;
94
394Decode String/problems/decode-stringN57.6%Medium9.674%;
95
399Evaluate Division/problems/evaluate-divisionN59.6%Medium49.7735%;
96
412Fizz Buzz/problems/fizz-buzzN68.9%Easy0.795863%;
97
414Third Maximum Number/problems/third-maximum-numberN32.6%Easy2.42773%;
98
416Partition Equal Subset Sum/problems/partition-equal-subset-sumN46.6%Medium1.84709%;
99
424Longest Repeating Character Replacement/problems/longest-repeating-character-replacementN51.5%Medium20.7818%;
100
465Optimal Account Balancing/problems/optimal-account-balancingY49.3%Hard62.3413%;
101
474Ones and Zeroes/problems/ones-and-zeroesN46.7%Medium8.30659%;
102
494Target Sum/problems/target-sumN45.6%Medium2.92698%;
103
529Minesweeper/problems/minesweeperN65.5%Medium38.0668%;
104
543Diameter of Binary Tree/problems/diameter-of-binary-treeN56.1%Easy1.03415%;
105
564Find the Closest Palindrome/problems/find-the-closest-palindromeN21.9%Hard94.9563%;
106
581Shortest Unsorted Continuous Subarray/problems/shortest-unsorted-continuous-subarrayN36.3%Medium8.9679%;
107
586Customer Placing the Largest Number of Orders/problems/customer-placing-the-largest-number-of-ordersN72.1%Easy2.72553%;
108
662Maximum Width of Binary Tree/problems/maximum-width-of-binary-treeN40.6%Medium3.95781%;
109
692Top K Frequent Words/problems/top-k-frequent-wordsN56.9%Medium37.0909%;
110
698Partition to K Equal Sum Subsets/problems/partition-to-k-equal-sum-subsetsN40.8%Medium5.62322%;
111
721Accounts Merge/problems/accounts-mergeN56.4%Medium9.24426%;
112
729My Calendar I/problems/my-calendar-iN57.2%Medium27.3759%;
113
731My Calendar II/problems/my-calendar-iiN54.8%Medium13.8194%;
114
752Open the Lock/problems/open-the-lockN55.5%Medium8.08333%;
115
759Employee Free Time/problems/employee-free-timeY71.7%Hard11.9587%;
116
428Serialize and Deserialize N-ary Tree/problems/serialize-and-deserialize-n-ary-treeY65.5%Hard13.8194%;
117
427Construct Quad Tree/problems/construct-quad-treeN66.3%Medium75.9934%;
118
767Reorganize String/problems/reorganize-stringN52.8%Medium18.3901%;
119
773Sliding Puzzle/problems/sliding-puzzleN63.9%Hard13.401%;
120
704Binary Search/problems/binary-searchN55.1%Easy1.52432%;
121
785Is Graph Bipartite?/problems/is-graph-bipartiteN52.7%Medium4.02792%;
122
815Bus Routes/problems/bus-routesN45.7%Hard100%;
123
852Peak Index in a Mountain Array/problems/peak-index-in-a-mountain-arrayN69.4%Medium4.58538%;
124
855Exam Room/problems/exam-roomN43.4%Medium62.3413%;
125
528Random Pick with Weight/problems/random-pick-with-weightN46.1%Medium5.6938%;
126
902Numbers At Most N Given Digit Set/problems/numbers-at-most-n-given-digit-setN41.4%Hard40.8506%;
127
930Binary Subarrays With Sum/problems/binary-subarrays-with-sumN51.0%Medium29.6226%;
128
934Shortest Bridge/problems/shortest-bridgeN54.0%Medium8.62444%;
129
953Verifying an Alien Dictionary/problems/verifying-an-alien-dictionaryN52.7%Easy11.0086%;
130
981Time Based Key-Value Store/problems/time-based-key-value-storeN53.4%Medium3.85713%;
131
986Interval List Intersections/problems/interval-list-intersectionsN71.4%Medium12.0667%;
132
994Rotting Oranges/problems/rotting-orangesN52.5%Medium5.26445%;
133
1002Find Common Characters/problems/find-common-charactersN68.3%Easy7.5432%;
134
1008Construct Binary Search Tree from Preorder Traversal/problems/construct-binary-search-tree-from-preorder-traversalN81.0%Medium5.84043%;
135
1152Analyze User Website Visit Pattern/problems/analyze-user-website-visit-patternY43.3%Medium9.05814%;
136
1044Longest Duplicate Substring/problems/longest-duplicate-substringN30.6%Hard18.4885%;
137
1095Find in Mountain Array/problems/find-in-mountain-arrayN35.8%Hard13.2015%;
138
1328Break a Palindrome/problems/break-a-palindromeN53.2%Medium7.12698%;
139
1428Leftmost Column with at Least a One/problems/leftmost-column-with-at-least-a-oneY53.0%Medium88.5527%;
140
1281Subtract the Product and Sum of Digits of an Integer/problems/subtract-the-product-and-sum-of-digits-of-an-integerN86.7%Easy1.91702%;
141
1293Shortest Path in a Grid with Obstacles Elimination/problems/shortest-path-in-a-grid-with-obstacles-eliminationN45.6%Hard12.9238%;
142
1344Angle Between Hands of a Clock/problems/angle-between-hands-of-a-clockN63.4%Medium13.401%;
143
1351Count Negative Numbers in a Sorted Matrix/problems/count-negative-numbers-in-a-sorted-matrixN75.2%Easy4.02792%;
144
1402Reducing Dishes/problems/reducing-dishesN72.0%Hard15.5234%;
145
1423Maximum Points You Can Obtain from Cards/problems/maximum-points-you-can-obtain-from-cardsN52.3%Medium6.11619%;
146
1438Longest Continuous Subarray With Absolute Diff Less Than or Equal to Limit/problems/longest-continuous-subarray-with-absolute-diff-less-than-or-equal-to-limitN48.0%Medium71.9769%;
147
1531String Compression II/problems/string-compression-iiN49.9%Hard25.0474%;
148
1515Best Position for a Service Centre/problems/best-position-for-a-service-centreN38.0%Hard54.67%;
149
1743Restore the Array From Adjacent Pairs/problems/restore-the-array-from-adjacent-pairsN68.7%Medium23.622%;
150
1740Find Distance in a Binary Tree/problems/find-distance-in-a-binary-treeY68.8%Medium21.2387%;
151
1838Frequency of the Most Frequent Element/problems/frequency-of-the-most-frequent-elementN38.6%Medium35.1687%;
152
1861Rotating the Box/problems/rotating-the-boxN64.7%Medium23.7716%;
153
1842Next Palindrome Using Same Digits/problems/next-palindrome-using-same-digitsY53.5%Hard82.1491%;
154
1929Concatenation of Array/problems/concatenation-of-arrayN91.3%Easy2.79142%;
155
2023Number of Pairs of Strings With Concatenation Equal to Target/problems/number-of-pairs-of-strings-with-concatenation-equal-to-targetN72.9%Medium27.2735%;
156
2134Minimum Swaps to Group All 1's Together II/problems/minimum-swaps-to-group-all-1s-together-iiN50.7%Medium22.9734%;
157
2187Minimum Time to Complete Trips/problems/minimum-time-to-complete-tripsN32.0%Medium58.393%;
158
2235Add Two Integers/problems/add-two-integersN89.5%Easy1.06557%;
159
2333Minimum Sum of Squared Difference/problems/minimum-sum-of-squared-differenceN25.5%Medium21.2387%;