recategorized by
2,997 views

1 Answer

0 votes
0 votes

Answer : h’ never overestimates h

A*  is a computer algorithm that is widely used in path-finding and graph traversal.

DescriptionA* is an informed search algorithm, or a best-first search, meaning that it solves problems by searching among all possible paths to the solution (goal) for the one that incurs the smallest cost (least distance travelled, shortest time, etc.), and among these paths it first considers the ones that appear to lead most quickly to the solution. It is formulated in terms of weighted graphs, starting from a specific node of a graph, it constructs a tree of paths starting from that node, expanding paths one step at a time, until one of its paths ends at the predetermined goal node.

Reference of Above Description is Wikipedia

Reference : Introduction to A*

Answer:

Related questions

1 votes
1 votes
1 answer
1
go_editor asked Jul 13, 2016
2,682 views
An expert system shell is an expert system withoutdomain knowledgeexplanation facilityreasoning with knowledgeall of the above
0 votes
0 votes
1 answer
3
go_editor asked Jul 13, 2016
3,055 views
_____ establishes information about when,why and by whom changes are made in a Software.Software Configuration ManagementChange ControlVersion ControlAn Audit Trail
1 votes
1 votes
1 answer
4