Neocortex 🧠

Search

Search IconIcon to open search

Important Properties of a Graph

Last updated Jan 23, 2022 Edit Source

Let $G$ be a graph with $m$ edges in its edge set $E$ and $n$ vertices in its vertex set $V$:

$$ \sum_{v in V}deg(v) = 2m $$

If G is directed:

$$ \sum_{v in V}outdeg(v) = \sum_{v in V}indeg(v) = m $$

If G is a simple graph with $n$ vertices, the number of edges is $O(n^2)$.


Interactive Graph