J

Juspay

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

Showing 11 of 11 questions

1
HardLongest Cycle in a Graph✓ Our Solution
100
Depth-First SearchBreadth-First SearchGraphTopological Sort
LeetCode ↗50% acc.
2
MediumOperations on Tree✓ Our Solution
100
ArrayHash TableTreeDepth-First Search+2
LeetCode ↗43% acc.
3
MediumFind Closest Node to Given Two Nodes✓ Our Solution
96
Depth-First SearchGraph
LeetCode ↗53% acc.
4
MediumNode With Highest Edge Score✓ Our Solution
91
Hash TableGraph
LeetCode ↗48% acc.
5
MediumLongest Subsequence With Decreasing Adjacent Difference✓ Our Solution
89
ArrayDynamic Programming
LeetCode ↗15% acc.
6
MediumSet Matrix Zeroes✓ Our Solution
69
ArrayHash TableMatrix
LeetCode ↗61% acc.
7
MediumLongest Substring Without Repeating Characters✓ Our Solution
63
Hash TableStringSliding Window
LeetCode ↗37% acc.
8
HardLargest Color Value in a Directed Graph✓ Our Solution
63
Hash TableDynamic ProgrammingGraphTopological Sort+2
LeetCode ↗58% acc.
9
HardShortest Path in a Weighted Tree✓ Our Solution
63
ArrayTreeDepth-First SearchBinary Indexed Tree+1
LeetCode ↗32% acc.
10
HardSliding Window Maximum✓ Our Solution
63
ArrayQueueSliding WindowHeap (Priority Queue)+1
LeetCode ↗48% acc.
11
HardWord Ladder✓ Our Solution
54
Hash TableStringBreadth-First Search
LeetCode ↗43% acc.