Skip to main content

Paypal LeetCode Questions

IDURLTitleDifficultyAcceptance %Frequency %
1https://leetcode.com/problems/two-sumTwo SumEasy57.1%75.0%
3https://leetcode.com/problems/longest-substring-without-repeating-charactersLongest Substring Without Repeating CharactersMedium38.5%62.5%
4https://leetcode.com/problems/median-of-two-sorted-arraysMedian of Two Sorted ArraysHard45.9%37.5%
6https://leetcode.com/problems/zigzag-conversionZigzag ConversionMedium53.5%100.0%
11https://leetcode.com/problems/container-with-most-waterContainer With Most WaterMedium59.5%50.0%
15https://leetcode.com/problems/3sum3SumMedium38.6%50.0%
20https://leetcode.com/problems/valid-parenthesesValid ParenthesesEasy43.7%50.0%
33https://leetcode.com/problems/search-in-rotated-sorted-arraySearch in Rotated Sorted ArrayMedium44.1%50.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%
42https://leetcode.com/problems/trapping-rain-waterTrapping Rain WaterHard66.8%37.5%
49https://leetcode.com/problems/group-anagramsGroup AnagramsMedium72.2%75.0%
1969https://leetcode.com/problems/minimum-non-zero-product-of-the-array-elementsMinimum Non-Zero Product of the Array ElementsMedium37.4%75.0%
56https://leetcode.com/problems/merge-intervalsMerge IntervalsMedium51.1%75.0%
75https://leetcode.com/problems/sort-colorsSort ColorsMedium69.1%50.0%
79https://leetcode.com/problems/word-searchWord SearchMedium46.8%75.0%
88https://leetcode.com/problems/merge-sorted-arrayMerge Sorted ArrayEasy54.4%50.0%
1999https://leetcode.com/problems/smallest-greater-multiple-made-of-two-digitsSmallest Greater Multiple Made of Two DigitsMedium48.3%75.0%
2056https://leetcode.com/problems/number-of-valid-move-combinations-on-chessboardNumber of Valid Move Combinations On ChessboardHard48.7%75.0%
121https://leetcode.com/problems/best-time-to-buy-and-sell-stockBest Time to Buy and Sell StockEasy56.4%62.5%
2062https://leetcode.com/problems/count-vowel-substrings-of-a-stringCount Vowel Substrings of a StringEasy72.8%62.5%
146https://leetcode.com/problems/lru-cacheLRU CacheMedium46.8%87.5%
152https://leetcode.com/problems/maximum-product-subarrayMaximum Product SubarrayMedium36.0%50.0%
200https://leetcode.com/problems/number-of-islandsNumber of IslandsMedium63.8%75.0%
212https://leetcode.com/problems/word-search-iiWord Search IIHard38.1%37.5%
238https://leetcode.com/problems/product-of-array-except-selfProduct of Array Except SelfMedium68.6%62.5%
242https://leetcode.com/problems/valid-anagramValid AnagramEasy67.8%37.5%
2183https://leetcode.com/problems/count-array-pairs-divisible-by-kCount Array Pairs Divisible by KHard30.5%75.0%
300https://leetcode.com/problems/longest-increasing-subsequenceLongest Increasing SubsequenceMedium59.0%75.0%
347https://leetcode.com/problems/top-k-frequent-elementsTop K Frequent ElementsMedium65.8%50.0%
2366https://leetcode.com/problems/minimum-replacements-to-sort-the-arrayMinimum Replacements to Sort the ArrayHard53.2%50.0%
2380https://leetcode.com/problems/time-needed-to-rearrange-a-binary-stringTime Needed to Rearrange a Binary StringMedium52.6%75.0%
560https://leetcode.com/problems/subarray-sum-equals-kSubarray Sum Equals KMedium46.8%50.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%75.0%
2586https://leetcode.com/problems/count-the-number-of-vowel-strings-in-rangeCount the Number of Vowel Strings in RangeEasy74.1%75.0%
2524https://leetcode.com/problems/maximum-frequency-score-of-a-subarrayMaximum Frequency Score of a SubarrayHard36.3%75.0%
2559https://leetcode.com/problems/count-vowel-strings-in-rangesCount Vowel Strings in RangesMedium67.8%75.0%
2557https://leetcode.com/problems/maximum-number-of-integers-to-choose-from-a-range-iiMaximum Number of Integers to Choose From a Range IIMedium34.8%75.0%
851https://leetcode.com/problems/loud-and-richLoud and RichMedium63.2%50.0%
1010https://leetcode.com/problems/pairs-of-songs-with-total-durations-divisible-by-60Pairs of Songs With Total Durations Divisible by 60Medium53.4%62.5%
1229https://leetcode.com/problems/meeting-schedulerMeeting SchedulerMedium55.2%75.0%
1200https://leetcode.com/problems/minimum-absolute-differenceMinimum Absolute DifferenceEasy75.0%87.5%
1473https://leetcode.com/problems/paint-house-iiiPaint House IIIHard61.2%75.0%
1589https://leetcode.com/problems/maximum-sum-obtained-of-any-permutationMaximum Sum Obtained of Any PermutationMedium40.3%75.0%
1283https://leetcode.com/problems/find-the-smallest-divisor-given-a-thresholdFind the Smallest Divisor Given a ThresholdMedium65.4%62.5%
198https://leetcode.com/problems/house-robberHouse RobberMedium52.9%62.5%
68https://leetcode.com/problems/text-justificationText JustificationHard50.4%37.5%
355https://leetcode.com/problems/design-twitterDesign TwitterMedium44.2%37.5%
48https://leetcode.com/problems/rotate-imageRotate ImageMedium79.3%50.0%
215https://leetcode.com/problems/kth-largest-element-in-an-arrayKth Largest Element in an ArrayMedium68.8%50.0%
1671https://leetcode.com/problems/minimum-number-of-removals-to-make-mountain-arrayMinimum Number of Removals to Make Mountain ArrayHard54.8%37.5%
1963https://leetcode.com/problems/minimum-number-of-swaps-to-make-the-string-balancedMinimum Number of Swaps to Make the String BalancedMedium78.1%50.0%
53https://leetcode.com/problems/maximum-subarrayMaximum SubarrayMedium53.0%62.5%
945https://leetcode.com/problems/minimum-increment-to-make-array-uniqueMinimum Increment to Make Array UniqueMedium60.6%50.0%
2491https://leetcode.com/problems/divide-players-into-teams-of-equal-skillDivide Players Into Teams of Equal SkillMedium68.9%37.5%
1358https://leetcode.com/problems/number-of-substrings-containing-all-three-charactersNumber of Substrings Containing All Three CharactersMedium73.5%37.5%
528https://leetcode.com/problems/random-pick-with-weightRandom Pick with WeightMedium48.9%50.0%
322https://leetcode.com/problems/coin-changeCoin ChangeMedium47.9%75.0%
41https://leetcode.com/problems/first-missing-positiveFirst Missing PositiveHard42.4%37.5%
1669https://leetcode.com/problems/merge-in-between-linked-listsMerge In Between Linked ListsMedium82.8%37.5%
162https://leetcode.com/problems/find-peak-elementFind Peak ElementMedium46.8%50.0%
2697https://leetcode.com/problems/lexicographically-smallest-palindromeLexicographically Smallest PalindromeEasy80.8%37.5%
697https://leetcode.com/problems/degree-of-an-arrayDegree of an ArrayEasy58.2%50.0%
2625https://leetcode.com/problems/flatten-deeply-nested-arrayFlatten Deeply Nested ArrayMedium65.5%37.5%
55https://leetcode.com/problems/jump-gameJump GameMedium40.5%37.5%
295https://leetcode.com/problems/find-median-from-data-streamFind Median from Data StreamHard54.2%62.5%
54https://leetcode.com/problems/spiral-matrixSpiral MatrixMedium56.1%50.0%
221https://leetcode.com/problems/maximal-squareMaximal SquareMedium50.0%75.0%
1353https://leetcode.com/problems/maximum-number-of-events-that-can-be-attendedMaximum Number of Events That Can Be AttendedMedium38.9%62.5%
1046https://leetcode.com/problems/last-stone-weightLast Stone WeightEasy66.3%62.5%
875https://leetcode.com/problems/koko-eating-bananasKoko Eating BananasMedium49.7%50.0%
647https://leetcode.com/problems/palindromic-substringsPalindromic SubstringsMedium72.5%50.0%
128https://leetcode.com/problems/longest-consecutive-sequenceLongest Consecutive SequenceMedium47.0%50.0%
460https://leetcode.com/problems/lfu-cacheLFU CacheHard48.6%37.5%
36https://leetcode.com/problems/valid-sudokuValid SudokuMedium64.1%50.0%
202https://leetcode.com/problems/happy-numberHappy NumberEasy59.2%37.5%
207https://leetcode.com/problems/course-scheduleCourse ScheduleMedium50.8%37.5%
240https://leetcode.com/problems/search-a-2d-matrix-iiSearch a 2D Matrix IIMedium56.8%37.5%
1235https://leetcode.com/problems/maximum-profit-in-job-schedulingMaximum Profit in Job SchedulingHard54.6%37.5%
259https://leetcode.com/problems/3sum-smaller3Sum SmallerMedium51.3%50.0%
124https://leetcode.com/problems/binary-tree-maximum-path-sumBinary Tree Maximum Path SumHard42.0%37.5%
735https://leetcode.com/problems/asteroid-collisionAsteroid CollisionMedium47.1%50.0%
1160https://leetcode.com/problems/find-words-that-can-be-formed-by-charactersFind Words That Can Be Formed by CharactersEasy71.5%75.0%
283https://leetcode.com/problems/move-zeroesMove ZeroesEasy63.5%37.5%
780https://leetcode.com/problems/reaching-pointsReaching PointsHard34.2%50.0%
994https://leetcode.com/problems/rotting-orangesRotting OrangesMedium58.1%37.5%
78https://leetcode.com/problems/subsetsSubsetsMedium82.0%50.0%
24https://leetcode.com/problems/swap-nodes-in-pairsSwap Nodes in PairsMedium68.9%37.5%
1202https://leetcode.com/problems/smallest-string-with-swapsSmallest String With SwapsMedium60.3%50.0%
402https://leetcode.com/problems/remove-k-digitsRemove K DigitsMedium36.4%37.5%
1268https://leetcode.com/problems/search-suggestions-systemSearch Suggestions SystemMedium65.2%37.5%
1839https://leetcode.com/problems/longest-substring-of-all-vowels-in-orderLongest Substring Of All Vowels in OrderMedium51.5%37.5%
297https://leetcode.com/problems/serialize-and-deserialize-binary-treeSerialize and Deserialize Binary TreeHard60.3%37.5%
70https://leetcode.com/problems/climbing-stairsClimbing StairsEasy53.9%37.5%
1060https://leetcode.com/problems/missing-element-in-sorted-arrayMissing Element in Sorted ArrayMedium59.7%37.5%
412https://leetcode.com/problems/fizz-buzzFizz BuzzEasy75.2%37.5%
73https://leetcode.com/problems/set-matrix-zeroesSet Matrix ZeroesMedium62.4%37.5%
1209https://leetcode.com/problems/remove-all-adjacent-duplicates-in-string-iiRemove All Adjacent Duplicates in String IIMedium60.9%37.5%
692https://leetcode.com/problems/top-k-frequent-wordsTop K Frequent WordsMedium60.0%50.0%
1926https://leetcode.com/problems/nearest-exit-from-entrance-in-mazeNearest Exit from Entrance in MazeMedium48.3%37.5%
1251https://leetcode.com/problems/average-selling-priceAverage Selling PriceEasy37.1%50.0%
1854https://leetcode.com/problems/maximum-population-yearMaximum Population YearEasy63.6%37.5%
1048https://leetcode.com/problems/longest-string-chainLongest String ChainMedium62.8%37.5%
2858https://leetcode.com/problems/minimum-edge-reversals-so-every-node-is-reachableMinimum Edge Reversals So Every Node Is ReachableHard57.2%37.5%
57https://leetcode.com/problems/insert-intervalInsert IntervalMedium44.7%37.5%
123https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iiiBest Time to Buy and Sell Stock IIIHard53.1%37.5%
3820https://leetcode.com/problems/pythagorean-distance-nodes-in-a-treePythagorean Distance Nodes in a TreeMedium57.7%75.0%