Exhaustive graph traversal

From Algowiki
Jump to navigation Jump to search

Input

A directed graph [math]\displaystyle{ G=(V,A) }[/math].

Output

A sequence of all nodes of [math]\displaystyle{ G }[/math].

Known algorithms

  1. Repeated depth-first search