Computer Science Related Others Courses AvailableThe Best Codder.blogspot.com
Posts

Uninformed Search Algorithms

 

Uninformed Search Algorithms

Uninformed 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:

  1. Breadth-first Search
  2. Depth-first Search
  3. Depth-limited Search
  4. Iterative deepening depth-first search
  5. Uniform cost search
  6. Bidirectional Search

Post a Comment

© AI & MI. The Best Codder All rights reserved. Distributed by