Skip to content

Lab 3: UI fixes

Simon Sundberg requested to merge simosund/dvgb03:lab3_ui_fixes into master

A couple of "improvements" to the UI.

The first commit adds an echo mode similar to the one I added for lab2.

The second commit removes some early returns in the UI, which means it does no longer guard the AdjacencyList implementation as well from potential errors. This should make it easier to replicate some of the test cases from the UI, for example empty graphs or deleting non-existing nodes.

Merge request reports