Skip to main content

Samsung LeetCode Questions

IDURLTitleDifficultyAcceptance %Frequency %
1https://leetcode.com/problems/two-sumTwo SumEasy57.1%75.0%
2https://leetcode.com/problems/add-two-numbersAdd Two NumbersMedium47.9%50.0%
9https://leetcode.com/problems/palindrome-numberPalindrome NumberEasy60.2%50.0%
15https://leetcode.com/problems/3sum3SumMedium38.6%62.5%
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%
42https://leetcode.com/problems/trapping-rain-waterTrapping Rain WaterHard66.8%87.5%
53https://leetcode.com/problems/maximum-subarrayMaximum SubarrayMedium53.0%62.5%
56https://leetcode.com/problems/merge-intervalsMerge IntervalsMedium51.1%50.0%
987https://leetcode.com/problems/vertical-order-traversal-of-a-binary-treeVertical Order Traversal of a Binary TreeHard53.2%87.5%
2029https://leetcode.com/problems/stone-game-ixStone Game IXMedium29.8%87.5%
2035https://leetcode.com/problems/partition-array-into-two-arrays-to-minimize-sum-differencePartition Array Into Two Arrays to Minimize Sum DifferenceHard23.0%87.5%
121https://leetcode.com/problems/best-time-to-buy-and-sell-stockBest Time to Buy and Sell StockEasy56.4%75.0%
141https://leetcode.com/problems/linked-list-cycleLinked List CycleEasy53.9%50.0%
146https://leetcode.com/problems/lru-cacheLRU CacheMedium46.8%100.0%
200https://leetcode.com/problems/number-of-islandsNumber of IslandsMedium63.8%100.0%
1301https://leetcode.com/problems/number-of-paths-with-max-scoreNumber of Paths with Max ScoreHard42.0%87.5%
1139https://leetcode.com/problems/largest-1-bordered-squareLargest 1-Bordered SquareMedium52.0%87.5%
253https://leetcode.com/problems/meeting-rooms-iiMeeting Rooms IIMedium52.5%50.0%
300https://leetcode.com/problems/longest-increasing-subsequenceLongest Increasing SubsequenceMedium59.0%87.5%
312https://leetcode.com/problems/burst-balloonsBurst BalloonsHard62.9%87.5%
322https://leetcode.com/problems/coin-changeCoin ChangeMedium47.9%50.0%
1691https://leetcode.com/problems/maximum-height-by-stacking-cuboidsMaximum Height by Stacking CuboidsHard61.7%87.5%
1464https://leetcode.com/problems/maximum-product-of-two-elements-in-an-arrayMaximum Product of Two Elements in an ArrayEasy83.5%87.5%
1519https://leetcode.com/problems/number-of-nodes-in-the-sub-tree-with-the-same-labelNumber of Nodes in the Sub-Tree With the Same LabelMedium55.3%87.5%
2639https://leetcode.com/problems/find-the-width-of-columns-of-a-gridFind the Width of Columns of a GridEasy70.4%87.5%
2642https://leetcode.com/problems/design-graph-with-shortest-path-calculatorDesign Graph With Shortest Path CalculatorHard64.8%87.5%
2662https://leetcode.com/problems/minimum-cost-of-a-path-with-special-roadsMinimum Cost of a Path With Special RoadsMedium42.4%87.5%
653https://leetcode.com/problems/two-sum-iv-input-is-a-bstTwo Sum IV - Input is a BSTEasy63.0%87.5%
1675https://leetcode.com/problems/minimize-deviation-in-arrayMinimize Deviation in ArrayHard54.0%87.5%
785https://leetcode.com/problems/is-graph-bipartiteIs Graph Bipartite?Medium58.9%75.0%
2810https://leetcode.com/problems/faulty-keyboardFaulty KeyboardEasy80.0%87.5%
1830https://leetcode.com/problems/minimum-number-of-operations-to-make-string-sortedMinimum Number of Operations to Make String SortedHard50.7%87.5%
1590https://leetcode.com/problems/make-sum-divisible-by-pMake Sum Divisible by PMedium42.6%50.0%
402https://leetcode.com/problems/remove-k-digitsRemove K DigitsMedium36.4%50.0%
849https://leetcode.com/problems/maximize-distance-to-closest-personMaximize Distance to Closest PersonMedium49.6%75.0%
108https://leetcode.com/problems/convert-sorted-array-to-binary-search-treeConvert Sorted Array to Binary Search TreeEasy75.2%50.0%
79https://leetcode.com/problems/word-searchWord SearchMedium46.8%62.5%
3045https://leetcode.com/problems/count-prefix-and-suffix-pairs-iiCount Prefix and Suffix Pairs IIHard28.0%87.5%
3080https://leetcode.com/problems/mark-elements-on-array-by-performing-queriesMark Elements on Array by Performing QueriesMedium49.1%87.5%
295https://leetcode.com/problems/find-median-from-data-streamFind Median from Data StreamHard54.2%50.0%
994https://leetcode.com/problems/rotting-orangesRotting OrangesMedium58.1%75.0%
127https://leetcode.com/problems/word-ladderWord LadderHard44.9%50.0%
14https://leetcode.com/problems/longest-common-prefixLongest Common PrefixEasy47.1%62.5%
189https://leetcode.com/problems/rotate-arrayRotate ArrayMedium44.4%50.0%
886https://leetcode.com/problems/possible-bipartitionPossible BipartitionMedium52.3%75.0%
23https://leetcode.com/problems/merge-k-sorted-listsMerge k Sorted ListsHard58.8%62.5%
713https://leetcode.com/problems/subarray-product-less-than-kSubarray Product Less Than KMedium53.9%62.5%
30https://leetcode.com/problems/substring-with-concatenation-of-all-wordsSubstring with Concatenation of All WordsHard34.0%87.5%
374https://leetcode.com/problems/guess-number-higher-or-lowerGuess Number Higher or LowerEasy57.1%87.5%
162https://leetcode.com/problems/find-peak-elementFind Peak ElementMedium46.8%75.0%
46https://leetcode.com/problems/permutationsPermutationsMedium81.6%50.0%
407https://leetcode.com/problems/trapping-rain-water-iiTrapping Rain Water IIHard64.0%62.5%
75https://leetcode.com/problems/sort-colorsSort ColorsMedium69.1%62.5%
29https://leetcode.com/problems/divide-two-integersDivide Two IntegersMedium19.4%62.5%
22https://leetcode.com/problems/generate-parenthesesGenerate ParenthesesMedium78.2%50.0%
160https://leetcode.com/problems/intersection-of-two-linked-listsIntersection of Two Linked ListsEasy63.2%62.5%
1514https://leetcode.com/problems/path-with-maximum-probabilityPath with Maximum ProbabilityMedium65.5%50.0%
88https://leetcode.com/problems/merge-sorted-arrayMerge Sorted ArrayEasy54.4%50.0%
283https://leetcode.com/problems/move-zeroesMove ZeroesEasy63.5%50.0%
31https://leetcode.com/problems/next-permutationNext PermutationMedium44.7%50.0%
45https://leetcode.com/problems/jump-game-iiJump Game IIMedium42.5%50.0%
410https://leetcode.com/problems/split-array-largest-sumSplit Array Largest SumHard59.8%50.0%
3796https://leetcode.com/problems/find-maximum-value-in-a-constrained-sequenceFind Maximum Value in a Constrained SequenceMedium62.3%87.5%
4https://leetcode.com/problems/median-of-two-sorted-arraysMedian of Two Sorted ArraysHard45.9%50.0%
5https://leetcode.com/problems/longest-palindromic-substringLongest Palindromic SubstringMedium37.3%50.0%
48https://leetcode.com/problems/rotate-imageRotate ImageMedium79.3%50.0%
72https://leetcode.com/problems/edit-distanceEdit DistanceMedium60.1%50.0%
855https://leetcode.com/problems/exam-roomExam RoomMedium43.2%50.0%