100+ curated problems from top tech interviews
10 problems found
Order characters from alien dictionary...
Count connected components...
Time for all nodes to receive signal...
Shortest path with at most k stops...
Flip surrounded regions...
Deep copy undirected graph...
Check if graph is valid tree...
Given an m x n 2D binary grid grid which represents a map of '1's (land) and '0's (water), return the number of islands. An island is surrounded by wa...
There are a total of numCourses courses you have to take. Some courses may have prerequisites. Given the total number of courses and a list of prerequ...
A transformation sequence from beginWord to endWord using dictionary wordList is a sequence where every adjacent pair of words differs by a single let...