Re: Computing cut nodes and bridges in directed graphs
- From: "Gene" <eugene.ressler@xxxxxxxxxxxxxxx>
- Date: 7 Aug 2005 09:33:26 -0700
Look at max flow algorithms like Dinic's. If memory serves it's
O(|V|^2 |E|), and you might be able to do incremental updates more
cheaply.
.
- Follow-Ups:
- Re: Computing cut nodes and bridges in directed graphs
- From: Luis Quesada
- Re: Computing cut nodes and bridges in directed graphs
- References:
- Computing cut nodes and bridges in directed graphs
- From: Luis Quesada
- Computing cut nodes and bridges in directed graphs
- Prev by Date: Re: about_algorithm
- Next by Date: Re: Computing cut nodes and bridges in directed graphs
- Previous by thread: Computing cut nodes and bridges in directed graphs
- Next by thread: Re: Computing cut nodes and bridges in directed graphs
- Index(es):
Relevant Pages
|