4. (30 points) Given the following search tree, state the order in which the nodes will be searched for breadth first an
Posted: Sat Feb 19, 2022 3:20 pm
4. (30 points) Given the following search tree, state the order in which the nodes will be searched for breadth first and depth first, until a solution is reached. The numbers on the nodes indicate the estimated cost to solution. A:10 B: 12 C: 5 D6 E:8 F:14 G:7 H:14 1:0 J:5 SOLN Breadth first order : Depth first search: