Artificial_Intelligence_Task_Luna.A simple Lua 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.