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

Minimum-Spanning-Tree_Simulation #181

Open AbhishekShah1709 opened 5 years ago

AbhishekShah1709 commented 5 years ago

Defect Description: Random behaviour of undo function

Steps to reproduce the issue: Click minimum spanning trees in data structures lab Start the simulation for the experiment Click on Draw Graph Create nodes and edges as shown in the picture below Go on doing undo. We won't be able to delete/undo 0 in this specific case (case refers to the exact image as shown below)

Expected Result: Undo should have deleted 0 as well if we go on doing undo

Actual Result: 0 remains and cannot be deleted by doing undo.

Screenshot from 2019-03-12 11-06-40