virtual-labs-archive / data-structures-iiith

This repository contains sources to Data Structures Lab IIITH.
https://cse01-iiith.vlabs.ac.in/
Other
1 stars 73 forks source link

Shortest-paths-in-graph_Simulation #289

Open mushie101 opened 5 years ago

mushie101 commented 5 years ago

->Defect description: When one accidentally presses the solve button in the simulation during the Dijkstra Algorithm there is no way for him to undo or cancel and choose a new option.

->Steps to reproduce the issue: Open the afore-mentioned simulation select Draw graph, select directed or undirected and choose any algorithm you want to apply, Draw a graph and press solve. There will be no way for you to back-out of this situation.

->Expected Result: We can create a Cancel button which can take you back to manual node selection.

->Actual result: If a user is trying to solve a graph themself clicking on solve will ruin the experience for the user