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

Graph-Traversals_Simulation #283

Open mushie101 opened 5 years ago

mushie101 commented 5 years ago

->Defect description: When one accidentally presses the solve button in the simulation during a BFS or a DFS 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 BFS or DFS, 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