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

Sorting Algorithms simulation when no input is given #123

Open sumba101 opened 5 years ago

sumba101 commented 5 years ago

Issue

Simulations of the sorting algorithms do not possess checks to make sure enough input is provided

Reproduction

select any sorting algorithms simulations from the sorting using arrays experiment select random input and press enter without providing elements as inputs screenshot from 2019-03-06 00-02-51

Expected output

A warning denoting no value has been provided

Actual output

simulation is stuck screenshot from 2019-03-05 23-36-07 screenshot from 2019-03-05 23-27-32

sumba101 commented 5 years ago

working on solution for this, please do not attempt