Re: cycle detection in undirected graph
From: Jim Nastos (nastos_at_cs.ualberta.ca)
Date: 04/14/04
- Next message: Stephan Schulz: "Re: functions that halt"
- Previous message: |-|erc: "Re: functions that halt"
- In reply to: venkat: "cycle detection in undirected graph"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 14 Apr 2004 02:54:18 -0600
On 13 Apr 2004, venkat wrote:
> Can someone refer me to an efficient algorithm for detecting cycles
> in an undirected graph.
Test if the graph is a tree. If it is not a tree, then it has a cycle.
Maybe you want to be more specific?
J
- Next message: Stephan Schulz: "Re: functions that halt"
- Previous message: |-|erc: "Re: functions that halt"
- In reply to: venkat: "cycle detection in undirected graph"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
Loading