Consider the following partial search tree, where edges are labeled with actual costs of the associated action, and each node is labeled with its heuristic evaluation. Find the navigation path to goal "H" and show which node will be expanded next by each of the following search methods:
(a) Greedy best-first search
(b) Uniform search
(c) Breadth first search (BFS)
(d) Depth first search (DFS)
i = 10
= 7
1 = 9
= 11