A* Search
What kind of data structure does A* search use?
Is A* an informed or uninformed search algorithm?
In A* search, what is the role of the heuristic function?
In A* search, what does the f value represent?
Which of the following is true about A* search?
When could A* perform worse than breadth-first search?