Breadth-first Search
Depth-first SearchDepth-limited SearchIterative deepening depth-first searchUniform cost searchBidirectional SearchUninformed search is a class of general-purpose search algorithms which operates in brute force-way.
Uninformed search algorithms do not have additional information about state or search space other than how to traverse the tree, so it is also called blind search.
Following are the various types of uninformed search algorithms.