Consider the following AO graph:
Which is the best node to expand by next AO* algorithm?
HERE f(n) for A node is less than from the value of f(n) for B and f(n) for C.So the best path will be G->A
The best node is A