Skip to main content

12 docs tagged with "DFS"

View all tags

DFS of Graph

This tutorial covers the solution to the DFS of Graph problem from the GeeksforGeeks website, featuring implementations in C++.

DFS of Graph

This tutorial covers the solution to the DFS of Graph problem from the GeeksforGeeks website, featuring implementations in C++.

Find the Grid of Region Average

Calculate the m x n grid result, where result[i][j] is the average intensity of the regions to which image[i][j] belongs, rounded down to the nearest integer.

Unique Paths III

Find the number of unique paths from the starting square to the ending square in a grid, walking over every non-obstacle square exactly once.