0% found this document useful (0 votes)
32 views28 pages

LC List

This document provides a list of LeetCode questions tagged by Adobe that were asked in interviews from April 2022 to September 2022. It includes the question title, tags, acceptance rate and difficulty for each question. The questions are sorted by frequency asked. Links are provided to practice the questions on LeetCode. It notes that premium questions may not be available to practice without a premium account.

Uploaded by

abhi007rider007
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views28 pages

LC List

This document provides a list of LeetCode questions tagged by Adobe that were asked in interviews from April 2022 to September 2022. It includes the question title, tags, acceptance rate and difficulty for each question. The questions are sorted by frequency asked. Links are provided to practice the questions on LeetCode. It notes that premium questions may not be available to practice without a premium account.

Uploaded by

abhi007rider007
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 28

Adobe

Uber
Walmart
Atlassian
Bloomberg
tagged LeetCode
questions Which is asked in the last 6 months

(April22 – Sept22)
@Chandanagrawal23
Good Luck
Practice as much as you can
Share with others too
Click here for more

@Chandanagrawal23
Adobe
tagged LeetCode
questions Which is asked in the last 6 months

(April22 – Sept22)

This pdf contains Adobe tagged questions

from LC premium account, sorted according to frequency


of asked, also they are links so just click and solve.

PS : This is just list of last 6 months , if you don’t have


premium account , premium questions will not be available
to practice.

IMPO : Download from LinkedIn desktop , in mobile version


links are not working

@Chandanagrawal23
# Title Tags Acceptance Difficulty

13 Roman to Integer Hash TableMathString 58.30% Easy

1 Two Sum ArrayHash Table 49.10% Easy

2376 Count Special Integers MathDynamic Programming 35.60% Hard

4 Median of Two Sorted Arrays ArrayBinary SearchDivide and Conquer 35.00% Hard

51 N-Queens ArrayBacktracking 62.50% Hard

1207 Unique Number of Occurrences ArrayHash Table 70.90% Easy

1229 Meeting Scheduler ArrayTwo PointersSorting 55.40% Medium

916 Word Subsets ArrayHash TableString 54.20% Medium

458 Poor Pigs MathDynamic ProgrammingCombinatorics 65.50% Hard

858 Mirror Reflection MathGeometry 63.20% Medium

923 3Sum With Multiplicity ArrayHash TableTwo PointersSortingCounting 45.50% Medium

Minimum Cost Tree From Leaf


1130 Dynamic ProgrammingStackGreedyMonotonic Stack 68.50% Medium
Values

2235 Add Two Integers Math 90.50% Easy

48 Rotate Image ArrayMathMatrix 69.60% Medium

16 3Sum Closest ArrayTwo PointersSorting 46.20% Medium

56 Merge Intervals ArraySorting 45.80% Medium

84 Largest Rectangle in Histogram ArrayStackMonotonic Stack 41.90% Hard

Partition Array Into Three


1013 ArrayGreedy 43.60% Easy
Parts With Equal Sum

768 Max Chunks To Make Sorted II ArrayStackGreedySortingMonotonic Stack 52.60% Hard

934 Shortest Bridge ArrayDepth-First SearchBreadth-First SearchMatrix 53.80% Medium

@Chandanagrawal23
231 Power of Two MathBit ManipulationRecursion 45.60% Easy

31 Next Permutation ArrayTwo Pointers 37.00% Medium

Find Original Array From


2007 ArrayHash TableGreedySorting 41.00% Medium
Doubled Array

1695 Maximum Erasure Value ArrayHash TableSliding Window 57.80% Medium

53 Maximum Subarray ArrayDivide and ConquerDynamic Programming 50.00% Medium

240 Search a 2D Matrix II ArrayBinary SearchDivide and ConquerMatrix 50.40% Medium

Dynamic ProgrammingBacktrackingTreeBinary Search


95 Unique Binary Search Trees II TreeBinary Tree
51.20% Medium

22 Generate Parentheses StringDynamic ProgrammingBacktracking 71.60% Medium

1539 Kth Missing Positive Number ArrayBinary Search 55.80% Easy

Numbers With Same


967 BacktrackingBreadth-First Search 56.90% Medium
Consecutive Differences

Minimum Operations to
1658 ArrayHash TableBinary SearchSliding WindowPrefix Sum 37.60% Medium
Reduce X to Zero

76 Minimum Window Substring Hash TableStringSliding Window 39.90% Hard

869 Reordered Power of 2 MathSortingCountingEnumeration 64.10% Medium

20 Valid Parentheses StringStack 40.70% Easy

890 Find and Replace Pattern ArrayHash TableString 78.00% Medium

2 Add Two Numbers Linked ListMathRecursion 39.60% Medium

7 Reverse Integer Math 27.10% Medium

24 Swap Nodes in Pairs Linked ListRecursion 60.10% Medium

ArrayDynamic ProgrammingBacktrackingBit
473 Matchsticks to Square ManipulationBitmask
40.50% Medium

Longest Substring Without


3 Hash TableStringSliding Window 33.70% Medium
Repeating Characters

@Chandanagrawal23
135 Candy ArrayGreedy 40.60% Hard

15 3Sum ArrayTwo PointersSorting 32.10% Medium

Populating Next Right Pointers Linked ListTreeDepth-First SearchBreadth-First


116 SearchBinary Tree
59.10% Medium
in Each Node

121 Best Time to Buy and Sell Stock ArrayDynamic Programming 54.50% Easy

Sort Integers by The Power


1387 Dynamic ProgrammingMemoizationSorting 69.90% Medium
Value

ArrayDepth-First SearchBreadth-First SearchUnion


399 Evaluate Division FindGraphShortest Path
59.40% Medium

Minimum Number of Days to


1482 ArrayBinary Search 56.90% Medium
Make m Bouquets

37 Sudoku Solver ArrayBacktrackingMatrix 56.40% Hard

38 Count and Say String 49.60% Medium

322 Coin Change ArrayDynamic ProgrammingBreadth-First Search 41.30% Medium

394 Decode String StringStackRecursion 57.30% Medium

779 K-th Symbol in Grammar MathBit ManipulationRecursion 40.60% Medium

11 Container With Most Water ArrayTwo PointersGreedy 54.30% Medium

174 Dungeon Game ArrayDynamic ProgrammingMatrix 37.20% Hard

460 LFU Cache Hash TableLinked ListDesignDoubly-Linked List 40.30% Hard

86 Partition List Linked ListTwo Pointers 51.10% Medium

ArrayTwo PointersDynamic
42 Trapping Rain Water ProgrammingStackMonotonic Stack
58.60% Hard

All Nodes Distance K in Binary


863 TreeDepth-First SearchBreadth-First SearchBinary Tree 62.10% Medium
Tree

139 Word Break Hash TableStringDynamic ProgrammingTrieMemoization 45.30% Medium

279 Perfect Squares MathDynamic ProgrammingBreadth-First Search 52.20% Medium

@Chandanagrawal23
73 Set Matrix Zeroes ArrayHash TableMatrix 49.80% Medium

5 Longest Palindromic Substring StringDynamic Programming 32.40% Medium

1091 Shortest Path in Binary Matrix ArrayBreadth-First SearchMatrix 44.50% Medium

217 Contains Duplicate ArrayHash TableSorting 61.20% Easy

StackTreeDepth-First SearchBinary Search TreeBinary


897 Increasing Order Search Tree Tree
78.40% Easy

146 LRU Cache Hash TableLinked ListDesignDoubly-Linked List 40.50% Medium

52 N-Queens II Backtracking 70.70% Hard

450 Delete Node in a BST TreeBinary Search TreeBinary Tree 49.80% Medium

54 Spiral Matrix ArrayMatrixSimulation 43.30% Medium

179 Largest Number StringGreedySorting 33.80% Medium

Find Mode in Binary Search


501 TreeDepth-First SearchBinary Search TreeBinary Tree 48.40% Easy
Tree

118 Pascal's Triangle ArrayDynamic Programming 68.60% Easy

342 Power of Four MathBit ManipulationRecursion 45.50% Easy

ArrayDepth-First SearchBreadth-First SearchUnion


200 Number of Islands FindMatrix
56.00% Medium

221 Maximal Square ArrayDynamic ProgrammingMatrix 44.30% Medium

413 Arithmetic Slices ArrayDynamic Programming 65.00% Medium

474 Ones and Zeroes ArrayStringDynamic Programming 46.70% Medium

285 Inorder Successor in BST TreeDepth-First SearchBinary Search TreeBinary Tree 48.20% Medium

301 Remove Invalid Parentheses StringBacktrackingBreadth-First Search 47.00% Hard

Remove All Adjacent


1047 StringStack 70.60% Easy
Duplicates In String

852 Peak Index in a Mountain Array ArrayBinary Search 69.60% Medium

@Chandanagrawal23
Kth Largest Element in an ArrayDivide and ConquerSortingHeap (Priority
215 Queue)Quickselect
65.60% Medium
Array

21 Merge Two Sorted Lists Linked ListRecursion 61.60% Easy

Maximum Profit in Job


1235 ArrayBinary SearchDynamic ProgrammingSorting 51.00% Hard
Scheduling

350 Intersection of Two Arrays II ArrayHash TableTwo PointersBinary SearchSorting 55.50% Easy

THANKS
Practice as much as you
can
Share with others too

@Chandanagrawal23
Uber
tagged LeetCode
questions Which is asked in the last 6 months

(April22 – Sept22)

This pdf contains Uber tagged questions

from LC premium account, sorted according to frequency


of asked, also they are links so just click and solve.

PS : This is just list of last 6 months , if you don’t have


premium account , premium questions will not be available
to practice.

IMPO : Download from LinkedIn desktop , in mobile version


links are not working

@Chandanagrawal23
# Title Tags Acceptance Difficulty

815 Bus Routes ArrayHash TableBreadth-First Search 45.70% Hard

564 Find the Closest Palindrome MathString 21.90% Hard

Leftmost Column with at Least a


1428 ArrayBinary SearchMatrixInteractive 53.00% Medium
One

427 Construct Quad Tree ArrayDivide and ConquerTreeMatrix 66.30% Medium

ArrayDynamic ProgrammingBacktrackingBit
465 Optimal Account Balancing ManipulationBitmask
49.30% Hard

1842 Next Palindrome Using Same Digits Two PointersString 53.60% Hard

361 Bomb Enemy ArrayDynamic ProgrammingMatrix 50.80% Medium

Longest Continuous Subarray With


ArrayQueueSliding WindowHeap (Priority
1438 Absolute Diff Less Than or Equal to Queue)Ordered SetMonotonic Queue
47.90% Medium
Limit

2187 Minimum Time to Complete Trips ArrayBinary Search 31.60% Medium

1515 Best Position for a Service Centre MathGeometryRandomized 38.40% Hard

ArrayMathStringBinary SearchDynamic
902 Numbers At Most N Given Digit Set Programming
41.40% Hard

68 Text Justification ArrayStringSimulation 36.40% Hard

855 Exam Room DesignOrdered Set 43.50% Medium

ArrayDepth-First SearchBreadth-First SearchUnion


399 Evaluate Division FindGraphShortest Path
59.40% Medium

529 Minesweeper ArrayDepth-First SearchBreadth-First SearchMatrix 65.40% Medium

729 My Calendar I Binary SearchDesignSegment TreeOrdered Set 57.20% Medium

Hash TableStringTrieSortingHeap (Priority


692 Top K Frequent Words Queue)Bucket SortCounting
55.10% Medium

212 Word Search II ArrayStringBacktrackingTrieMatrix 37.10% Hard

312 Burst Balloons ArrayDynamic Programming 56.90% Hard

@Chandanagrawal23
TreeDepth-First SearchBinary Search TreeBinary
230 Kth Smallest Element in a BST Tree
69.10% Medium

1814 Count Nice Pairs in an Array ArrayHash TableMathCounting 41.80% Medium

759 Employee Free Time ArraySortingHeap (Priority Queue) 71.60% Hard

Number of Pairs of Strings With


2023 ArrayString 72.70% Medium
Concatenation Equal to Target

384 Shuffle an Array ArrayMathRandomized 57.60% Medium

773 Sliding Puzzle ArrayBreadth-First SearchMatrix 63.70% Hard

Frequency of the Most Frequent ArrayBinary SearchGreedySliding


1838 WindowSortingPrefix Sum
38.10% Medium
Element

1861 Rotating the Box ArrayTwo PointersMatrix 64.80% Medium

ArrayDepth-First SearchBreadth-First SearchUnion


827 Making A Large Island FindMatrix
44.70% Hard

246 Strobogrammatic Number Hash TableTwo PointersString 47.60% Easy

986 Interval List Intersections ArrayTwo Pointers 71.40% Medium

380 Insert Delete GetRandom O(1) ArrayHash TableMathDesignRandomized 51.90% Medium

930 Binary Subarrays With Sum ArrayHash TableSliding WindowPrefix Sum 50.60% Medium

79 Word Search ArrayBacktrackingMatrix 39.90% Medium

Minimum Sum of Squared


2333 ArrayMathSortingHeap (Priority Queue) 24.80% Medium
Difference

428 Serialize and Deserialize N-ary Tree StringTreeDepth-First SearchBreadth-First Search 65.20% Hard

Longest Repeating Character


424 Hash TableStringSliding Window 51.30% Medium
Replacement

Serialize and Deserialize Binary StringTreeDepth-First SearchBreadth-First


297 SearchDesignBinary Tree
54.80% Hard
Tree

Minimum Swaps to Group All 1's


2134 ArraySliding Window 49.80% Medium
Together II

@Chandanagrawal23
934 Shortest Bridge ArrayDepth-First SearchBreadth-First SearchMatrix 53.80% Medium

Hash TableTreeDepth-First SearchBreadth-First


1740 Find Distance in a Binary Tree SearchBinary Tree
68.80% Medium

1095 Find in Mountain Array ArrayBinary SearchInteractive 35.80% Hard

528 Random Pick with Weight MathBinary SearchPrefix SumRandomized 46.20% Medium

1344 Angle Between Hands of a Clock Math 63.40% Medium

135 Candy ArrayGreedy 40.60% Hard

56 Merge Intervals ArraySorting 45.80% Medium

ArrayDepth-First SearchBreadth-First SearchUnion


200 Number of Islands FindMatrix
56.00% Medium

992 Subarrays with K Different Integers ArrayHash TableSliding WindowCounting 54.10% Hard

864 Shortest Path to Get All Keys Bit ManipulationBreadth-First Search 45.40% Hard

332 Reconstruct Itinerary Depth-First SearchGraphEulerian Circuit 40.80% Hard

305 Number of Islands II ArrayUnion Find 39.50% Hard

731 My Calendar II Binary SearchDesignSegment TreeOrdered Set 54.20% Medium

953 Verifying an Alien Dictionary ArrayHash TableString 52.60% Easy

341 Flatten Nested List Iterator StackTreeDepth-First SearchDesignQueueIterator 61.40% Medium

Shortest Path in a Grid with


1293 ArrayBreadth-First SearchMatrix 43.60% Hard
Obstacles Elimination

636 Exclusive Time of Functions ArrayStack 60.90% Medium

123 Best Time to Buy and Sell Stock III ArrayDynamic Programming 44.70% Hard

36 Valid Sudoku ArrayHash TableMatrix 56.60% Medium

Letter Combinations of a Phone


17 Hash TableStringBacktracking 55.30% Medium
Number

394 Decode String StringStackRecursion 57.30% Medium

@Chandanagrawal23
Hash TableStringGreedySortingHeap (Priority
767 Reorganize String Queue)Counting
52.70% Medium

545 Boundary of Binary Tree TreeDepth-First SearchBinary Tree 44.20% Medium

ArrayTwo PointersGreedySortingHeap (Priority


253 Meeting Rooms II Queue)Prefix Sum
50.30% Medium

752 Open the Lock ArrayHash TableStringBreadth-First Search 55.50% Medium

Minimum Number of Arrows to


452 ArrayGreedySorting 53.10% Medium
Burst Balloons

1002 Find Common Characters ArrayHash TableString 68.30% Easy

Kth Smallest Element in a Sorted ArrayBinary SearchSortingHeap (Priority


378 Queue)Matrix
61.50% Medium
Matrix

Depth-First SearchBreadth-First SearchUnion


785 Is Graph Bipartite? FindGraph
52.50% Medium

301 Remove Invalid Parentheses StringBacktrackingBreadth-First Search 47.00% Hard

Shortest Unsorted Continuous ArrayTwo PointersStackGreedySortingMonotonic


581 Stack
36.20% Medium
Subarray

1235 Maximum Profit in Job Scheduling ArrayBinary SearchDynamic ProgrammingSorting 51.00% Hard

362 Design Hit Counter ArrayHash TableBinary SearchDesignQueue 68.30% Medium

682 Baseball Game ArrayStackSimulation 73.50% Easy

4 Median of Two Sorted Arrays ArrayBinary SearchDivide and Conquer 35.00% Hard

355 Design Twitter Hash TableLinked ListDesignHeap (Priority Queue) 36.30% Medium

64 Minimum Path Sum ArrayDynamic ProgrammingMatrix 60.50% Medium

@Chandanagrawal23
THANKS
Practice as much as you
can
Share with others too

@Chandanagrawal23
Walmart
tagged LeetCode
questions Which is asked in the last 6 months

(April22 – Sept22)

This pdf contains Walmart tagged questions

from LC premium account, sorted according to frequency


of asked, also they are links so just click and solve.

PS : This is just list of last 6 months , if you don’t have


premium account , premium questions will not be available
to practice.

IMPO : Download from LinkedIn desktop , in mobile version


links are not working

@Chandanagrawal23
# Title Tags Acceptance Difficulty

Remove Colored Pieces if Both


2038 MathStringGreedyGame Theory 58.00% Medium
Neighbors are the Same Color

664 Strange Printer StringDynamic Programming 46.70% Hard

697 Degree of an Array ArrayHash Table 55.80% Easy

Minimum Number of Work Sessions ArrayDynamic ProgrammingBacktrackingBit


1986 ManipulationBitmask
33.10% Medium
to Finish the Tasks

Find Smallest Common Element in All


1198 ArrayHash TableBinary SearchMatrixCounting 76.10% Medium
Rows

811 Subdomain Visit Count ArrayHash TableStringCounting 75.00% Medium

790 Domino and Tromino Tiling Dynamic Programming 48.30% Medium

373 Find K Pairs with Smallest Sums ArrayHeap (Priority Queue) 38.40% Medium

1507 Reformat Date String 62.40% Easy

49 Group Anagrams ArrayHash TableStringSorting 65.70% Medium

TreeDepth-First SearchBreadth-First
863 All Nodes Distance K in Binary Tree SearchBinary Tree
62.10% Medium

Hash TableLinked ListDesignHeap (Priority


355 Design Twitter Queue)
36.30% Medium

ArrayTwo PointersGreedySortingHeap (Priority


253 Meeting Rooms II Queue)Prefix Sum
50.30% Medium

146 LRU Cache Hash TableLinked ListDesignDoubly-Linked List 40.50% Medium

22 Generate Parentheses StringDynamic ProgrammingBacktracking 71.60% Medium

15 3Sum ArrayTwo PointersSorting 32.10% Medium

97 Interleaving String StringDynamic Programming 37.00% Medium

460 LFU Cache Hash TableLinked ListDesignDoubly-Linked List 40.30% Hard

545 Boundary of Binary Tree TreeDepth-First SearchBinary Tree 44.20% Medium

@Chandanagrawal23
56 Merge Intervals ArraySorting 45.80% Medium

Linked ListDivide and ConquerHeap (Priority


23 Merge k Sorted Lists Queue)Merge Sort
48.20% Hard

706 Design HashMap ArrayHash TableLinked ListDesignHash Function 65.10% Easy

134 Gas Station ArrayGreedy 45.00% Medium

380 Insert Delete GetRandom O(1) ArrayHash TableMathDesignRandomized 51.90% Medium

55 Jump Game ArrayDynamic ProgrammingGreedy 38.40% Medium

332 Reconstruct Itinerary Depth-First SearchGraphEulerian Circuit 40.80% Hard

Lowest Common Ancestor of a Binary


236 TreeDepth-First SearchBinary Tree 57.70% Medium
Tree

ArrayDepth-First SearchBreadth-First
200 Number of Islands SearchUnion FindMatrix
56.00% Medium

122 Best Time to Buy and Sell Stock II ArrayDynamic ProgrammingGreedy 63.10% Medium

322 Coin Change ArrayDynamic ProgrammingBreadth-First Search 41.30% Medium

33 Search in Rotated Sorted Array ArrayBinary Search 38.50% Medium

523 Continuous Subarray Sum ArrayHash TableMathPrefix Sum 27.60% Medium

79 Word Search ArrayBacktrackingMatrix 39.90% Medium

5 Longest Palindromic Substring StringDynamic Programming 32.40% Medium

238 Product of Array Except Self ArrayPrefix Sum 64.60% Medium

221 Maximal Square ArrayDynamic ProgrammingMatrix 44.30% Medium

50 Pow(x, n) MathRecursion 32.70% Medium

Binary Tree Zigzag Level Order


103 TreeBreadth-First SearchBinary Tree 54.90% Medium
Traversal

38 Count and Say String 49.60% Medium

198 House Robber ArrayDynamic Programming 48.50% Medium

@Chandanagrawal23
31 Next Permutation ArrayTwo Pointers 37.00% Medium

680 Valid Palindrome II Two PointersStringGreedy 39.40% Easy

387 First Unique Character in a String Hash TableStringQueueCounting 58.70% Easy

Hash TableStringDynamic
139 Word Break ProgrammingTrieMemoization
45.30% Medium

127 Word Ladder Hash TableStringBreadth-First Search 36.50% Hard

Longest Substring Without Repeating


3 Hash TableStringSliding Window 33.70% Medium
Characters

Two PointersDesignSortingHeap (Priority


295 Find Median from Data Stream Queue)Data Stream
51.00% Hard

394 Decode String StringStackRecursion 57.30% Medium

416 Partition Equal Subset Sum ArrayDynamic Programming 46.70% Medium

41 First Missing Positive ArrayHash Table 36.40% Hard

ArrayDepth-First SearchBreadth-First
695 Max Area of Island SearchUnion FindMatrix
71.60% Medium

4 Median of Two Sorted Arrays ArrayBinary SearchDivide and Conquer 35.00% Hard

57 Insert Interval Array 37.90% Medium

TreeDepth-First SearchBreadth-First
199 Binary Tree Right Side View SearchBinary Tree
61.10% Medium

155 Min Stack StackDesign 51.60% Medium

TreeDepth-First SearchBreadth-First
112 Path Sum SearchBinary Tree
46.60% Easy

19 Remove Nth Node From End of List Linked ListTwo Pointers 39.30% Medium

560 Subarray Sum Equals K ArrayHash TablePrefix Sum 44.10% Medium

121 Best Time to Buy and Sell Stock ArrayDynamic Programming 54.50% Easy

Lowest Common Ancestor of a Binary TreeDepth-First SearchBinary Search TreeBinary


235 Tree
59.90% Medium
Search Tree

@Chandanagrawal23
54 Spiral Matrix ArrayMatrixSimulation 43.30% Medium

300 Longest Increasing Subsequence ArrayBinary SearchDynamic Programming 51.40% Medium

78 Subsets ArrayBacktrackingBit Manipulation 73.50% Medium

Letter Combinations of a Phone


17 Hash TableStringBacktracking 55.30% Medium
Number

ArrayTwo PointersBinary SearchBit


287 Find the Duplicate Number Manipulation
59.10% Medium

977 Squares of a Sorted Array ArrayTwo PointersSorting 71.90% Easy

ArrayDivide and ConquerSortingHeap (Priority


215 Kth Largest Element in an Array Queue)Quickselect
65.60% Medium

46 Permutations ArrayBacktracking 74.40% Medium

Find Minimum in Rotated Sorted


153 ArrayBinary Search 48.40% Medium
Array

Depth-First SearchBreadth-First
207 Course Schedule SearchGraphTopological Sort
45.30% Medium

75 Sort Colors ArrayTwo PointersSorting 56.80% Medium

74 Search a 2D Matrix ArrayBinary SearchMatrix 46.60% Medium

1 Two Sum ArrayHash Table 49.10% Easy

20 Valid Parentheses StringStack 40.70% Easy

TreeDepth-First SearchBinary Search TreeBinary


98 Validate Binary Search Tree Tree
31.60% Medium

11 Container With Most Water ArrayTwo PointersGreedy 54.30% Medium

26 Remove Duplicates from Sorted Array ArrayTwo Pointers 50.10% Easy

53 Maximum Subarray ArrayDivide and ConquerDynamic Programming 50.00% Medium

21 Merge Two Sorted Lists Linked ListRecursion 61.60% Easy

@Chandanagrawal23
THANKS
Practice as much as you
can
Share with others too

@Chandanagrawal23
Atlassian
tagged LeetCode
questions Which is asked in the last 6 months

(April22 – Sept22)

This pdf contains Atlassian tagged questions

from LC premium account, sorted according to frequency


of asked, also they are links so just click and solve.

PS : This is just list of last 6 months , if you don’t have


premium account , premium questions will not be available
to practice.

IMPO : Download from LinkedIn desktop , in mobile version


links are not working

@Chandanagrawal23
# Title Tags Acceptance Difficulty

1366 Rank Teams by Votes ArrayHash TableStringSortingCounting 58.60% Medium

353 Design Snake Game ArrayDesignQueueMatrix 38.90% Medium

359 Logger Rate Limiter Hash TableDesign 75.50% Easy

Number of Ways to Form a Target


1639 ArrayStringDynamic Programming 43.10% Hard
String Given a Dictionary

860 Lemonade Change ArrayGreedy 52.80% Easy

1817 Finding the Users Active Minutes ArrayHash Table 80.70% Medium

1071 Greatest Common Divisor of Strings MathString 51.00% Easy

911 Online Election ArrayHash TableBinary SearchDesign 52.00% Medium

362 Design Hit Counter ArrayHash TableBinary SearchDesignQueue 68.30% Medium

757 Set Intersection Size At Least Two ArrayGreedySorting 43.60% Hard

981 Time Based Key-Value Store Hash TableStringBinary SearchDesign 52.30% Medium

Maximum Number of Occurrences of a


1297 Hash TableStringSliding Window 52.10% Medium
Substring

ArrayBinary SearchDynamic
1235 Maximum Profit in Job Scheduling ProgrammingSorting
51.00% Hard

Find the City With the Smallest Number


1334 Dynamic ProgrammingGraphShortest Path 52.70% Medium
of Neighbors at a Threshold Distance

1220 Count Vowels Permutation Dynamic Programming 60.80% Hard

441 Arranging Coins MathBinary Search 46.00% Easy

ArrayDepth-First SearchBreadth-First
934 Shortest Bridge SearchMatrix
53.80% Medium

Design a Stack With Increment


1381 ArrayStackDesign 77.40% Medium
Operation

31 Next Permutation ArrayTwo Pointers 37.00% Medium

@Chandanagrawal23
20 Valid Parentheses StringStack 40.70% Easy

829 Consecutive Numbers Sum MathEnumeration 41.40% Hard

Hash TableStringTrieSortingHeap (Priority


692 Top K Frequent Words Queue)Bucket SortCounting
55.10% Medium

TreeDepth-First SearchBinary Search


98 Validate Binary Search Tree TreeBinary Tree
31.60% Medium

49 Group Anagrams ArrayHash TableStringSorting 65.70% Medium

ArrayDynamic ProgrammingBacktrackingBit
526 Beautiful Arrangement ManipulationBitmask
64.60% Medium

Hash TableLinked ListDesignDoubly-Linked


146 LRU Cache List
40.50% Medium

Lowest Common Ancestor of a Binary


236 TreeDepth-First SearchBinary Tree 57.70% Medium
Tree

56 Merge Intervals ArraySorting 45.80% Medium

136 Single Number ArrayBit Manipulation 70.00% Easy

153 Find Minimum in Rotated Sorted Array ArrayBinary Search 48.40% Medium

121 Best Time to Buy and Sell Stock ArrayDynamic Programming 54.50% Easy

ArrayQueueSliding WindowHeap (Priority


239 Sliding Window Maximum Queue)Monotonic Queue
46.60% Hard

217 Contains Duplicate ArrayHash TableSorting 61.20% Easy

1307 Verbal Arithmetic Puzzle ArrayMathStringBacktracking 34.40% Hard

THANKS
Practice as much as you
can
@Chandanagrawal23
Share with others too

@Chandanagrawal23
Bloomberg
tagged LeetCode
questions Which is asked in the last 6 months

(April22 – Sept22)

This pdf contains Bloomberg tagged questions

from LC premium account, sorted according to frequency


of asked, also they are links so just click and solve.

PS : This is just list of last 6 months , if you don’t have


premium account , premium questions will not be available
to practice.

IMPO : Download from LinkedIn desktop , in mobile version


links are not working

@Chandanagrawal23
# Title Tags Acceptance Difficulty

1396 Design Underground System Hash TableStringDesign 73.60% Medium

380 Insert Delete GetRandom O(1) ArrayHash TableMathDesignRandomized 51.90% Medium

1656 Design an Ordered Stream ArrayHash TableDesignData Stream 85.00% Easy

Remove All Adjacent Duplicates


1209 StringStack 56.00% Medium
in String II

394 Decode String StringStackRecursion 57.30% Medium

Flatten a Multilevel Doubly


430 Linked ListDepth-First SearchDoubly-Linked List 59.30% Medium
Linked List

1029 Two City Scheduling ArrayGreedySorting 64.30% Medium

1244 Design A Leaderboard Hash TableDesignSorting 68.70% Medium

1169 Invalid Transactions ArrayHash TableStringSorting 30.70% Medium

ArrayLinked ListStackDesignDoubly-Linked ListData


1472 Design Browser History Stream
75.80% Medium

1274 Number of Ships in a Rectangle ArrayDivide and ConquerInteractive 69.40% Hard

ArrayTwo PointersGreedySortingHeap (Priority


253 Meeting Rooms II Queue)Prefix Sum
50.30% Medium

723 Candy Crush ArrayTwo PointersMatrixSimulation 76.00% Medium

Minimum Number of Steps to


1347 Hash TableStringCounting 77.00% Medium
Make Two Strings Anagram

Hash TableStringDynamic
140 Word Break II ProgrammingBacktrackingTrieMemoization
44.00% Hard

BacktrackingDepth-First SearchBreadth-First
797 All Paths From Source to Target SearchGraph
81.40% Medium

935 Knight Dialer Dynamic Programming 49.80% Medium

ArrayDepth-First SearchBreadth-First SearchUnion


200 Number of Islands FindMatrix
55.90% Medium

@Chandanagrawal23
79 Word Search ArrayBacktrackingMatrix 39.90% Medium

56 Merge Intervals ArraySorting 45.80% Medium

Maximum Nesting Depth of the


1614 StringStack 82.70% Easy
Parentheses

445 Add Two Numbers II Linked ListMathStack 59.30% Medium

146 LRU Cache Hash TableLinked ListDesignDoubly-Linked List 40.50% Medium

Binary Tree Vertical Order Hash TableTreeDepth-First SearchBreadth-First


314 SearchBinary Tree
51.90% Medium
Traversal

858 Mirror Reflection MathGeometry 63.20% Medium

Dot Product of Two Sparse


1570 ArrayHash TableTwo PointersDesign 90.30% Medium
Vectors

Minimum Number of Days to Eat


1553 Dynamic ProgrammingMemoization 34.20% Hard
N Oranges

716 Max Stack Linked ListStackDesignDoubly-Linked ListOrdered Set 45.20% Hard

Number of Distinct Substrings in


1698 StringTrieRolling HashSuffix ArrayHash Function 62.30% Medium
a String

Serialize and Deserialize N-ary


428 StringTreeDepth-First SearchBreadth-First Search 65.20% Hard
Tree

611 Valid Triangle Number ArrayTwo PointersBinary SearchGreedySorting 50.20% Medium

Longest Substring Without


3 Hash TableStringSliding Window 33.70% Medium
Repeating Characters

Construct Target Array With


1354 ArrayHeap (Priority Queue) 36.30% Hard
Multiple Sums

ArrayTwo PointersDynamic
42 Trapping Rain Water ProgrammingStackMonotonic Stack
58.60% Hard

Vertical Order Traversal of a Hash TableTreeDepth-First SearchBreadth-First


987 SearchBinary Tree
44.50% Hard
Binary Tree

@Chandanagrawal23
Find the Winner of the Circular
1823 ArrayMathRecursionQueueSimulation 77.30% Medium
Game

289 Game of Life ArrayMatrixSimulation 66.40% Medium

1854 Maximum Population Year ArrayCounting 59.60% Easy

1583 Count Unhappy Friends ArraySimulation 59.50% Medium

Remove Palindromic
1332 Two PointersString 76.10% Easy
Subsequences

StringDepth-First SearchBreadth-First
1236 Web Crawler SearchInteractive
66.10% Medium

2276 Count Integers in Intervals DesignSegment TreeOrdered Set 33.20% Hard

Check if One String Swap Can


1790 Hash TableStringCounting 45.50% Easy
Make Strings Equal

Populating Next Right Pointers Linked ListTreeDepth-First SearchBreadth-First


117 SearchBinary Tree
49.40% Medium
in Each Node II

THANKS
Practice as much as you
can
Share with others too

@Chandanagrawal23

You might also like