Module 6: Shortest Path

Lab


Abstract: Dijkstra's shortest path algorithm is probably one of the most relied upon algorithms in use today. In this lab you build an implementation of that algorithm.

Goals of this lab:


Introduction


Your work for this lab


Having trouble?

Post problems on piazza, but do not post code publicly there!

How to submit your work

Note that we will run your solution against the JUnit test as it was given to you. If you modify that test in some way, the results you see may not correspond with the testing necessary to receive credit.

You can always revert any changes you make to the testing code back to what we gave you in the repository using Team…Revert, but be sure not to do that to your source code as it will wipe away work you may not have yet committed.


Submitting your work (read carefully)



Last modified 09:46:24 CDT 22 August 2016