A

Accenture

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

Showing 100 of 100 questions

1
MediumBulb Switcher✓ Our Solution
100
MathBrainteaser
LeetCode ↗54% acc.
2
EasyHappy Number✓ Our Solution
99
Hash TableMathTwo Pointers
LeetCode ↗58% acc.
3
EasyTwo Sum✓ Our Solution
96
ArrayHash Table
LeetCode ↗56% acc.
4
EasyClimbing Stairs✓ Our Solution
92
MathDynamic ProgrammingMemoization
LeetCode ↗54% acc.
5
EasyBest Time to Buy and Sell Stock✓ Our Solution
92
ArrayDynamic Programming
LeetCode ↗55% acc.
6
EasyPalindrome Number✓ Our Solution
86
Math
LeetCode ↗59% acc.
7
MediumRotate Array✓ Our Solution
84
ArrayMathTwo Pointers
LeetCode ↗43% acc.
8
EasyRoman to Integer✓ Our Solution
80
Hash TableMathString
LeetCode ↗65% acc.
9
MediumMaximum Subarray✓ Our Solution
80
ArrayDivide and ConquerDynamic Programming
LeetCode ↗52% acc.
10
MediumDelete and Earn✓ Our Solution
80
ArrayHash TableDynamic Programming
LeetCode ↗57% acc.
11
EasySum of Values at Indices With K Set Bits✓ Our Solution
78
ArrayBit Manipulation
LeetCode ↗86% acc.
12
EasyFind Subsequence of Length K With the Largest Sum✓ Our Solution
78
ArrayHash TableSortingHeap (Priority Queue)
LeetCode ↗46% acc.
13
EasyMaximum Area of Longest Diagonal Rectangle✓ Our Solution
78
Array
LeetCode ↗37% acc.
14
EasyAnt on the Boundary✓ Our Solution
78
ArraySimulationPrefix Sum
LeetCode ↗74% acc.
15
EasyCount Tested Devices After Test Operations✓ Our Solution
78
ArraySimulationCounting
LeetCode ↗78% acc.
16
EasyPermutation Difference between Two Strings✓ Our Solution
78
Hash TableString
LeetCode ↗87% acc.
17
EasyMinimum Right Shifts to Sort the Array✓ Our Solution
78
Array
LeetCode ↗57% acc.
18
MediumReverse Integer✓ Our Solution
75
Math
LeetCode ↗30% acc.
19
MediumLongest Palindromic Substring✓ Our Solution
75
Two PointersStringDynamic Programming
LeetCode ↗36% acc.
20
MediumLargest Number✓ Our Solution
75
ArrayStringGreedySorting
LeetCode ↗41% acc.
21
EasyMerge Sorted Array✓ Our Solution
75
ArrayTwo PointersSorting
LeetCode ↗53% acc.
22
EasyLongest Common Prefix✓ Our Solution
75
StringTrie
LeetCode ↗45% acc.
23
MediumSpiral Matrix✓ Our Solution
72
ArrayMatrixSimulation
LeetCode ↗54% acc.
24
HardShortest Palindrome✓ Our Solution
69
StringRolling HashString MatchingHash Function
LeetCode ↗41% acc.
25
EasySort Integers by The Number of 1 Bits✓ Our Solution
69
ArrayBit ManipulationSortingCounting
LeetCode ↗79% acc.
26
EasyMajority Element✓ Our Solution
69
ArrayHash TableDivide and ConquerSorting+1
LeetCode ↗66% acc.
27
MediumLongest Substring Without Repeating Characters✓ Our Solution
69
Hash TableStringSliding Window
LeetCode ↗37% acc.
28
69
ArrayTwo PointersSorting
LeetCode ↗37% acc.
29
MediumFind Peak Element✓ Our Solution
69
ArrayBinary Search
LeetCode ↗47% acc.
30
MediumReverse Words in a String✓ Our Solution
69
Two PointersString
LeetCode ↗52% acc.
31
MediumPerfect Squares✓ Our Solution
69
MathDynamic ProgrammingBreadth-First Search
LeetCode ↗56% acc.
32
MediumInteger Break✓ Our Solution
65
MathDynamic Programming
LeetCode ↗61% acc.
33
EasyValid Anagram✓ Our Solution
65
Hash TableStringSorting
LeetCode ↗67% acc.
34
EasyValid Parentheses✓ Our Solution
65
StringStack
LeetCode ↗42% acc.
35
EasyPlus One✓ Our Solution
61
ArrayMath
LeetCode ↗48% acc.
36
MediumProduct of Array Except Self✓ Our Solution
61
ArrayPrefix Sum
LeetCode ↗68% acc.
37
MediumContainer With Most Water✓ Our Solution
61
ArrayTwo PointersGreedy
LeetCode ↗58% acc.
38
EasyFibonacci Number✓ Our Solution
61
MathDynamic ProgrammingRecursionMemoization
LeetCode ↗73% acc.
39
EasyRemove Duplicates from Sorted Array✓ Our Solution
61
ArrayTwo Pointers
LeetCode ↗60% acc.
40
MediumAdd Two Numbers✓ Our Solution
61
Linked ListMathRecursion
LeetCode ↗46% acc.
41
EasyAssign Cookies✓ Our Solution
55
ArrayTwo PointersGreedySorting
LeetCode ↗54% acc.
42
MediumHouse Robber✓ Our Solution
55
ArrayDynamic Programming
LeetCode ↗52% acc.
43
EasyReverse Vowels of a String✓ Our Solution
55
Two PointersString
LeetCode ↗58% acc.
44
MediumFind First and Last Position of Element in Sorted Array✓ Our Solution
55
ArrayBinary Search
LeetCode ↗47% acc.
45
MediumLongest Increasing Subsequence✓ Our Solution
55
ArrayBinary SearchDynamic Programming
LeetCode ↗58% acc.
46
MediumCoin Change✓ Our Solution
55
ArrayDynamic ProgrammingBreadth-First Search
LeetCode ↗46% acc.
47
MediumNth Digit✓ Our Solution
55
MathBinary Search
LeetCode ↗36% acc.
48
55
ArrayGreedy
LeetCode ↗47% acc.
49
MediumCount Primes✓ Our Solution
55
ArrayMathEnumerationNumber Theory
LeetCode ↗35% acc.
50
MediumMerge Intervals✓ Our Solution
55
ArraySorting
LeetCode ↗49% acc.
51
MediumKoko Eating Bananas✓ Our Solution
55
ArrayBinary Search
LeetCode ↗49% acc.
52
EasyPascal's Triangle✓ Our Solution
55
ArrayDynamic Programming
LeetCode ↗77% acc.
53
MediumRotate Image✓ Our Solution
48
ArrayMathMatrix
LeetCode ↗78% acc.
54
EasyPerfect Number✓ Our Solution
48
Math
LeetCode ↗45% acc.
55
EasySort Array by Increasing Frequency✓ Our Solution
48
ArrayHash TableSorting
LeetCode ↗80% acc.
56
MediumFind the Winner of the Circular Game✓ Our Solution
48
ArrayMathRecursionQueue+1
LeetCode ↗82% acc.
57
EasyNext Greater Element I✓ Our Solution
48
ArrayHash TableStackMonotonic Stack
LeetCode ↗75% acc.
58
EasyValid Palindrome✓ Our Solution
48
Two PointersString
LeetCode ↗51% acc.
59
MediumEdit Distance✓ Our Solution
48
StringDynamic Programming
LeetCode ↗59% acc.
60
MediumNext Permutation✓ Our Solution
48
ArrayTwo Pointers
LeetCode ↗43% acc.
61
EasyReverse Linked List✓ Our Solution
48
Linked ListRecursion
LeetCode ↗79% acc.
62
EasyRemove Element✓ Our Solution
48
ArrayTwo Pointers
LeetCode ↗60% acc.
63
EasyRemove Duplicates from Sorted List✓ Our Solution
48
Linked List
LeetCode ↗55% acc.
64
EasyIs Subsequence✓ Our Solution
48
Two PointersStringDynamic Programming
LeetCode ↗48% acc.
65
EasyFind the Index of the First Occurrence in a String✓ Our Solution
48
Two PointersStringString Matching
LeetCode ↗45% acc.
66
MediumPeak Index in a Mountain Array✓ Our Solution
48
ArrayBinary Search
LeetCode ↗68% acc.
67
EasyMax Consecutive Ones✓ Our Solution
48
Array
LeetCode ↗62% acc.
68
MediumUnique Paths✓ Our Solution
48
MathDynamic ProgrammingCombinatorics
LeetCode ↗66% acc.
69
EasyContains Duplicate✓ Our Solution
48
ArrayHash TableSorting
LeetCode ↗63% acc.
70
MediumMajority Element II✓ Our Solution
48
ArrayHash TableSortingCounting
LeetCode ↗54% acc.
71
Medium01 Matrix✓ Our Solution
39
ArrayDynamic ProgrammingBreadth-First SearchMatrix
LeetCode ↗51% acc.
72
EasyAverage Value of Even Numbers That Are Divisible by Three✓ Our Solution
39
ArrayMath
LeetCode ↗62% acc.
73
MediumInteger to Roman✓ Our Solution
39
Hash TableMathString
LeetCode ↗69% acc.
74
MediumSingle Number II✓ Our Solution
39
ArrayBit Manipulation
LeetCode ↗65% acc.
75
MediumDaily Temperatures✓ Our Solution
39
ArrayStackMonotonic Stack
LeetCode ↗67% acc.
76
MediumSearch a 2D Matrix✓ Our Solution
39
ArrayBinary SearchMatrix
LeetCode ↗52% acc.
77
EasyCount Pairs Whose Sum is Less than Target✓ Our Solution
39
ArrayTwo PointersBinary SearchSorting
LeetCode ↗87% acc.
78
MediumKth Largest Element in an Array✓ Our Solution
39
ArrayDivide and ConquerSortingHeap (Priority Queue)+1
LeetCode ↗68% acc.
79
EasySubstrings of Size Three with Distinct Characters✓ Our Solution
39
Hash TableStringSliding WindowCounting
LeetCode ↗75% acc.
80
EasyCount Operations to Obtain Zero✓ Our Solution
39
MathSimulation
LeetCode ↗75% acc.
81
EasyNumber of Days Between Two Dates✓ Our Solution
39
MathString
LeetCode ↗51% acc.
82
EasyMaximum Depth of Binary Tree✓ Our Solution
39
TreeDepth-First SearchBreadth-First SearchBinary Tree
LeetCode ↗77% acc.
83
EasyExcel Sheet Column Title✓ Our Solution
39
MathString
LeetCode ↗44% acc.
84
MediumSecond Highest Salary✓ Our Solution
39
Database
LeetCode ↗44% acc.
85
EasySqrt(x)✓ Our Solution
39
MathBinary Search
LeetCode ↗40% acc.
86
MediumFind Original Array From Doubled Array✓ Our Solution
39
ArrayHash TableGreedySorting
LeetCode ↗40% acc.
87
EasyN-th Tribonacci Number✓ Our Solution
39
MathDynamic ProgrammingMemoization
LeetCode ↗64% acc.
88
MediumBasic Calculator II✓ Our Solution
39
MathStringStack
LeetCode ↗46% acc.
89
MediumPow(x, n)✓ Our Solution
39
MathRecursion
LeetCode ↗37% acc.
90
MediumUgly Number II✓ Our Solution
39
Hash TableMathDynamic ProgrammingHeap (Priority Queue)
LeetCode ↗49% acc.
91
EasyIntersection of Two Linked Lists✓ Our Solution
39
Hash TableLinked ListTwo Pointers
LeetCode ↗61% acc.
92
MediumGroup Anagrams✓ Our Solution
39
ArrayHash TableStringSorting
LeetCode ↗71% acc.
93
EasyHow Many Numbers Are Smaller Than the Current Number✓ Our Solution
39
ArrayHash TableSortingCounting Sort
LeetCode ↗87% acc.
94
MediumPalindromic Substrings✓ Our Solution
39
Two PointersStringDynamic Programming
LeetCode ↗72% acc.
95
EasyMin Cost Climbing Stairs✓ Our Solution
39
ArrayDynamic Programming
LeetCode ↗67% acc.
96
EasyTruncate Sentence✓ Our Solution
39
ArrayString
LeetCode ↗86% acc.
97
HardMedian of Two Sorted Arrays✓ Our Solution
39
ArrayBinary SearchDivide and Conquer
LeetCode ↗44% acc.
98
EasyBinary Search✓ Our Solution
39
ArrayBinary Search
LeetCode ↗60% acc.
99
EasyMake The String Great✓ Our Solution
39
StringStack
LeetCode ↗68% acc.
100
HardDepartment Top Three Salaries✓ Our Solution
39
Database
LeetCode ↗58% acc.