caltechcs2 / spanning_tree

Assignment 5
0 stars 1 forks source link

Need text or some other feedback when graph algorithm finishes #3

Closed AGFeldman closed 8 years ago

AGFeldman commented 8 years ago

It's not actually obvious when a graph algorithm finishes running; it would be useful to get some kind of notification so that one doesn't just stare blankly at a computer screen for five minutes wondering whether it's still working.

Issue migrated from https://bitbucket.org/caltechcs2/cs2/issues/57/week-5-need-text-or-some-other-feedback

AGFeldman commented 8 years ago

This is already done.

The stdout/stderr messages for shortest path are "Finding shortest path from [...]" and "Finished. Path:", in graphs.cpp. The messages for MST are "Computingn MST..." and "Done computing MST", in starmap.cpp.