Artificial_Intelligence_Task.A simple Python implementation of A* and Dijkstra’s Algorithm to find the shortest path between two nodes in a weighted graph. The program loads graph data from CSV files, computes the optimal path using both algorithms, and compares their cost and nodes explored.