To develop a code to find the route from the source to the destination point using A* algorithm for 2D grid world.
Explain the problem statement
Build a 2D grid world with initial state , goal state and obstacles:
Include your code here
Explain the Completeness and complexity of the algorithm: