Exercise Lover

June 22, 2007

Problem 22-4

Filed under: Problem 22 — yuhanlyu @ 2:53 pm
  1. Transpose G into G’
  2. DFS in G’ from minimum number.

If u is reachable from v in G’, then v is reachable from u in G. Since we start the DFS with minimum number, we can find the minimum node which is reachable from u.

Problem 22-3

Filed under: Problem 22 — yuhanlyu @ 2:39 pm

It is a classical problem in graph theory. It is called Fleury’s algorithm. See reference.

Problem 22-2

Filed under: Problem 22 — yuhanlyu @ 2:37 pm

This is the classical problem in graph theory. See reference.

Problem 22-1

Filed under: Problem 22 — yuhanlyu @ 2:31 pm

Blog at WordPress.com.