A

Adobe

100 questions tracked100 with solutions
🔍
Frequency scoreSorted highest → lowest frequency✓ Our Solution = we have a detailed walkthrough

Showing 100 of 100 questions

1
EasyTwo Sum✓ Our Solution
100
ArrayHash Table
LeetCode ↗56% acc.
2
EasyLongest Common Prefix✓ Our Solution
79
StringTrie
LeetCode ↗45% acc.
3
79
ArrayTwo PointersSorting
LeetCode ↗37% acc.
4
HardMedian of Two Sorted Arrays✓ Our Solution
77
ArrayBinary SearchDivide and Conquer
LeetCode ↗44% acc.
5
MediumLongest Substring Without Repeating Characters✓ Our Solution
76
Hash TableStringSliding Window
LeetCode ↗37% acc.
6
MediumReverse Integer✓ Our Solution
74
Math
LeetCode ↗30% acc.
7
HardTrapping Rain Water✓ Our Solution
72
ArrayTwo PointersDynamic ProgrammingStack+1
LeetCode ↗65% acc.
8
EasyMerge Sorted Array✓ Our Solution
72
ArrayTwo PointersSorting
LeetCode ↗53% acc.
9
MediumAdd Two Numbers✓ Our Solution
71
Linked ListMathRecursion
LeetCode ↗46% acc.
10
EasyClimbing Stairs✓ Our Solution
70
MathDynamic ProgrammingMemoization
LeetCode ↗54% acc.
11
MediumGroup Anagrams✓ Our Solution
69
ArrayHash TableStringSorting
LeetCode ↗71% acc.
12
EasyPalindrome Number✓ Our Solution
69
Math
LeetCode ↗59% acc.
13
EasyValid Parentheses✓ Our Solution
67
StringStack
LeetCode ↗42% acc.
14
EasyRemove Duplicates from Sorted Array✓ Our Solution
64
ArrayTwo Pointers
LeetCode ↗60% acc.
15
MediumContainer With Most Water✓ Our Solution
64
ArrayTwo PointersGreedy
LeetCode ↗58% acc.
16
MediumLongest Palindromic Substring✓ Our Solution
64
Two PointersStringDynamic Programming
LeetCode ↗36% acc.
17
MediumNext Permutation✓ Our Solution
63
ArrayTwo Pointers
LeetCode ↗43% acc.
18
EasyRemove Element✓ Our Solution
63
ArrayTwo Pointers
LeetCode ↗60% acc.
19
EasyRoman to Integer✓ Our Solution
63
Hash TableMathString
LeetCode ↗65% acc.
20
MediumSpiral Matrix✓ Our Solution
63
ArrayMatrixSimulation
LeetCode ↗54% acc.
21
EasyMerge Two Sorted Lists✓ Our Solution
62
Linked ListRecursion
LeetCode ↗67% acc.
22
MediumSet Matrix Zeroes✓ Our Solution
60
ArrayHash TableMatrix
LeetCode ↗61% acc.
23
MediumJump Game✓ Our Solution
58
ArrayDynamic ProgrammingGreedy
LeetCode ↗39% acc.
24
EasyPlus One✓ Our Solution
58
ArrayMath
LeetCode ↗48% acc.
25
MediumGenerate Parentheses✓ Our Solution
56
StringDynamic ProgrammingBacktracking
LeetCode ↗77% acc.
26
MediumLetter Combinations of a Phone Number✓ Our Solution
55
Hash TableStringBacktracking
LeetCode ↗64% acc.
27
MediumRotate Image✓ Our Solution
55
ArrayMathMatrix
LeetCode ↗78% acc.
28
MediumInteger to Roman✓ Our Solution
54
Hash TableMathString
LeetCode ↗69% acc.
29
MediumMerge Intervals✓ Our Solution
52
ArraySorting
LeetCode ↗49% acc.
30
MediumPermutations✓ Our Solution
52
ArrayBacktracking
LeetCode ↗81% acc.
31
MediumFind First and Last Position of Element in Sorted Array✓ Our Solution
52
ArrayBinary Search
LeetCode ↗47% acc.
32
MediumRemove Duplicates from Sorted Array II✓ Our Solution
51
ArrayTwo Pointers
LeetCode ↗63% acc.
33
MediumJump Game II✓ Our Solution
51
ArrayDynamic ProgrammingGreedy
LeetCode ↗42% acc.
34
EasySqrt(x)✓ Our Solution
51
MathBinary Search
LeetCode ↗40% acc.
35
MediumSort Colors✓ Our Solution
49
ArrayTwo PointersSorting
LeetCode ↗68% acc.
36
MediumCombination Sum II✓ Our Solution
49
ArrayBacktracking
LeetCode ↗58% acc.
37
MediumUnique Paths✓ Our Solution
49
MathDynamic ProgrammingCombinatorics
LeetCode ↗66% acc.
38
HardFirst Missing Positive✓ Our Solution
49
ArrayHash Table
LeetCode ↗41% acc.
39
MediumMaximum Subarray✓ Our Solution
49
ArrayDivide and ConquerDynamic Programming
LeetCode ↗52% acc.
40
MediumValid Sudoku✓ Our Solution
49
ArrayHash TableMatrix
LeetCode ↗62% acc.
41
HardMerge k Sorted Lists✓ Our Solution
49
Linked ListDivide and ConquerHeap (Priority Queue)Merge Sort
LeetCode ↗57% acc.
42
MediumSearch in Rotated Sorted Array✓ Our Solution
47
ArrayBinary Search
LeetCode ↗43% acc.
43
MediumPow(x, n)✓ Our Solution
47
MathRecursion
LeetCode ↗37% acc.
44
EasyFind the Index of the First Occurrence in a String✓ Our Solution
45
Two PointersStringString Matching
LeetCode ↗45% acc.
45
MediumSubsets✓ Our Solution
45
ArrayBacktrackingBit Manipulation
LeetCode ↗81% acc.
46
EasySearch Insert Position✓ Our Solution
45
ArrayBinary Search
LeetCode ↗49% acc.
47
MediumConstruct Binary Tree from Preorder and Inorder Traversal✓ Our Solution
45
ArrayHash TableDivide and ConquerTree+1
LeetCode ↗67% acc.
48
MediumDivide Two Integers✓ Our Solution
45
MathBit Manipulation
LeetCode ↗18% acc.
49
MediumString to Integer (atoi)✓ Our Solution
43
String
LeetCode ↗19% acc.
50
HardReverse Nodes in k-Group✓ Our Solution
43
Linked ListRecursion
LeetCode ↗63% acc.
51
MediumReverse Linked List II✓ Our Solution
43
Linked List
LeetCode ↗50% acc.
52
MediumBinary Tree Zigzag Level Order Traversal✓ Our Solution
43
TreeBreadth-First SearchBinary Tree
LeetCode ↗62% acc.
53
EasyLength of Last Word✓ Our Solution
43
String
LeetCode ↗56% acc.
54
MediumSwap Nodes in Pairs✓ Our Solution
43
Linked ListRecursion
LeetCode ↗67% acc.
55
HardMinimum Window Substring✓ Our Solution
43
Hash TableStringSliding Window
LeetCode ↗45% acc.
56
HardLargest Rectangle in Histogram✓ Our Solution
43
ArrayStackMonotonic Stack
LeetCode ↗47% acc.
57
MediumZigzag Conversion✓ Our Solution
40
String
LeetCode ↗52% acc.
58
40
ArrayTwo PointersSorting
LeetCode ↗38% acc.
59
Medium3Sum Closest✓ Our Solution
40
ArrayTwo PointersSorting
LeetCode ↗47% acc.
60
HardWildcard Matching✓ Our Solution
40
StringDynamic ProgrammingGreedyRecursion
LeetCode ↗30% acc.
61
MediumRemove Nth Node From End of List✓ Our Solution
40
Linked ListTwo Pointers
LeetCode ↗49% acc.
62
MediumPartition List✓ Our Solution
40
Linked ListTwo Pointers
LeetCode ↗59% acc.
63
EasyBinary Tree Inorder Traversal✓ Our Solution
37
StackTreeDepth-First SearchBinary Tree
LeetCode ↗79% acc.
64
MediumInsert Interval✓ Our Solution
37
Array
LeetCode ↗43% acc.
65
EasySymmetric Tree✓ Our Solution
37
TreeDepth-First SearchBreadth-First SearchBinary Tree
LeetCode ↗59% acc.
66
HardSudoku Solver✓ Our Solution
37
ArrayHash TableBacktrackingMatrix
LeetCode ↗64% acc.
67
HardText Justification✓ Our Solution
34
ArrayStringSimulation
LeetCode ↗48% acc.
68
EasyAdd Binary✓ Our Solution
34
MathStringBit ManipulationSimulation
LeetCode ↗56% acc.
69
MediumDecode Ways✓ Our Solution
34
StringDynamic Programming
LeetCode ↗37% acc.
70
HardLongest Valid Parentheses✓ Our Solution
34
StringDynamic ProgrammingStack
LeetCode ↗36% acc.
71
EasySame Tree✓ Our Solution
34
TreeDepth-First SearchBreadth-First SearchBinary Tree
LeetCode ↗65% acc.
72
EasyBalanced Binary Tree✓ Our Solution
34
TreeDepth-First SearchBinary Tree
LeetCode ↗55% acc.
73
MediumWord Search✓ Our Solution
34
ArrayStringBacktrackingDepth-First Search+1
LeetCode ↗45% acc.
74
MediumSearch a 2D Matrix✓ Our Solution
34
ArrayBinary SearchMatrix
LeetCode ↗52% acc.
75
EasyRemove Duplicates from Sorted List✓ Our Solution
30
Linked List
LeetCode ↗55% acc.
76
MediumValidate Binary Search Tree✓ Our Solution
30
TreeDepth-First SearchBinary Search TreeBinary Tree
LeetCode ↗34% acc.
77
EasyMaximum Depth of Binary Tree✓ Our Solution
30
TreeDepth-First SearchBreadth-First SearchBinary Tree
LeetCode ↗77% acc.
78
MediumSearch in Rotated Sorted Array II✓ Our Solution
30
ArrayBinary Search
LeetCode ↗39% acc.
79
MediumCombinations✓ Our Solution
30
Backtracking
LeetCode ↗73% acc.
80
MediumEdit Distance✓ Our Solution
30
StringDynamic Programming
LeetCode ↗59% acc.
81
MediumUnique Paths II✓ Our Solution
30
ArrayDynamic ProgrammingMatrix
LeetCode ↗43% acc.
82
MediumRotate List✓ Our Solution
30
Linked ListTwo Pointers
LeetCode ↗40% acc.
83
HardPermutation Sequence✓ Our Solution
30
MathRecursion
LeetCode ↗50% acc.
84
MediumSpiral Matrix II✓ Our Solution
30
ArrayMatrixSimulation
LeetCode ↗73% acc.
85
HardSubstring with Concatenation of All Words✓ Our Solution
30
Hash TableStringSliding Window
LeetCode ↗33% acc.
86
MediumRemove Duplicates from Sorted List II✓ Our Solution
24
Linked ListTwo Pointers
LeetCode ↗50% acc.
87
MediumCount and Say✓ Our Solution
24
String
LeetCode ↗61% acc.
88
MediumRestore IP Addresses✓ Our Solution
24
StringBacktracking
LeetCode ↗53% acc.
89
HardN-Queens✓ Our Solution
24
ArrayBacktracking
LeetCode ↗73% acc.
90
MediumPermutations II✓ Our Solution
24
ArrayBacktrackingSorting
LeetCode ↗62% acc.
91
MediumSimplify Path✓ Our Solution
24
StringStack
LeetCode ↗48% acc.
92
EasyConvert Sorted Array to Binary Search Tree✓ Our Solution
17
ArrayDivide and ConquerTreeBinary Search Tree+1
LeetCode ↗74% acc.
93
MediumConstruct Binary Tree from Inorder and Postorder Traversal✓ Our Solution
17
ArrayHash TableDivide and ConquerTree+1
LeetCode ↗66% acc.
94
MediumCombination Sum✓ Our Solution
17
ArrayBacktracking
LeetCode ↗75% acc.
95
MediumBinary Tree Level Order Traversal✓ Our Solution
17
TreeBreadth-First SearchBinary Tree
LeetCode ↗71% acc.
96
MediumUnique Binary Search Trees✓ Our Solution
17
MathDynamic ProgrammingTreeBinary Search Tree+1
LeetCode ↗62% acc.
97
MediumSubsets II✓ Our Solution
17
ArrayBacktrackingBit Manipulation
LeetCode ↗60% acc.
98
HardMaximal Rectangle✓ Our Solution
17
ArrayDynamic ProgrammingStackMatrix+1
LeetCode ↗54% acc.
99
MediumMultiply Strings✓ Our Solution
17
MathStringSimulation
LeetCode ↗42% acc.
100
EasyMinimum Depth of Binary Tree✓ Our Solution
17
TreeDepth-First SearchBreadth-First SearchBinary Tree
LeetCode ↗51% acc.