Graph Algorithm
A graph algorithm is a procedure that operates on a graph — a set of nodes (vertices) connected by edges — to solve problems such as finding shortest paths, detecting cycles, or determining connectivity between nodes.
3 resources across 1 library
Glossary Terms(3)
Dynamic Programming
Dynamic programming (DP) is an algorithmic technique for solving problems by breaking them into overlapping subproblems, solving each subproblem once, and stor…
Sorting Algorithm
A sorting algorithm is a procedure that rearranges the elements of a list or array into a defined order, typically ascending or descending, and is one of the m…
Graph Algorithm
A graph algorithm is a procedure that operates on a graph — a set of nodes (vertices) connected by edges — to solve problems such as finding shortest paths, de…