Breadth-first search: Difference between revisions
From Glossary of Meteorology
imported>Perlwikibot (Created page with " {{TermHeader}} {{TermSearch}} <div class="termentry"> <div class="term"> == breadth-first search == </div> <div class="definition"><div class="short_definition">Search...") |
imported>Perlwikibot (Created page with " {{TermHeader}} {{TermSearch}} <div class="termentry"> <div class="term"> == breadth-first search == </div> <div class="definition"><div class="short_definition">Search...") |
(No difference)
|
Revision as of 16:34, 26 January 2012
breadth-first search
Search strategy in which the highest layer of a decision tree is searched completely before proceeding to the next layer.
In this manner, no viable solution is omitted and the optimal solution is found. This strategy is often not feasible when the search space is large.
See also depth-first search.
See also depth-first search.