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-Simulation #224

Open yoogottamk opened 5 years ago

yoogottamk commented 5 years ago

Defect description

Weights given to edges are not restricted to the Field of real numbers. Apparently, one can also give a partially visible string as weight.

Steps to reproduce

Just load the page, then, draw graph, then draw >=2 nodes then connect them. We are allowed to change the weights. Change the weight add a string.

Expected result

The weights should not accept strings as input.

Screenshot

dijkstra_extension2stringweight