dillonfagan / Seven-Bridges

An iOS app for simulating graphs and networks.
GNU General Public License v3.0
0 stars 2 forks source link

Graph needs to be in "Select" mode when running Kruskal #19

Closed dillonfagan closed 6 years ago

dillonfagan commented 6 years ago

Currently, since no nodes need to be selected to run it, Kruskal will compute a minimum spanning tree (albeit irregular due to path highlighting issues), but there will be no convenient way to unhighlight the edges. The Graph should therefore be "artificially" put into "Select" mode to make its behavior consistent across all algorithms.