Skip to main content

Snowflake LeetCode Questions

IDURLTitleDifficultyAcceptance %Frequency %
2856https://leetcode.com/problems/minimum-array-length-after-pair-removalsMinimum Array Length After Pair RemovalsMedium27.0%75.0%
10https://leetcode.com/problems/regular-expression-matchingRegular Expression MatchingHard30.4%62.5%
21https://leetcode.com/problems/merge-two-sorted-listsMerge Two Sorted ListsEasy67.9%50.0%
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%50.0%
981https://leetcode.com/problems/time-based-key-value-storeTime Based Key-Value StoreMedium49.7%62.5%
545https://leetcode.com/problems/boundary-of-binary-treeBoundary of Binary TreeMedium47.9%62.5%
588https://leetcode.com/problems/design-in-memory-file-systemDesign In-Memory File SystemHard48.4%100.0%
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%62.5%
2050https://leetcode.com/problems/parallel-courses-iiiParallel Courses IIIHard66.8%87.5%
146https://leetcode.com/problems/lru-cacheLRU CacheMedium46.8%62.5%
2702https://leetcode.com/problems/minimum-operations-to-make-numbers-non-positiveMinimum Operations to Make Numbers Non-positiveHard44.0%37.5%
202https://leetcode.com/problems/happy-numberHappy NumberEasy59.2%100.0%
1639https://leetcode.com/problems/number-of-ways-to-form-a-target-string-given-a-dictionaryNumber of Ways to Form a Target String Given a DictionaryHard56.6%75.0%
212https://leetcode.com/problems/word-search-iiWord Search IIHard38.1%87.5%
210https://leetcode.com/problems/course-schedule-iiCourse Schedule IIMedium55.0%100.0%
224https://leetcode.com/problems/basic-calculatorBasic CalculatorHard46.5%75.0%
227https://leetcode.com/problems/basic-calculator-iiBasic Calculator IIMedium46.6%50.0%
741https://leetcode.com/problems/cherry-pickupCherry PickupHard39.1%37.5%
2742https://leetcode.com/problems/painting-the-wallsPainting the WallsHard48.9%87.5%
253https://leetcode.com/problems/meeting-rooms-iiMeeting Rooms IIMedium52.5%37.5%
271https://leetcode.com/problems/encode-and-decode-stringsEncode and Decode StringsMedium51.2%50.0%
273https://leetcode.com/problems/integer-to-english-wordsInteger to English WordsHard34.8%50.0%
787https://leetcode.com/problems/cheapest-flights-within-k-stopsCheapest Flights Within K StopsMedium41.4%50.0%
1235https://leetcode.com/problems/maximum-profit-in-job-schedulingMaximum Profit in Job SchedulingHard54.6%75.0%
330https://leetcode.com/problems/patching-arrayPatching ArrayHard54.1%37.5%
2303https://leetcode.com/problems/calculate-amount-paid-in-taxesCalculate Amount Paid in TaxesEasy69.0%87.5%
362https://leetcode.com/problems/design-hit-counterDesign Hit CounterMedium69.6%62.5%
380https://leetcode.com/problems/insert-delete-getrandom-o1Insert Delete GetRandom O(1)Medium55.3%62.5%
3177https://leetcode.com/problems/find-the-maximum-length-of-a-good-subsequence-iiFind the Maximum Length of a Good Subsequence IIHard25.1%75.0%
3176https://leetcode.com/problems/find-the-maximum-length-of-a-good-subsequence-iFind the Maximum Length of a Good Subsequence IMedium32.5%75.0%
3155https://leetcode.com/problems/maximum-number-of-upgradable-serversMaximum Number of Upgradable ServersMedium43.1%87.5%
399https://leetcode.com/problems/evaluate-divisionEvaluate DivisionMedium64.0%37.5%
438https://leetcode.com/problems/find-all-anagrams-in-a-stringFind All Anagrams in a StringMedium53.3%87.5%
2851https://leetcode.com/problems/string-transformationString TransformationHard26.6%75.0%
706https://leetcode.com/problems/design-hashmapDesign HashMapEasy66.4%62.5%
1898https://leetcode.com/problems/maximum-number-of-removable-charactersMaximum Number of Removable CharactersMedium46.8%37.5%
2265https://leetcode.com/problems/count-nodes-equal-to-average-of-subtreeCount Nodes Equal to Average of SubtreeMedium86.7%37.5%
301https://leetcode.com/problems/remove-invalid-parenthesesRemove Invalid ParenthesesHard49.8%37.5%
42https://leetcode.com/problems/trapping-rain-waterTrapping Rain WaterHard66.8%87.5%
872https://leetcode.com/problems/leaf-similar-treesLeaf-Similar TreesEasy70.2%50.0%
76https://leetcode.com/problems/minimum-window-substringMinimum Window SubstringHard46.9%87.5%
11https://leetcode.com/problems/container-with-most-waterContainer With Most WaterMedium59.5%37.5%
207https://leetcode.com/problems/course-scheduleCourse ScheduleMedium50.8%62.5%
2062https://leetcode.com/problems/count-vowel-substrings-of-a-stringCount Vowel Substrings of a StringEasy72.8%75.0%
155https://leetcode.com/problems/min-stackMin StackMedium57.7%50.0%
528https://leetcode.com/problems/random-pick-with-weightRandom Pick with WeightMedium48.9%50.0%
139https://leetcode.com/problems/word-breakWord BreakMedium49.1%37.5%
295https://leetcode.com/problems/find-median-from-data-streamFind Median from Data StreamHard54.2%50.0%
23https://leetcode.com/problems/merge-k-sorted-listsMerge k Sorted ListsHard58.8%75.0%
105https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversalConstruct Binary Tree from Preorder and Inorder TraversalMedium68.3%37.5%
621https://leetcode.com/problems/task-schedulerTask SchedulerMedium62.6%50.0%
138https://leetcode.com/problems/copy-list-with-random-pointerCopy List with Random PointerMedium62.4%62.5%
2467https://leetcode.com/problems/most-profitable-path-in-a-treeMost Profitable Path in a TreeMedium67.3%37.5%
52https://leetcode.com/problems/n-queens-iiN-Queens IIHard78.1%50.0%
1146https://leetcode.com/problems/snapshot-arraySnapshot ArrayMedium36.7%50.0%
849https://leetcode.com/problems/maximize-distance-to-closest-personMaximize Distance to Closest PersonMedium49.6%62.5%
687https://leetcode.com/problems/longest-univalue-pathLongest Univalue PathMedium43.5%50.0%
1600https://leetcode.com/problems/throne-inheritanceThrone InheritanceMedium66.8%75.0%
408https://leetcode.com/problems/valid-word-abbreviationValid Word AbbreviationEasy37.0%37.5%
2096https://leetcode.com/problems/step-by-step-directions-from-a-binary-tree-node-to-anotherStep-By-Step Directions From a Binary Tree Node to AnotherMedium56.4%75.0%
208https://leetcode.com/problems/implement-trie-prefix-treeImplement Trie (Prefix Tree)Medium69.2%37.5%
695https://leetcode.com/problems/max-area-of-islandMax Area of IslandMedium73.8%62.5%
1https://leetcode.com/problems/two-sumTwo SumEasy57.1%75.0%
286https://leetcode.com/problems/walls-and-gatesWalls and GatesMedium63.8%37.5%
51https://leetcode.com/problems/n-queensN-QueensHard74.9%37.5%
540https://leetcode.com/problems/single-element-in-a-sorted-arraySingle Element in a Sorted ArrayMedium59.2%50.0%
1353https://leetcode.com/problems/maximum-number-of-events-that-can-be-attendedMaximum Number of Events That Can Be AttendedMedium38.9%50.0%
1631https://leetcode.com/problems/path-with-minimum-effortPath With Minimum EffortMedium62.8%37.5%
211https://leetcode.com/problems/design-add-and-search-words-data-structureDesign Add and Search Words Data StructureMedium48.1%50.0%
1233https://leetcode.com/problems/remove-sub-folders-from-the-filesystemRemove Sub-Folders from the FilesystemMedium78.6%62.5%
402https://leetcode.com/problems/remove-k-digitsRemove K DigitsMedium36.4%50.0%
121https://leetcode.com/problems/best-time-to-buy-and-sell-stockBest Time to Buy and Sell StockEasy56.4%37.5%
13https://leetcode.com/problems/roman-to-integerRoman to IntegerEasy66.2%37.5%
71https://leetcode.com/problems/simplify-pathSimplify PathMedium50.0%50.0%
347https://leetcode.com/problems/top-k-frequent-elementsTop K Frequent ElementsMedium65.8%62.5%
827https://leetcode.com/problems/making-a-large-islandMaking A Large IslandHard56.3%37.5%
435https://leetcode.com/problems/non-overlapping-intervalsNon-overlapping IntervalsMedium56.7%37.5%
1136https://leetcode.com/problems/parallel-coursesParallel CoursesMedium62.0%62.5%
917https://leetcode.com/problems/reverse-only-lettersReverse Only LettersEasy68.1%50.0%
947https://leetcode.com/problems/most-stones-removed-with-same-row-or-columnMost Stones Removed with Same Row or ColumnMedium62.7%50.0%
841https://leetcode.com/problems/keys-and-roomsKeys and RoomsMedium75.5%50.0%
36https://leetcode.com/problems/valid-sudokuValid SudokuMedium64.1%37.5%
1242https://leetcode.com/problems/web-crawler-multithreadedWeb Crawler MultithreadedMedium51.0%62.5%
1751https://leetcode.com/problems/maximum-number-of-events-that-can-be-attended-iiMaximum Number of Events That Can Be Attended IIHard63.6%50.0%
635https://leetcode.com/problems/design-log-storage-systemDesign Log Storage SystemMedium59.2%50.0%
881https://leetcode.com/problems/boats-to-save-peopleBoats to Save PeopleMedium61.4%37.5%
79https://leetcode.com/problems/word-searchWord SearchMedium46.8%37.5%
729https://leetcode.com/problems/my-calendar-iMy Calendar IMedium58.2%37.5%
1604https://leetcode.com/problems/alert-using-same-key-card-three-or-more-times-in-a-one-hour-periodAlert Using Same Key-Card Three or More Times in a One Hour PeriodMedium46.1%37.5%
1236https://leetcode.com/problems/web-crawlerWeb CrawlerMedium68.9%62.5%
622https://leetcode.com/problems/design-circular-queueDesign Circular QueueMedium54.0%37.5%
1166https://leetcode.com/problems/design-file-systemDesign File SystemMedium65.1%37.5%
994https://leetcode.com/problems/rotting-orangesRotting OrangesMedium58.1%50.0%
276https://leetcode.com/problems/paint-fencePaint FenceMedium48.3%37.5%
2https://leetcode.com/problems/add-two-numbersAdd Two NumbersMedium47.9%37.5%
1494https://leetcode.com/problems/parallel-courses-iiParallel Courses IIHard30.5%37.5%
45https://leetcode.com/problems/jump-game-iiJump Game IIMedium42.4%37.5%
490https://leetcode.com/problems/the-mazeThe MazeMedium60.3%37.5%
1057https://leetcode.com/problems/campus-bikesCampus BikesMedium59.1%37.5%
261https://leetcode.com/problems/graph-valid-treeGraph Valid TreeMedium49.8%50.0%
243https://leetcode.com/problems/shortest-word-distanceShortest Word DistanceEasy66.2%50.0%
2458https://leetcode.com/problems/height-of-binary-tree-after-subtree-removal-queriesHeight of Binary Tree After Subtree Removal QueriesHard54.9%37.5%