Please enable JavaScript.
Coggle requires JavaScript to display documents.
Problem Solving (Searches (Depth First Search (Expand deepest un-expanded…
Problem Solving
Searches
-
-
Breadth First search
The root node is expanded first,then all the successors of the root node and their successor so on.
-
-
-
-
-
-
Introduction
Artificial intelligence that deals with algorithms, possible actions in order to set predefined solution, problem solving also encompasses a number of techniques known as algorithms, heuristics ... e.t.c