Back to Glossary

Breadth-first search

A search strategy that explores all states at each depth level before moving to the next deeper level. Breadth-first search guarantees finding the shortest solution path but requires storing all frontier states, making it memory-intensive for large problem spaces.

Learn about this term

Related Terms

Vocabulary from all courses. Terms are cross-referenced to show where each concept appears.