N

Nutanix

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

Showing 60 of 60 questions

1
MediumCheck If Word Is Valid After Substitutions✓ Our Solution
100
StringStack
LeetCode ↗60% acc.
2
MediumPartitioning Into Minimum Number Of Deci-Binary Numbers✓ Our Solution
98
StringGreedy
LeetCode ↗89% acc.
3
MediumGrumpy Bookstore Owner✓ Our Solution
98
ArraySliding Window
LeetCode ↗64% acc.
4
HardDelivering Boxes from Storage to Ports✓ Our Solution
98
ArrayDynamic ProgrammingSegment TreeQueue+3
LeetCode ↗39% acc.
5
MediumBroken Calculator✓ Our Solution
98
MathGreedy
LeetCode ↗55% acc.
6
MediumDetect Cycles in 2D Grid✓ Our Solution
98
ArrayDepth-First SearchBreadth-First SearchUnion Find+1
LeetCode ↗50% acc.
7
MediumMaximum Sum of an Hourglass✓ Our Solution
98
ArrayMatrixPrefix Sum
LeetCode ↗76% acc.
8
HardOnline Majority Element In Subarray✓ Our Solution
98
ArrayBinary SearchDesignBinary Indexed Tree+1
LeetCode ↗39% acc.
9
MediumSwap For Longest Repeated Character Substring✓ Our Solution
98
Hash TableStringSliding Window
LeetCode ↗44% acc.
10
MediumCar Fleet✓ Our Solution
98
ArrayStackSortingMonotonic Stack
LeetCode ↗53% acc.
11
MediumMinimum Processing Time✓ Our Solution
98
ArrayGreedySorting
LeetCode ↗69% acc.
12
MediumLRU Cache✓ Our Solution
84
Hash TableLinked ListDesignDoubly-Linked List
LeetCode ↗45% acc.
13
MediumPacific Atlantic Water Flow✓ Our Solution
79
ArrayDepth-First SearchBreadth-First SearchMatrix
LeetCode ↗58% acc.
14
MediumIncreasing Triplet Subsequence✓ Our Solution
73
ArrayGreedy
LeetCode ↗39% acc.
15
MediumGroup Anagrams✓ Our Solution
73
ArrayHash TableStringSorting
LeetCode ↗71% acc.
16
HardSliding Window Maximum✓ Our Solution
73
ArrayQueueSliding WindowHeap (Priority Queue)+1
LeetCode ↗48% acc.
17
MediumRotting Oranges✓ Our Solution
73
ArrayBreadth-First SearchMatrix
LeetCode ↗57% acc.
18
MediumMerge Intervals✓ Our Solution
73
ArraySorting
LeetCode ↗49% acc.
19
MediumProduct of Array Except Self✓ Our Solution
65
ArrayPrefix Sum
LeetCode ↗68% acc.
20
MediumTop K Frequent Elements✓ Our Solution
65
ArrayHash TableDivide and ConquerSorting+4
LeetCode ↗65% acc.
21
HardValid Number✓ Our Solution
65
String
LeetCode ↗22% acc.
22
MediumDecode String✓ Our Solution
65
StringStackRecursion
LeetCode ↗61% acc.
23
MediumSearch a 2D Matrix✓ Our Solution
65
ArrayBinary SearchMatrix
LeetCode ↗52% acc.
24
HardMaximum Frequency Stack✓ Our Solution
65
Hash TableStackDesignOrdered Set
LeetCode ↗66% acc.
25
MediumSpiral Matrix✓ Our Solution
65
ArrayMatrixSimulation
LeetCode ↗54% acc.
26
EasyTwo Sum✓ Our Solution
65
ArrayHash Table
LeetCode ↗56% acc.
27
MediumReverse Linked List II✓ Our Solution
65
Linked List
LeetCode ↗50% acc.
28
MediumBoundary of Binary Tree
65
TreeDepth-First SearchBinary Tree
LeetCode ↗47% acc.
29
HardFirst Missing Positive✓ Our Solution
65
ArrayHash Table
LeetCode ↗41% acc.
30
MediumSet Matrix Zeroes✓ Our Solution
65
ArrayHash TableMatrix
LeetCode ↗61% acc.
31
MediumMeeting Rooms II
55
ArrayTwo PointersGreedySorting+2
LeetCode ↗52% acc.
32
MediumSearch in Rotated Sorted Array✓ Our Solution
55
ArrayBinary Search
LeetCode ↗43% acc.
33
MediumAmount of Time for Binary Tree to Be Infected✓ Our Solution
55
Hash TableTreeDepth-First SearchBreadth-First Search+1
LeetCode ↗64% acc.
34
MediumClone Graph✓ Our Solution
55
Hash TableDepth-First SearchBreadth-First SearchGraph
LeetCode ↗62% acc.
35
MediumSurrounded Regions✓ Our Solution
55
ArrayDepth-First SearchBreadth-First SearchUnion Find+1
LeetCode ↗43% acc.
36
MediumLongest Palindromic Subsequence✓ Our Solution
55
StringDynamic Programming
LeetCode ↗64% acc.
37
HardMerge k Sorted Lists✓ Our Solution
55
Linked ListDivide and ConquerHeap (Priority Queue)Merge Sort
LeetCode ↗57% acc.
38
HardBinary Tree Maximum Path Sum✓ Our Solution
55
Dynamic ProgrammingTreeDepth-First SearchBinary Tree
LeetCode ↗41% acc.
39
MediumSwap Nodes in Pairs✓ Our Solution
55
Linked ListRecursion
LeetCode ↗67% acc.
40
MediumLongest Common Subsequence✓ Our Solution
55
StringDynamic Programming
LeetCode ↗58% acc.
41
MediumMinimum Number of Swaps to Make the String Balanced✓ Our Solution
55
Two PointersStringStackGreedy
LeetCode ↗78% acc.
42
MediumFind Minimum in Rotated Sorted Array✓ Our Solution
55
ArrayBinary Search
LeetCode ↗53% acc.
43
MediumAll Nodes Distance K in Binary Tree✓ Our Solution
55
Hash TableTreeDepth-First SearchBreadth-First Search+1
LeetCode ↗66% acc.
44
MediumLongest Palindromic Substring✓ Our Solution
55
Two PointersStringDynamic Programming
LeetCode ↗36% acc.
45
MediumContainer With Most Water✓ Our Solution
55
ArrayTwo PointersGreedy
LeetCode ↗58% acc.
46
MediumJump Game II✓ Our Solution
55
ArrayDynamic ProgrammingGreedy
LeetCode ↗42% acc.
47
HardWord Ladder✓ Our Solution
55
Hash TableStringBreadth-First Search
LeetCode ↗43% acc.
48
MediumCourse Schedule✓ Our Solution
55
Depth-First SearchBreadth-First SearchGraphTopological Sort
LeetCode ↗49% acc.
49
MediumHeaters✓ Our Solution
55
ArrayTwo PointersBinary SearchSorting
LeetCode ↗40% acc.
50
MediumLongest Continuous Subarray With Absolute Diff Less Than or Equal to Limit✓ Our Solution
55
ArrayQueueSliding WindowHeap (Priority Queue)+2
LeetCode ↗57% acc.
51
EasyBest Time to Buy and Sell Stock✓ Our Solution
55
ArrayDynamic Programming
LeetCode ↗55% acc.
52
MediumNumber of Islands✓ Our Solution
55
ArrayDepth-First SearchBreadth-First SearchUnion Find+1
LeetCode ↗62% acc.
53
EasyMaximum Product of Three Numbers✓ Our Solution
55
ArrayMathSorting
LeetCode ↗45% acc.
54
MediumAdd Two Numbers✓ Our Solution
55
Linked ListMathRecursion
LeetCode ↗46% acc.
55
HardReverse Nodes in k-Group✓ Our Solution
55
Linked ListRecursion
LeetCode ↗63% acc.
56
MediumMin Cost to Connect All Points✓ Our Solution
55
ArrayUnion FindGraphMinimum Spanning Tree
LeetCode ↗69% acc.
57
55
ArrayTwo PointersSorting
LeetCode ↗37% acc.
58
MediumWord Break✓ Our Solution
55
ArrayHash TableStringDynamic Programming+2
LeetCode ↗48% acc.
59
MediumBinary Tree Zigzag Level Order Traversal✓ Our Solution
55
TreeBreadth-First SearchBinary Tree
LeetCode ↗62% acc.
60
HardTrapping Rain Water✓ Our Solution
55
ArrayTwo PointersDynamic ProgrammingStack+1
LeetCode ↗65% acc.