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-Path-in-Graph-Simulation-Dijkstra's-Algorithm #261

Open Maxslide opened 5 years ago

Maxslide commented 5 years ago

Defect Description: Allowing repetition of edges between two nodes in the undirected graph selection Reproduce Defect: Data structures lab -> List of experiments ->Shortest paths in Graph-> Simulation -> Select draw graph-> select undirected graph-> draw two edges between the same two nodes Expected: It should not be allowed to draw one more edge Actual output: Another edge is allowed to be drawn and then but the edges are over each other with their respective weights and only the weight of one can be changed. Screenshot: The following screenshot is of the Screenshot from 2019-03-16 23-00-36 simulation: