Skip to content

Opening book details…

About this document

Uninformed Search Algorithms Overview by Izwah Nazir is a document available to read on EtoBox.

Uninformed search algorithms operate without additional information about the state or search space beyond how to traverse the tree. There are several types of uninformed search algorithms including breadth-first search, depth-first search, depth-limited search, iterative deepening depth-first search, uniform cost search, and bidirectional search. Breadth-first search searches breadthwise in layers, depth-first search follows each path to its greatest depth before moving to the next path, and iterative deep

Author
Izwah Nazir
Language
EN