Re: DFS and BFS help please
- From: user923005 <dcorbit@xxxxxxxxx>
- Date: Wed, 2 Jan 2008 14:30:18 -0800 (PST)
On Jan 2, 8:27 am, Totti <saliba.toufic.geo...@xxxxxxxxx> wrote:
hi all, happy and succesfull new year to all of you.
i am wondering if anybody can help me clarify some things about graphs
theory.
does a DFS have always a standard result?
i mean i am trying to run a DFS from a site for a certain graph, when
i try to do it by my own using the same rules, starting from the same
starting point but let us say go 'down' instead of 'up', for example.
i get other results, is that ok? can one run a DFS as one wants?
what about BFS?
Probably, you want the news:comp.ai.* heirarchy.
See also:
http://en.wikipedia.org/wiki/Depth-first_search
http://en.wikipedia.org/wiki/Breadth-first_search
If you have a graph and you want to find something in it, alpha-beta
search is a good way to go.
http://en.wikipedia.org/wiki/Alpha-beta_pruning
.
- References:
- DFS and BFS help please
- From: Totti
- DFS and BFS help please
- Prev by Date: Re: Brian Kernighan, maybe I'm not worthy, maybe I'm scum
- Next by Date: Re: Oversight and Programmer productivity
- Previous by thread: DFS and BFS help please
- Next by thread: Oversight and Programmer productivity
- Index(es):
Relevant Pages
|