can you help me how to solve this type of question?
Exercise: Search Algorithms
The following figure shows a portion of a partially expanded search tree Each arc between nodes is labeled with the cost of the corresponding operator, and the leaves are labeled with the value of the heuristic function, h.
Which node (use the node's letter) will be expanded next by each of the following search algorithms? A h=20
(a) Depth-first search (b) Breadth-first search (c) Uniform-cost search (d) Greedy search (e) A* search E
5
B h=14
19
D
h=18
5
5
h=15
F
G
H
h=10
h=12
h=8
h=10