0 votes
in Artificial Intelligence by

What is an A* algorithm search method?

1 Answer

0 votes
by

A* is a computer algorithm that is extensively used for the purpose of finding the path or traversing a graph in order to find the most optimal route between various points called the nodes.

...