Re: modified-- strongly connected components(SCC)?
- From: "Amit Gupta" <emailamit@xxxxxxxxx>
- Date: 21 Aug 2005 11:48:20 -0700
Not better than O(V+E), but it will be helpful if I can reduce the
value of constants in O(V+E). In other words, if the graph contains
many-many virtex of object type "M", then maybe I can get a algorithm
O(V'+E), V' = (V - Count-of-all-objects-of-type-M).
-Amit
.
- Follow-Ups:
- Re: modified-- strongly connected components(SCC)?
- From: David Pearce
- Re: modified-- strongly connected components(SCC)?
- References:
- modified-- strongly connected components(SCC)?
- From: Amit Gupta
- Re: modified-- strongly connected components(SCC)?
- From: Patricia Shanahan
- Re: modified-- strongly connected components(SCC)?
- From: Amit Gupta
- Re: modified-- strongly connected components(SCC)?
- From: Luis Quesada
- modified-- strongly connected components(SCC)?
- Prev by Date: Re: A Bin Packing like problem
- Next by Date: Re: modified-- strongly connected components(SCC)?
- Previous by thread: Re: modified-- strongly connected components(SCC)?
- Next by thread: Re: modified-- strongly connected components(SCC)?
- Index(es):
Relevant Pages
|