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 using arrays_simulation #186

Open kt200021 opened 5 years ago

kt200021 commented 5 years ago

Defect description : In insertion sort if we click on random input and enter characters or string instead of numbers it is not checking for wrong input

Steps to reproduce the issue: list of experiments->Sorting using Arrays->simulation->insertion sort.

Expected result : invalid input Actual result : 0 is assigned to characters and insertion sort is being proceed Screenshot from 2019-03-12 13-54-05

Screenshot from 2019-03-12 13-53-53