Graph Problems

1. Matching

Let $G=(V,E)$ be a graph. A matching $M \in G$ is a set of pairwise non-adjacent edges.

Paths

Cycles (Undirected Graphs)

Coloring Problem