Z

Zoho

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

Showing 100 of 100 questions

1
EasyClimbing Stairs✓ Our Solution
100
MathDynamic ProgrammingMemoization
LeetCode ↗54% acc.
2
EasyBest Time to Buy and Sell Stock✓ Our Solution
96
ArrayDynamic Programming
LeetCode ↗55% acc.
3
MediumSpiral Matrix✓ Our Solution
96
ArrayMatrixSimulation
LeetCode ↗54% acc.
4
MediumLongest Palindromic Substring✓ Our Solution
94
Two PointersStringDynamic Programming
LeetCode ↗36% acc.
5
MediumGroup Anagrams✓ Our Solution
94
ArrayHash TableStringSorting
LeetCode ↗71% acc.
6
MediumLongest Substring Without Repeating Characters✓ Our Solution
92
Hash TableStringSliding Window
LeetCode ↗37% acc.
7
MediumDecode String✓ Our Solution
89
StringStackRecursion
LeetCode ↗61% acc.
8
EasyValid Parentheses✓ Our Solution
89
StringStack
LeetCode ↗42% acc.
9
MediumNumber of Islands✓ Our Solution
87
ArrayDepth-First SearchBreadth-First SearchUnion Find+1
LeetCode ↗62% acc.
10
HardTrapping Rain Water✓ Our Solution
86
ArrayTwo PointersDynamic ProgrammingStack+1
LeetCode ↗65% acc.
11
EasyMove Zeroes✓ Our Solution
86
ArrayTwo Pointers
LeetCode ↗63% acc.
12
MediumMerge Intervals✓ Our Solution
86
ArraySorting
LeetCode ↗49% acc.
13
EasyTwo Sum✓ Our Solution
84
ArrayHash Table
LeetCode ↗56% acc.
14
EasySort Even and Odd Indices Independently✓ Our Solution
83
ArraySorting
LeetCode ↗63% acc.
15
MediumCompare Version Numbers✓ Our Solution
81
Two PointersString
LeetCode ↗42% acc.
16
MediumRotate Image✓ Our Solution
79
ArrayMathMatrix
LeetCode ↗78% acc.
17
MediumLargest Number✓ Our Solution
79
ArrayStringGreedySorting
LeetCode ↗41% acc.
18
MediumGenerate Parentheses✓ Our Solution
79
StringDynamic ProgrammingBacktracking
LeetCode ↗77% acc.
19
MediumRotate Array✓ Our Solution
77
ArrayMathTwo Pointers
LeetCode ↗43% acc.
20
EasyExcel Sheet Column Number✓ Our Solution
77
MathString
LeetCode ↗66% acc.
21
MediumZigzag Conversion✓ Our Solution
77
String
LeetCode ↗52% acc.
22
EasyFind Winner on a Tic Tac Toe Game✓ Our Solution
77
ArrayHash TableMatrixSimulation
LeetCode ↗54% acc.
23
MediumContainer With Most Water✓ Our Solution
74
ArrayTwo PointersGreedy
LeetCode ↗58% acc.
24
EasyLongest Common Prefix✓ Our Solution
74
StringTrie
LeetCode ↗45% acc.
25
MediumRemove All Occurrences of a Substring✓ Our Solution
74
StringStackSimulation
LeetCode ↗78% acc.
26
HardWildcard Matching✓ Our Solution
69
StringDynamic ProgrammingGreedyRecursion
LeetCode ↗30% acc.
27
HardRegular Expression Matching✓ Our Solution
69
StringDynamic ProgrammingRecursion
LeetCode ↗29% acc.
28
EasyWord Pattern✓ Our Solution
66
Hash TableString
LeetCode ↗43% acc.
29
HardText Justification✓ Our Solution
66
ArrayStringSimulation
LeetCode ↗48% acc.
30
HardMedian of Two Sorted Arrays✓ Our Solution
66
ArrayBinary SearchDivide and Conquer
LeetCode ↗44% acc.
31
EasyRoman to Integer✓ Our Solution
66
Hash TableMathString
LeetCode ↗65% acc.
32
MediumValid Sudoku✓ Our Solution
66
ArrayHash TableMatrix
LeetCode ↗62% acc.
33
EasyMerge Sorted Array✓ Our Solution
62
ArrayTwo PointersSorting
LeetCode ↗53% acc.
34
MediumNon-overlapping Intervals✓ Our Solution
62
ArrayDynamic ProgrammingGreedySorting
LeetCode ↗56% acc.
35
EasyReplace Elements with Greatest Element on Right Side✓ Our Solution
62
Array
LeetCode ↗72% acc.
36
MediumEdit Distance✓ Our Solution
62
StringDynamic Programming
LeetCode ↗59% acc.
37
EasyHappy Number✓ Our Solution
62
Hash TableMathTwo Pointers
LeetCode ↗58% acc.
38
HardLongest Valid Parentheses✓ Our Solution
62
StringDynamic ProgrammingStack
LeetCode ↗36% acc.
39
MediumBasic Calculator II✓ Our Solution
62
MathStringStack
LeetCode ↗46% acc.
40
MediumBest Time to Buy and Sell Stock II✓ Our Solution
58
ArrayDynamic ProgrammingGreedy
LeetCode ↗70% acc.
41
HardLargest Rectangle in Histogram✓ Our Solution
58
ArrayStackMonotonic Stack
LeetCode ↗47% acc.
42
MediumSearch in Rotated Sorted Array✓ Our Solution
58
ArrayBinary Search
LeetCode ↗43% acc.
43
MediumCombination Sum✓ Our Solution
58
ArrayBacktracking
LeetCode ↗75% acc.
44
MediumCount and Say✓ Our Solution
58
String
LeetCode ↗61% acc.
45
MediumProduct of Array Except Self✓ Our Solution
58
ArrayPrefix Sum
LeetCode ↗68% acc.
46
MediumFind the Duplicate Number✓ Our Solution
58
ArrayTwo PointersBinary SearchBit Manipulation
LeetCode ↗63% acc.
47
MediumSort Colors✓ Our Solution
58
ArrayTwo PointersSorting
LeetCode ↗68% acc.
48
MediumRestore IP Addresses✓ Our Solution
58
StringBacktracking
LeetCode ↗53% acc.
49
MediumDecode Ways✓ Our Solution
58
StringDynamic Programming
LeetCode ↗37% acc.
50
58
ArrayTwo PointersSorting
LeetCode ↗37% acc.
51
MediumJump Game✓ Our Solution
58
ArrayDynamic ProgrammingGreedy
LeetCode ↗39% acc.
52
MediumLetter Combinations of a Phone Number✓ Our Solution
58
Hash TableStringBacktracking
LeetCode ↗64% acc.
53
MediumPartition Equal Subset Sum✓ Our Solution
58
ArrayDynamic Programming
LeetCode ↗48% acc.
54
EasyMerge Strings Alternately✓ Our Solution
53
Two PointersString
LeetCode ↗82% acc.
55
EasyShuffle the Array✓ Our Solution
53
Array
LeetCode ↗89% acc.
56
EasyReverse Vowels of a String✓ Our Solution
53
Two PointersString
LeetCode ↗58% acc.
57
EasyPalindrome Number✓ Our Solution
53
Math
LeetCode ↗59% acc.
58
HardInteger to English Words✓ Our Solution
53
MathStringRecursion
LeetCode ↗34% acc.
59
HardWord Search II✓ Our Solution
53
ArrayStringBacktrackingTrie+1
LeetCode ↗37% acc.
60
MediumDiagonal Traverse✓ Our Solution
53
ArrayMatrixSimulation
LeetCode ↗63% acc.
61
EasySingle Number✓ Our Solution
53
ArrayBit Manipulation
LeetCode ↗76% acc.
62
EasyFind the Index of the First Occurrence in a String✓ Our Solution
53
Two PointersStringString Matching
LeetCode ↗45% acc.
63
MediumWord Search✓ Our Solution
53
ArrayStringBacktrackingDepth-First Search+1
LeetCode ↗45% acc.
64
MediumMaximum Subarray✓ Our Solution
53
ArrayDivide and ConquerDynamic Programming
LeetCode ↗52% acc.
65
MediumSpiral Matrix II✓ Our Solution
53
ArrayMatrixSimulation
LeetCode ↗73% acc.
66
EasyAdd to Array-Form of Integer✓ Our Solution
53
ArrayMath
LeetCode ↗45% acc.
67
MediumLongest Consecutive Sequence✓ Our Solution
53
ArrayHash TableUnion Find
LeetCode ↗47% acc.
68
HardN-Queens✓ Our Solution
53
ArrayBacktracking
LeetCode ↗73% acc.
69
Medium3Sum Closest✓ Our Solution
53
ArrayTwo PointersSorting
LeetCode ↗47% acc.
70
EasyRemove Duplicates from Sorted Array✓ Our Solution
53
ArrayTwo Pointers
LeetCode ↗60% acc.
71
EasyMaximum Population Year✓ Our Solution
46
ArrayCountingPrefix Sum
LeetCode ↗63% acc.
72
MediumAsteroid Collision✓ Our Solution
46
ArrayStackSimulation
LeetCode ↗46% acc.
73
MediumPermutations✓ Our Solution
46
ArrayBacktracking
LeetCode ↗81% acc.
74
MediumSubsets✓ Our Solution
46
ArrayBacktrackingBit Manipulation
LeetCode ↗81% acc.
75
MediumInteger to Roman✓ Our Solution
46
Hash TableMathString
LeetCode ↗69% acc.
76
EasyReverse Only Letters✓ Our Solution
46
Two PointersString
LeetCode ↗67% acc.
77
MediumMinimum Time Difference✓ Our Solution
46
ArrayMathStringSorting
LeetCode ↗62% acc.
78
MediumCoin Change✓ Our Solution
46
ArrayDynamic ProgrammingBreadth-First Search
LeetCode ↗46% acc.
79
MediumLongest Increasing Subsequence✓ Our Solution
46
ArrayBinary SearchDynamic Programming
LeetCode ↗58% acc.
80
EasySearch Insert Position✓ Our Solution
46
ArrayBinary Search
LeetCode ↗49% acc.
81
MediumWord Break✓ Our Solution
46
ArrayHash TableStringDynamic Programming+2
LeetCode ↗48% acc.
82
MediumFind Triangular Sum of an Array✓ Our Solution
46
ArrayMathSimulationCombinatorics
LeetCode ↗79% acc.
83
MediumReverse Words in a String✓ Our Solution
46
Two PointersString
LeetCode ↗52% acc.
84
MediumHouse Robber✓ Our Solution
46
ArrayDynamic Programming
LeetCode ↗52% acc.
85
MediumFind the Winner of the Circular Game✓ Our Solution
46
ArrayMathRecursionQueue+1
LeetCode ↗82% acc.
86
EasyMiddle of the Linked List✓ Our Solution
36
Linked ListTwo Pointers
LeetCode ↗81% acc.
87
EasyRemove All Adjacent Duplicates In String✓ Our Solution
36
StringStack
LeetCode ↗72% acc.
88
MediumNext Permutation✓ Our Solution
36
ArrayTwo Pointers
LeetCode ↗43% acc.
89
EasyIsomorphic Strings✓ Our Solution
36
Hash TableString
LeetCode ↗47% acc.
90
EasyBinary Search✓ Our Solution
36
ArrayBinary Search
LeetCode ↗60% acc.
91
MediumCinema Seat Allocation✓ Our Solution
36
ArrayHash TableGreedyBit Manipulation
LeetCode ↗43% acc.
92
EasyPalindrome Linked List✓ Our Solution
36
Linked ListTwo PointersStackRecursion
LeetCode ↗56% acc.
93
MediumRemove K Digits✓ Our Solution
36
StringStackGreedyMonotonic Stack
LeetCode ↗35% acc.
94
EasyFirst Unique Character in a String✓ Our Solution
36
Hash TableStringQueueCounting
LeetCode ↗64% acc.
95
MediumRemove Duplicates from Sorted Array II✓ Our Solution
36
ArrayTwo Pointers
LeetCode ↗63% acc.
96
MediumThe Latest Time to Catch a Bus✓ Our Solution
36
ArrayTwo PointersBinary SearchSorting
LeetCode ↗29% acc.
97
MediumReverse Linked List II✓ Our Solution
36
Linked List
LeetCode ↗50% acc.
98
MediumUnique Binary Search Trees✓ Our Solution
36
MathDynamic ProgrammingTreeBinary Search Tree+1
LeetCode ↗62% acc.
99
EasyExcel Sheet Column Title✓ Our Solution
36
MathString
LeetCode ↗44% acc.
100
MediumMaximum Sum of an Hourglass✓ Our Solution
36
ArrayMatrixPrefix Sum
LeetCode ↗76% acc.