Skip to main content

26 docs tagged with "Graph"

View all tags

BFS of Graph

This document provides solutions to the problem of performing a Breadth First Search (BFS) traversal of a directed graph in various programming languages.

Course Schedule

This document provides a solution to the Course Schedule problem.

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.

Loud and Rich

Return an integer array answer where answer[x] = y indicates that y is the person with the least quietness among all individuals who have equal to or more money than person x.