Programming Task 1: Graphs in Python [10% of your final mark]
Deadline: Sunday 6 October 2024, 23:59
This is your first programming task of this module is about graphs and implementing Dijkstra’salgorithm. You will submit a SINGLE PYTHON FILE (main.py) found in the Task1.zip file onMoodle. Your job is to modify the main.py file only. Importing any libraries that are not alreadymported in the main.py file is STRICTLY FORBIDDEN and will be considered as cheating.We operate a strict zero tolerance policy on cheating and plagiarism and late penalties apply.Any deviation from the format specified above will result in you receiving the mark of zero.
THE TASK
What Are Graphs?
A weighted graph is defined as
标签:Python,graph,py,Graphs,file,nodes,main From: https://www.cnblogs.com/comp9021/p/18446277