Re: A graph problem
- From: "user923005" <dcorbit@xxxxxxxxx>
- Date: 30 Mar 2007 14:39:36 -0700
On Mar 30, 11:29 am, "Mahdi" <mahdi.dabest...@xxxxxxxxx> wrote:
Hello!
We have a graph that is not directional. We want an algorithm to find
out if this graph is divided to two parts or not.
Sounds like connected components or transitive closure might be what
you are after.
http://www.cs.sunysb.edu/~algorith/files/dfs-bfs.shtml
http://www.cs.sunysb.edu/~algorith/files/transitive-closure.shtml
Perhaps related:
http://gdea.informatik.uni-koeln.de/archive/00000738/
http://www.sciencedirect.com/science?_ob=ArticleURL&_udi=B6V0C-45H0FCM-3&_user=10&_coverDate=06%2F30%2F2002&_rdoc=1&_fmt=&_orig=search&_sort=d&view=c&_acct=C000050221&_version=1&_urlVersion=0&_userid=10&md5=bb8d2cc33e739f4f797b5de6a0eaa4ba
http://www.boost.org/libs/graph/doc/fruchterman_reingold.html
http://www.cs.usyd.edu.au/~shhong/dis.ps
.
- References:
- A graph problem
- From: Mahdi
- A graph problem
- Prev by Date: Re: Looking for a *FAST* graphics library
- Next by Date: Re: Gaussian random variable
- Previous by thread: A graph problem
- Next by thread: Re: A graph problem
- Index(es):
Relevant Pages
|