Introduction to Graphs

Learn about graphs, their applications, and their operations.

Graphs overview

In this module, we study two representations of graphs and basic algorithms that use these representations.

Mathematically, a (directed) graph is a pair G=(V,E)G = (V ,E) where VV is a set of vertices and EE is a set of ordered pairs of vertices called edges. An edge (i,j)(i,j) is directed from ii to jj ...

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy