Problems
Original multi-part problems based on Blind 75, NeetCode 150, and Grind 75
170 showing
Accounts Merge
Graphs · Arrays & Hashingmedium
Asteroid Collision
Stack · Arrays & Hashingmedium
IP to CIDR
Bit Manipulation · Math & Geometrymedium
Largest Local Values in a Matrix
Arrays & Hashing · Simulationeasy
Add Binary
String · Bit Manipulationeasy
Add Two Numbers
Linked List · Math & Geometrymedium
Alien Dictionary
Graphs · Stringhard
Balanced Binary Tree
Trees · BFS / DFSeasy
Binary Tree Level Order Traversal
Trees · BFS / DFSmedium
Binary Tree Right Side View
Trees · BFS / DFSmedium
Binary Tree Maximum Path Sum
Trees · Dynamic Programminghard
Basic Calculator
Stack · Stringhard
Best Time to Buy and Sell Stock
Arrays & Hashing · Sliding Windoweasy
Stock Trading with Cooldown
Dynamic Programming · Arrays & Hashingmedium
Meeting Rooms II
Intervals · Heap / Priority Queuemedium
Number of Connected Components in an Undirected Graph
Graphs · BFS / DFSmedium
Network Delay Time
Graphs · Heap / Priority Queuemedium
Swim in Rising Water
Graphs · Heap / Priority Queuehard
Reconstruct Itinerary
Graphs · BFS / DFShard
Min Cost to Connect All Points
Graphs · Heap / Priority Queuemedium
Graph Valid Tree
Graphs · BFS / DFSmedium
Plus One
Math & Geometry · Arrays & Hashingeasy
Multiply Strings
Math & Geometry · Stringmedium
Pow(x, n)
Math & Geometrymedium