Question: any language. also calculate time and space complexity. we already made all the 100 nodes so here is everything you need: coordinates for 100 nodes:


Lab Assignment 3 This assignment will use the A * search algorithm to find the best path between the start and goal nodes. This assignment will be done in two parts, Part 1: Take a portion of a map of Makkah and built the data as nodes of all the roads. Caiculate the actual distances between the nodes. Also, use a heuristic function to find the heuristic distances between all the nodes. Part 2: Once the data is ready, make a program that inputs the start and goal nodes and finds the shortest path between the start node and the goal node using the A search algorithm. Submit one pdf file only on blackboard. Submission: (i) Working code (ii) Description of the data and working of code Deadline: 22mt of January 2023 Cheating of report or code is not allowed, and zero marks will be awarded to the students who copy the code from each other
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
