Consider the following graph G. It consist of 9 nodes labeled with numbers as well as 12 edges connecting the nodes.
Each edge is labeled with its cost. Let 5 be the start node and 7 be the goal node. Run Breadth-first search on G.
If the algorithm terminates when the goal is discovered, how many non-goal nodes are in the explored set?