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-Trees->Simulation #264

Open Maxslide opened 5 years ago

Maxslide commented 5 years ago

Defect Description: Allowing repetition of edges between two nodes in the graph selection Reproduce Defect: Data structures lab -> List of experiments ->Minimum Spanning ->Simulation -> Draw graph Expected: It should not be allowed to draw one more edge Actual output: Another edge is allowed to be drawn but the edges are over each other with their respective weights and only the weight of one can be changed. Screenshot from 2019-03-16 23-12-40

Screenshot: The following screenshot is of the