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...") |
m (Rewrite with Template:Term and clean up) |
||
Line 1: | Line 1: | ||
{{Term | |||
|Display title=breadth-first search | |||
{{ | |Definitions={{Definition | ||
|Num=1 | |||
|Meaning=Search strategy in which the highest layer of a [[decision tree]] is searched completely before proceeding to the next layer. | |||
|Explanation=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. <br/>''See also'' [[depth-first search]]. | |||
}} | |||
}} | |||
Latest revision as of 22:18, 13 January 2024
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.