Abhijeet Mulgund's Personal Webpage

Search

Search IconIcon to open search

Directed Graph

Last updated Nov 1, 2022

# Definition

Let $V$ be a Set and suppose $E \subset V \times V$. Then $(V, E)$ is a Directed Graph with vertices $v \in V$ and edges $e \in E$.

# Remarks

  1. Sometimes we say $G$ is an Directed Graph and refer to its vertices and edges as $V(G)$ and $E(G)$ respectively.