0

Just to make it clear - c-Expander graph is a directed graph G(V,E) with 2 Disjoint sets (A and B), of size equal or more than c with at least one Vertex between node of A and node of B.

I have to prove there is a simple directed path of length n-2c+1 in that graph.

Any Ideas?

(A tip I got - prove that when running DFS there is a stage the number of the Black nodes are equals to the number of the White nodes, where BLACK nodes are nodes we finished working on, and WHITE nodes are nodes we haven't started working on)

SharonBL
  • 1,735
  • 5
  • 20
  • 28

0 Answers0