Each week please post an original reply to my discussion question by 11 p.m. Wednesday evening Eastern Time (ET). Include at least 250 words in your reply. Indicate at least
<p>1) Dijkstra's algorithm finds the shortest paths from a sourcevertex s to all other vertices. It works for unweighted graphs aswell (just let them all have the same weight). But
<p>Create a new project TMA01 in NetBeans and copy the followingprogram into a new Java source file.</p><p>public method Q1PartA {</p><p>public void main(String[] args) {</p><p>System.out.println('a string");</p><p>}</p><p>}</p><p>(i) Amend the program to correct