Files
LeetCode-Questions-CompanyWise/apple_1year.csv
2020-08-11 20:28:09 +05:30

31 KiB

1284Peeking Iterator45.7%Medium0.9541838033314709https://leetcode.com/problems/peeking-iterator
21Two Sum45.6%Easy0.8672052300421611https://leetcode.com/problems/two-sum
31095Find in Mountain Array35.8%Hard0.7768088090462424https://leetcode.com/problems/find-in-mountain-array
4391Perfect Rectangle30.5%Hard0.6864123880503237https://leetcode.com/problems/perfect-rectangle
5146LRU Cache33.2%Medium0.6316265551298528https://leetcode.com/problems/lru-cache
6341Flatten Nested List Iterator52.9%Medium0.5412301341339341https://leetcode.com/problems/flatten-nested-list-iterator
7428Serialize and Deserialize N-ary Tree59.4%Hard0.4508337131380154https://leetcode.com/problems/serialize-and-deserialize-n-ary-tree
8212Word Search II34.9%Hard0.44245091388616276https://leetcode.com/problems/word-search-ii
997Interleaving String31.5%Hard0.4167762826896874https://leetcode.com/problems/interleaving-string
104Median of Two Sorted Arrays29.6%Hard0.38719315710734664https://leetcode.com/problems/median-of-two-sorted-arrays
1153Maximum Subarray46.5%Easy0.37577757790839306https://leetcode.com/problems/maximum-subarray
12295Find Median from Data Stream44.3%Hard0.36668121102460977https://leetcode.com/problems/find-median-from-data-stream
1342Trapping Rain Water48.9%Hard0.36187179404352093https://leetcode.com/problems/trapping-rain-water
142Add Two Numbers33.9%Medium0.3595270499317115https://leetcode.com/problems/add-two-numbers
15981Time Based Key-Value Store53.1%Medium0.3076005525488317https://leetcode.com/problems/time-based-key-value-store
16688Knight Probability in Chessboard48.9%Medium0.30024869505163937https://leetcode.com/problems/knight-probability-in-chessboard
171229Meeting Scheduler52.7%Medium0.2955601745092634https://leetcode.com/problems/meeting-scheduler
18351Android Unlock Patterns48.4%Medium0.26121549926361765https://leetcode.com/problems/android-unlock-patterns
19609Find Duplicate File in System59.5%Medium0.25388017696233983https://leetcode.com/problems/find-duplicate-file-in-system
20348Design Tic-Tac-Toe54.3%Medium0.19933290262049122https://leetcode.com/problems/design-tic-tac-toe
2149Group Anagrams56.9%Medium0.19424008455548245https://leetcode.com/problems/group-anagrams
2212Integer to Roman55.1%Medium0.19410560740412444https://leetcode.com/problems/integer-to-roman
23200Number of Islands46.8%Medium0.18986549858506208https://leetcode.com/problems/number-of-islands
24227Basic Calculator II36.9%Medium0.18200959297922678https://leetcode.com/problems/basic-calculator-ii
251278Palindrome Partitioning III59.9%Hard0.17284281283941086https://leetcode.com/problems/palindrome-partitioning-iii
26821Shortest Distance to a Character66.9%Easy0.16229864091884685https://leetcode.com/problems/shortest-distance-to-a-character
27311Sparse Matrix Multiplication61.9%Medium0.16174615907749956https://leetcode.com/problems/sparse-matrix-multiplication
28206Reverse Linked List62.5%Easy0.1563653350583309https://leetcode.com/problems/reverse-linked-list
29238Product of Array Except Self60.1%Medium0.15391154801525797https://leetcode.com/problems/product-of-array-except-self
305Longest Palindromic Substring29.5%Medium0.152609187700488https://leetcode.com/problems/longest-palindromic-substring
31403Frog Jump39.7%Hard0.1519909531790461https://leetcode.com/problems/frog-jump
32362Design Hit Counter63.7%Medium0.1489960292385938https://leetcode.com/problems/design-hit-counter
33269Alien Dictionary33.3%Hard0.14578781346149866https://leetcode.com/problems/alien-dictionary
34546Remove Boxes42.7%Hard0.14361551169114867https://leetcode.com/problems/remove-boxes
35836Rectangle Overlap48.6%Easy0.14261022668001652https://leetcode.com/problems/rectangle-overlap
36658Find K Closest Elements40.9%Medium0.14041717882974725https://leetcode.com/problems/find-k-closest-elements
37996Number of Squareful Arrays47.8%Hard0.13767409129953323https://leetcode.com/problems/number-of-squareful-arrays
38139Word Break40.1%Medium0.1314440532234174https://leetcode.com/problems/word-break
3954Spiral Matrix34.1%Medium0.12572728493821236https://leetcode.com/problems/spiral-matrix
40636Exclusive Time of Functions52.0%Medium0.12466318981419816https://leetcode.com/problems/exclusive-time-of-functions
41741Cherry Pickup33.9%Hard0.12293768624504794https://leetcode.com/problems/cherry-pickup
42202Happy Number50.4%Easy0.11982401289364229https://leetcode.com/problems/happy-number
433Longest Substring Without Repeating Characters30.4%Medium0.11876423093459514https://leetcode.com/problems/longest-substring-without-repeating-characters
44329Longest Increasing Path in a Matrix43.4%Hard0.11459264165812869https://leetcode.com/problems/longest-increasing-path-in-a-matrix
4536Valid Sudoku48.7%Medium0.11024748048381532https://leetcode.com/problems/valid-sudoku
46472Concatenated Words43.7%Hard0.10634180122055205https://leetcode.com/problems/concatenated-words
47388Longest Absolute File Path41.8%Medium0.105981440856292https://leetcode.com/problems/longest-absolute-file-path
48343Integer Break50.4%Medium0.10446541455492596https://leetcode.com/problems/integer-break
4988Merge Sorted Array39.4%Easy0.10303644235421959https://leetcode.com/problems/merge-sorted-array
50393UTF-8 Validation37.5%Medium0.10212949507637983https://leetcode.com/problems/utf-8-validation
51223Rectangle Area37.8%Medium0.10064352577968744https://leetcode.com/problems/rectangle-area
5256Merge Intervals39.3%Medium0.10005860920617055https://leetcode.com/problems/merge-intervals
5348Rotate Image56.7%Medium0.09844007281325252https://leetcode.com/problems/rotate-image
54733Flood Fill55.3%Easy0.09669362480247104https://leetcode.com/problems/flood-fill
5523Merge k Sorted Lists40.2%Hard0.09666556212354038https://leetcode.com/problems/merge-k-sorted-lists
56837New 21 Game34.6%Medium0.09646026618756222https://leetcode.com/problems/new-21-game
57642Design Search Autocomplete System44.7%Hard0.09500811062818718https://leetcode.com/problems/design-search-autocomplete-system
5887Scramble String33.7%Hard0.09333193979221914https://leetcode.com/problems/scramble-string
59384Shuffle an Array52.8%Medium0.09170644621893462https://leetcode.com/problems/shuffle-an-array
60127Word Ladder29.6%Medium0.09162341383415479https://leetcode.com/problems/word-ladder
61545Boundary of Binary Tree38.9%Medium0.091248671465145https://leetcode.com/problems/boundary-of-binary-tree
62266Palindrome Permutation61.9%Easy0.091248671465145https://leetcode.com/problems/palindrome-permutation
63381Insert Delete GetRandom O(1) - Duplicates allowed34.1%Hard0.09106388892287375https://leetcode.com/problems/insert-delete-getrandom-o1-duplicates-allowed
64153Sum26.8%Medium0.08893577620894672https://leetcode.com/problems/3sum
65739Daily Temperatures63.3%Medium0.08686431971055465https://leetcode.com/problems/daily-temperatures
66177Nth Highest Salary31.4%Medium0.0866192142068847https://leetcode.com/problems/nth-highest-salary
67184Sum33.7%Medium0.08527891770220855https://leetcode.com/problems/4sum
68124Binary Tree Maximum Path Sum34.3%Hard0.08503327428149603https://leetcode.com/problems/binary-tree-maximum-path-sum
69909Snakes and Ladders38.4%Medium0.08392620769993404https://leetcode.com/problems/snakes-and-ladders
70509Fibonacci Number67.2%Easy0.08383840268320984https://leetcode.com/problems/fibonacci-number
71297Serialize and Deserialize Binary Tree47.5%Hard0.0834242216674795https://leetcode.com/problems/serialize-and-deserialize-binary-tree
72193Valid Phone Numbers25.3%Easy0.08269171584511335https://leetcode.com/problems/valid-phone-numbers
7334Find First and Last Position of Element in Sorted Array36.2%Medium0.08268327002043342https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array
7446Permutations63.5%Medium0.08209632149618187https://leetcode.com/problems/permutations
75387First Unique Character in a String53.4%Easy0.08151765202603821https://leetcode.com/problems/first-unique-character-in-a-string
76729My Calendar I51.8%Medium0.0801854119192299https://leetcode.com/problems/my-calendar-i
7714Longest Common Prefix35.4%Easy0.07987000438694741https://leetcode.com/problems/longest-common-prefix
78128Longest Consecutive Sequence45.1%Hard0.0786603197723907https://leetcode.com/problems/longest-consecutive-sequence
79125Valid Palindrome36.7%Easy0.07766984472754161https://leetcode.com/problems/valid-palindrome
801221Split a String in Balanced Strings83.3%Easy0.07634057217232601https://leetcode.com/problems/split-a-string-in-balanced-strings
81273Integer to English Words27.1%Hard0.0732177031685638https://leetcode.com/problems/integer-to-english-words
82236Lowest Common Ancestor of a Binary Tree45.7%Medium0.07288369759447264https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree
83986Interval List Intersections67.3%Medium0.07255865182314948https://leetcode.com/problems/interval-list-intersections
84394Decode String50.0%Medium0.07120444629179161https://leetcode.com/problems/decode-string
85632Smallest Range Covering Elements from K Lists52.4%Hard0.07082605256861242https://leetcode.com/problems/smallest-range-covering-elements-from-k-lists
86253Meeting Rooms II45.7%Medium0.07046545668000562https://leetcode.com/problems/meeting-rooms-ii
87187Repeated DNA Sequences38.9%Medium0.06947237281476738https://leetcode.com/problems/repeated-dna-sequences
88867Transpose Matrix62.8%Easy0.06883450582029693https://leetcode.com/problems/transpose-matrix
8917Letter Combinations of a Phone Number46.8%Medium0.06820582606617018https://leetcode.com/problems/letter-combinations-of-a-phone-number
90163Sum Closest46.0%Medium0.065777130514714https://leetcode.com/problems/3sum-closest
91178Rank Scores45.8%Medium0.06551667145414991https://leetcode.com/problems/rank-scores
9286Partition List41.5%Medium0.06170036851169576https://leetcode.com/problems/partition-list
9375Sort Colors47.3%Medium0.05950522970614658https://leetcode.com/problems/sort-colors
94528Random Pick with Weight43.9%Medium0.05805039128849884https://leetcode.com/problems/random-pick-with-weight
95417Pacific Atlantic Water Flow41.1%Medium0.057523844138186606https://leetcode.com/problems/pacific-atlantic-water-flow
96283Move Zeroes57.8%Easy0.05686540295029014https://leetcode.com/problems/move-zeroes
97102Binary Tree Level Order Traversal54.6%Medium0.056692473087026664https://leetcode.com/problems/binary-tree-level-order-traversal
98136Single Number65.5%Easy0.05656352626214251https://leetcode.com/problems/single-number
9941First Missing Positive32.0%Hard0.056273635982108605https://leetcode.com/problems/first-missing-positive
10021Merge Two Sorted Lists53.5%Easy0.05490757117845869https://leetcode.com/problems/merge-two-sorted-lists
1017Reverse Integer25.8%Easy0.054824382173728654https://leetcode.com/problems/reverse-integer
102443String Compression41.3%Easy0.05450940566837169https://leetcode.com/problems/string-compression
103594Longest Harmonious Subsequence46.6%Easy0.054435206555017046https://leetcode.com/problems/longest-harmonious-subsequence
104332Reconstruct Itinerary36.7%Medium0.053921416793820044https://leetcode.com/problems/reconstruct-itinerary
1051275Find Winner on a Tic Tac Toe Game52.8%Easy0.05292240145434251https://leetcode.com/problems/find-winner-on-a-tic-tac-toe-game
10631Next Permutation32.6%Medium0.05265913800819017https://leetcode.com/problems/next-permutation
107687Longest Univalue Path36.2%Easy0.05212529063213289https://leetcode.com/problems/longest-univalue-path
108120Triangle44.2%Medium0.05192600557601006https://leetcode.com/problems/triangle
109622Design Circular Queue43.7%Medium0.049844204077291364https://leetcode.com/problems/design-circular-queue
110133Clone Graph34.8%Medium0.049801168649527466https://leetcode.com/problems/clone-graph
111518Coin Change 250.2%Medium0.04919528672454412https://leetcode.com/problems/coin-change-2
112108Convert Sorted Array to Binary Search Tree57.9%Easy0.048909503032274274https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree
113445Add Two Numbers II54.5%Medium0.04843561709959499https://leetcode.com/problems/add-two-numbers-ii
114336Palindrome Pairs33.7%Hard0.04690191367275952https://leetcode.com/problems/palindrome-pairs
115453Minimum Moves to Equal Array Elements50.2%Easy0.04652001563489285https://leetcode.com/problems/minimum-moves-to-equal-array-elements
116442Find All Duplicates in an Array67.8%Medium0.04590593720045213https://leetcode.com/problems/find-all-duplicates-in-an-array
1178String to Integer (atoi)15.4%Medium0.04549614908874012https://leetcode.com/problems/string-to-integer-atoi
118232Implement Queue using Stacks49.6%Easy0.04423053722733957https://leetcode.com/problems/implement-queue-using-stacks
11993Restore IP Addresses35.6%Medium0.04393092922572675https://leetcode.com/problems/restore-ip-addresses
120895Maximum Frequency Stack60.6%Hard0.04329680575332419https://leetcode.com/problems/maximum-frequency-stack
121490The Maze51.4%Medium0.04287902305923364https://leetcode.com/problems/the-maze
122515Find Largest Value in Each Tree Row61.1%Medium0.042459207771791546https://leetcode.com/problems/find-largest-value-in-each-tree-row
123140Word Break II32.6%Hard0.04245795568707049https://leetcode.com/problems/word-break-ii
124121Best Time to Buy and Sell Stock50.5%Easy0.04215422741819192https://leetcode.com/problems/best-time-to-buy-and-sell-stock
125448Find All Numbers Disappeared in an Array55.9%Easy0.04214343508255059https://leetcode.com/problems/find-all-numbers-disappeared-in-an-array
126141Linked List Cycle41.1%Easy0.0419797805851107https://leetcode.com/problems/linked-list-cycle
127155Min Stack44.5%Easy0.04194952712763244https://leetcode.com/problems/min-stack
128647Palindromic Substrings60.6%Medium0.040968350772541844https://leetcode.com/problems/palindromic-substrings
12937Sudoku Solver43.6%Hard0.040527833612118376https://leetcode.com/problems/sudoku-solver
13025Reverse Nodes in k-Group42.1%Hard0.040236757867738004https://leetcode.com/problems/reverse-nodes-in-k-group
131256Paint House52.1%Easy0.03937516523483013https://leetcode.com/problems/paint-house
132344Reverse String68.5%Easy0.0393340697038369https://leetcode.com/problems/reverse-string
133706Design HashMap61.3%Easy0.039016652342451774https://leetcode.com/problems/design-hashmap
1341060Missing Element in Sorted Array54.5%Medium0.03879796954098255https://leetcode.com/problems/missing-element-in-sorted-array
135168Excel Sheet Column Title31.1%Easy0.03861483612777958https://leetcode.com/problems/excel-sheet-column-title
13624Swap Nodes in Pairs50.4%Medium0.03826607060639552https://leetcode.com/problems/swap-nodes-in-pairs
137863All Nodes Distance K in Binary Tree55.4%Medium0.037756162417993476https://leetcode.com/problems/all-nodes-distance-k-in-binary-tree
13811Container With Most Water50.8%Medium0.03694630107228425https://leetcode.com/problems/container-with-most-water
13951N-Queens46.6%Hard0.03651521297509749https://leetcode.com/problems/n-queens
14043Multiply Strings33.9%Medium0.03608871558298825https://leetcode.com/problems/multiply-strings
14159Spiral Matrix II53.9%Medium0.0351873674509732https://leetcode.com/problems/spiral-matrix-ii
142374Guess Number Higher or Lower43.1%Easy0.03422387238757742https://leetcode.com/problems/guess-number-higher-or-lower
143886Possible Bipartition44.2%Medium0.034103901828857086https://leetcode.com/problems/possible-bipartition
144287Find the Duplicate Number55.5%Medium0.033896954598043594https://leetcode.com/problems/find-the-duplicate-number
145480Sliding Window Median37.2%Hard0.03373001037669306https://leetcode.com/problems/sliding-window-median
146694Number of Distinct Islands56.0%Medium0.03278982282299087https://leetcode.com/problems/number-of-distinct-islands
147300Longest Increasing Subsequence42.6%Medium0.03245773693742074https://leetcode.com/problems/longest-increasing-subsequence
1481146Snapshot Array37.0%Medium0.0317991816929387https://leetcode.com/problems/snapshot-array
1491114Print in Order65.7%Easy0.0317486983145803https://leetcode.com/problems/print-in-order
150304Range Sum Query 2D - Immutable38.6%Medium0.031036973995576488https://leetcode.com/problems/range-sum-query-2d-immutable
151703Kth Largest Element in a Stream49.7%Easy0.031004894819414507https://leetcode.com/problems/kth-largest-element-in-a-stream
152460LFU Cache34.2%Hard0.030962225603966897https://leetcode.com/problems/lfu-cache
153179Largest Number28.8%Medium0.03093030069135863https://leetcode.com/problems/largest-number
15413Roman to Integer55.7%Easy0.030443751414723153https://leetcode.com/problems/roman-to-integer
155268Missing Number51.7%Easy0.03011913009547617https://leetcode.com/problems/missing-number
1561011Capacity To Ship Packages Within D Days58.1%Medium0.030100090297855955https://leetcode.com/problems/capacity-to-ship-packages-within-d-days
157415Add Strings47.5%Easy0.030009753867991852https://leetcode.com/problems/add-strings
158135Candy31.6%Hard0.029764101906453892https://leetcode.com/problems/candy
159277Find the Celebrity41.8%Medium0.02969780239174205https://leetcode.com/problems/find-the-celebrity
1601197Minimum Knight Moves36.1%Medium0.02969780239174205https://leetcode.com/problems/minimum-knight-moves
161191Number of 1 Bits49.8%Easy0.029560622742018188https://leetcode.com/problems/number-of-1-bits
16282Remove Duplicates from Sorted List II36.8%Medium0.028950236662501776https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii
163771Jewels and Stones86.4%Easy0.028825631190792587https://leetcode.com/problems/jewels-and-stones
16433Search in Rotated Sorted Array34.5%Medium0.0287009496170278https://leetcode.com/problems/search-in-rotated-sorted-array
16562Unique Paths54.1%Medium0.02853749186115581https://leetcode.com/problems/unique-paths
16677Combinations54.7%Medium0.028021758737593695https://leetcode.com/problems/combinations
16720Valid Parentheses39.0%Easy0.02782373445001039https://leetcode.com/problems/valid-parentheses
16868Text Justification27.7%Hard0.0276451606661453https://leetcode.com/problems/text-justification
169796Rotate String49.6%Easy0.02701041988276247https://leetcode.com/problems/rotate-string
17029Divide Two Integers16.4%Medium0.026820246545985277https://leetcode.com/problems/divide-two-integers
171931Minimum Falling Path Sum62.5%Medium0.02672169681715245https://leetcode.com/problems/minimum-falling-path-sum
17279Word Search35.6%Medium0.026308653156300807https://leetcode.com/problems/word-search
173143Reorder List37.1%Medium0.025870945598649286https://leetcode.com/problems/reorder-list
174242Valid Anagram56.9%Easy0.025684584297773504https://leetcode.com/problems/valid-anagram
175218The Skyline Problem34.6%Hard0.025479085300984906https://leetcode.com/problems/the-skyline-problem
1761038Binary Search Tree to Greater Sum Tree80.8%Medium0.025446665661164262https://leetcode.com/problems/binary-search-tree-to-greater-sum-tree
177162Find Peak Element43.3%Medium0.02516251642407408https://leetcode.com/problems/find-peak-element
178322Coin Change35.5%Medium0.024924029676386045https://leetcode.com/problems/coin-change
179220Contains Duplicate III20.9%Medium0.024876904755404577https://leetcode.com/problems/contains-duplicate-iii
180138Copy List with Random Pointer36.4%Medium0.02453734514188008https://leetcode.com/problems/copy-list-with-random-pointer
181310Minimum Height Trees32.3%Medium0.02446605215440636https://leetcode.com/problems/minimum-height-trees
182977Squares of a Sorted Array72.1%Easy0.02407434514623628https://leetcode.com/problems/squares-of-a-sorted-array
1831315Sum of Nodes with Even-Valued Grandparent83.5%Medium0.023981964686485415https://leetcode.com/problems/sum-of-nodes-with-even-valued-grandparent
18491Decode Ways24.7%Medium0.023662742620848144https://leetcode.com/problems/decode-ways
185198House Robber42.0%Easy0.023256862164267263https://leetcode.com/problems/house-robber
186210Course Schedule II40.7%Medium0.023133880315464483https://leetcode.com/problems/course-schedule-ii
187973K Closest Points to Origin63.8%Medium0.022897394173017796https://leetcode.com/problems/k-closest-points-to-origin
188105Construct Binary Tree from Preorder and Inorder Traversal48.8%Medium0.022325470299025416https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal
189221Maximal Square37.7%Medium0.022108490754203434https://leetcode.com/problems/maximal-square
190380Insert Delete GetRandom O(1)47.5%Medium0.021962815449093263https://leetcode.com/problems/insert-delete-getrandom-o1
191167Two Sum II - Input array is sorted54.1%Easy0.021849838247772296https://leetcode.com/problems/two-sum-ii-input-array-is-sorted
192231Power of Two43.7%Easy0.021776810232970734https://leetcode.com/problems/power-of-two
19345Jump Game II30.6%Hard0.021353124470568974https://leetcode.com/problems/jump-game-ii
194359Logger Rate Limiter70.8%Easy0.021053409197832343https://leetcode.com/problems/logger-rate-limiter
195670Maximum Swap43.6%Medium0.020844944430365928https://leetcode.com/problems/maximum-swap
196122Best Time to Buy and Sell Stock II57.0%Easy0.020783855622427426https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii
197279Perfect Squares47.4%Medium0.02061928720273568https://leetcode.com/problems/perfect-squares
19832Longest Valid Parentheses28.4%Hard0.020385756924473915https://leetcode.com/problems/longest-valid-parentheses
1994544Sum II53.1%Medium0.02033623717961716https://leetcode.com/problems/4sum-ii
200166Fraction to Recurring Decimal21.6%Medium0.02015181543730795https://leetcode.com/problems/fraction-to-recurring-decimal
201525Contiguous Array42.8%Medium0.01975372873623256https://leetcode.com/problems/contiguous-array
20263Unique Paths II34.6%Medium0.01949801804099658https://leetcode.com/problems/unique-paths-ii
203435Non-overlapping Intervals42.9%Medium0.019455866615365896https://leetcode.com/problems/non-overlapping-intervals
204669Trim a Binary Search Tree63.0%Easy0.019139340210697423https://leetcode.com/problems/trim-a-binary-search-tree
205229Majority Element II35.6%Medium0.019057270410286146https://leetcode.com/problems/majority-element-ii
206151Reverse Words in a String21.9%Medium0.018673611472670153https://leetcode.com/problems/reverse-words-in-a-string
207617Merge Two Binary Trees74.1%Easy0.018496211633622316https://leetcode.com/problems/merge-two-binary-trees
208234Palindrome Linked List39.3%Easy0.01801241989645556https://leetcode.com/problems/palindrome-linked-list
209126Word Ladder II22.1%Hard0.017994187717865196https://leetcode.com/problems/word-ladder-ii
21054201 Matrix39.8%Medium0.01796993548494071https://leetcode.com/problems/01-matrix
211406Queue Reconstruction by Height66.9%Medium0.01774669468133533https://leetcode.com/problems/queue-reconstruction-by-height
21238Count and Say44.6%Easy0.01753063983505879https://leetcode.com/problems/count-and-say
21322Generate Parentheses62.7%Medium0.017331456351639924https://leetcode.com/problems/generate-parentheses
21495Unique Binary Search Trees II40.6%Medium0.016856699181010838https://leetcode.com/problems/unique-binary-search-trees-ii
215692Top K Frequent Words51.8%Medium0.016832265743172113https://leetcode.com/problems/top-k-frequent-words
216176Second Highest Salary31.6%Easy0.01655971603901838https://leetcode.com/problems/second-highest-salary
217188Best Time to Buy and Sell Stock IV28.0%Hard0.01651565203072114https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iv
218116Populating Next Right Pointers in Each Node45.2%Medium0.016432723251567683https://leetcode.com/problems/populating-next-right-pointers-in-each-node
2191108Defanging an IP Address87.5%Easy0.016423726830643748https://leetcode.com/problems/defanging-an-ip-address
22073Set Matrix Zeroes43.1%Medium0.015715357479628243https://leetcode.com/problems/set-matrix-zeroes
221938Range Sum of BST81.3%Easy0.015707129205357877https://leetcode.com/problems/range-sum-of-bst
222215Kth Largest Element in an Array55.4%Medium0.015519225147600912https://leetcode.com/problems/kth-largest-element-in-an-array
223114Flatten Binary Tree to Linked List49.3%Medium0.015450951155718977https://leetcode.com/problems/flatten-binary-tree-to-linked-list
2241002Find Common Characters67.6%Easy0.015273301861833809https://leetcode.com/problems/find-common-characters
225561Array Partition I72.0%Easy0.015186320707985562https://leetcode.com/problems/array-partition-i
226153Find Minimum in Rotated Sorted Array45.1%Medium0.014939586916186732https://leetcode.com/problems/find-minimum-in-rotated-sorted-array
227315Count of Smaller Numbers After Self41.5%Hard0.014352596574956585https://leetcode.com/problems/count-of-smaller-numbers-after-self
22883Remove Duplicates from Sorted List45.4%Easy0.014238493989114923https://leetcode.com/problems/remove-duplicates-from-sorted-list
229230Kth Smallest Element in a BST60.2%Medium0.014200301729123736https://leetcode.com/problems/kth-smallest-element-in-a-bst
230371Sum of Two Integers50.7%Medium0.014064929467403538https://leetcode.com/problems/sum-of-two-integers
23176Minimum Window Substring34.6%Hard0.013966707481708198https://leetcode.com/problems/minimum-window-substring
232345Reverse Vowels of a String44.2%Easy0.013947227480850463https://leetcode.com/problems/reverse-vowels-of-a-string
233724Find Pivot Index44.0%Easy0.013850636933899008https://leetcode.com/problems/find-pivot-index
234767Reorganize String48.7%Medium0.01329806830463147https://leetcode.com/problems/reorganize-string
235347Top K Frequent Elements61.2%Medium0.01329217620893675https://leetcode.com/problems/top-k-frequent-elements
236695Max Area of Island62.7%Medium0.012686500631003836https://leetcode.com/problems/max-area-of-island
2379Palindrome Number48.4%Easy0.01209661684713821https://leetcode.com/problems/palindrome-number
238543Diameter of Binary Tree48.4%Easy0.011898606798495848https://leetcode.com/problems/diameter-of-binary-tree
239378Kth Smallest Element in a Sorted Matrix54.3%Medium0.011634802567699611https://leetcode.com/problems/kth-smallest-element-in-a-sorted-matrix
24069Sqrt(x)33.9%Easy0.011443227222342794https://leetcode.com/problems/sqrtx
241190Reverse Bits39.8%Easy0.011393278234619338https://leetcode.com/problems/reverse-bits
242123Best Time to Buy and Sell Stock III37.5%Hard0.011261380272539033https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iii
243171Excel Sheet Column Number55.9%Easy0.011195191092491645https://leetcode.com/problems/excel-sheet-column-number
244207Course Schedule43.1%Medium0.01113459480911671https://leetcode.com/problems/course-schedule
245104Maximum Depth of Binary Tree66.0%Easy0.011105055822701604https://leetcode.com/problems/maximum-depth-of-binary-tree
246169Majority Element58.7%Easy0.010558521365115802https://leetcode.com/problems/majority-element
247211Add and Search Word - Data structure design38.1%Medium0.010438508143923443https://leetcode.com/problems/add-and-search-word-data-structure-design
24867Add Binary45.2%Easy0.010342637288628867https://leetcode.com/problems/add-binary
249819Most Common Word44.8%Easy0.010269666637456105https://leetcode.com/problems/most-common-word
250113Path Sum II46.7%Medium0.009784813879998279https://leetcode.com/problems/path-sum-ii
25147Permutations II46.4%Medium0.009673594178378379https://leetcode.com/problems/permutations-ii
252905Sort Array By Parity74.1%Easy0.009603915354180344https://leetcode.com/problems/sort-array-by-parity
25370Climbing Stairs47.8%Easy0.009390798483527519https://leetcode.com/problems/climbing-stairs
25474Search a 2D Matrix36.5%Medium0.00934149716911291https://leetcode.com/problems/search-a-2d-matrix
25528Implement strStr()34.5%Easy0.008850485542574548https://leetcode.com/problems/implement-strstr
256700Search in a Binary Search Tree73.1%Easy0.008512500860171227https://leetcode.com/problems/search-in-a-binary-search-tree
257173Binary Search Tree Iterator56.6%Medium0.008489015324911316https://leetcode.com/problems/binary-search-tree-iterator
258209Minimum Size Subarray Sum38.2%Medium0.00841401682484616https://leetcode.com/problems/minimum-size-subarray-sum
259763Partition Labels76.1%Medium0.008385793376274025https://leetcode.com/problems/partition-labels
26078Subsets62.0%Medium0.008278192969371254https://leetcode.com/problems/subsets
261239Sliding Window Maximum43.0%Hard0.007898935224534491https://leetcode.com/problems/sliding-window-maximum
2626ZigZag Conversion36.3%Medium0.0077116248757144665https://leetcode.com/problems/zigzag-conversion
263175Combine Two Tables60.8%Easy0.007696786120491369https://leetcode.com/problems/combine-two-tables
264876Middle of the Linked List68.4%Easy0.007624893975696915https://leetcode.com/problems/middle-of-the-linked-list
265240Search a 2D Matrix II43.2%Medium0.0075829747244553335https://leetcode.com/problems/search-a-2d-matrix-ii
26666Plus One43.0%Easy0.007324847595025828https://leetcode.com/problems/plus-one
26710Regular Expression Matching26.8%Hard0.0071865203293987245https://leetcode.com/problems/regular-expression-matching
268204Count Primes31.5%Easy0.007072165261362441https://leetcode.com/problems/count-primes
269110Balanced Binary Tree43.5%Easy0.007027435807456887https://leetcode.com/problems/balanced-binary-tree
270103Binary Tree Zigzag Level Order Traversal48.3%Medium0.006816368572598042https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal
271118Pascal's Triangle52.5%Easy0.006749941254175012https://leetcode.com/problems/pascals-triangle
27298Validate Binary Search Tree27.8%Medium0.006611351489350257https://leetcode.com/problems/validate-binary-search-tree
273142Linked List Cycle II37.3%Medium0.006564934131150057https://leetcode.com/problems/linked-list-cycle-ii
274107Binary Tree Level Order Traversal II53.5%Easy0.006423661079917184https://leetcode.com/problems/binary-tree-level-order-traversal-ii
27564Minimum Path Sum54.5%Medium0.006127470152097104https://leetcode.com/problems/minimum-path-sum
27639Combination Sum56.1%Medium0.005715934396440999https://leetcode.com/problems/combination-sum
277199Binary Tree Right Side View54.1%Medium0.0056826406650506926https://leetcode.com/problems/binary-tree-right-side-view
278226Invert Binary Tree65.0%Easy0.005508138409792252https://leetcode.com/problems/invert-binary-tree
279350Intersection of Two Arrays II51.4%Easy0.005210380421193978https://leetcode.com/problems/intersection-of-two-arrays-ii
28055Jump Game34.6%Medium0.005022612266291382https://leetcode.com/problems/jump-game
28135Search Insert Position42.6%Easy0.004646848510375352https://leetcode.com/problems/search-insert-position
282560Subarray Sum Equals K43.9%Medium0.004279454482267064https://leetcode.com/problems/subarray-sum-equals-k
283217Contains Duplicate56.0%Easy0.0037979536727587773https://leetcode.com/problems/contains-duplicate
284203Remove Linked List Elements38.6%Easy0.0036496390875494257https://leetcode.com/problems/remove-linked-list-elements
285101Symmetric Tree46.8%Easy0.0034057078469827435https://leetcode.com/problems/symmetric-tree
28694Binary Tree Inorder Traversal63.3%Medium0.0033551449021403577https://leetcode.com/problems/binary-tree-inorder-traversal
287260Single Number III64.3%Medium0.0020288097849578786https://leetcode.com/problems/single-number-iii
28826Remove Duplicates from Sorted Array45.1%Easy0.0019513153174351963https://leetcode.com/problems/remove-duplicates-from-sorted-array