Question :
Suppose that we run a greedy search algorithm with h(n) = -g(n). What sort of search will the greedy search emulate? What if h(n) = g(n)?
What sort of search does greedy search emulate in this case? Explain your answer (In AI subject)-- just stating this or that search is not enought.