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 #184

Open kt200021 opened 5 years ago

kt200021 commented 5 years ago

Defect description : In merge 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->merge sort.

Expected result : invalid input Actual result : 0 is assigned to characters and merge sort is being proceed Screenshot from 2019-03-12 13-37-40 Screenshot from 2019-03-12 13-37-42