Defect description:
In the section of simulation, under Experiment Sorting using Arrays.In the experiment "Merge sort",on entering the characters(like alphabets) as inputs,it's just considering all the inputs as zero's.Therefore the final sorted array also contains only zero's.
Steps to reproduce the issue :
Data structures lab -> List of Experiments -> Sorting using Arrays -> Simulation -> Merge sort
Expected result:
A message or popup saying that "The characters other than integers are not allowed" (or)
Should sort the characters based on their ASCII values.
Actual result:
It just considered all the inputs entered as zero's.
Defect description: In the section of simulation, under Experiment Sorting using Arrays.In the experiment "Merge sort",on entering the characters(like alphabets) as inputs,it's just considering all the inputs as zero's.Therefore the final sorted array also contains only zero's.
Steps to reproduce the issue : Data structures lab -> List of Experiments -> Sorting using Arrays -> Simulation -> Merge sort
Test step link: http://cse01-iiith.vlabs.ac.in/exp3/Simulation.html?domain=Computer%20Science&lab=Data%20Structures
Expected result: A message or popup saying that "The characters other than integers are not allowed" (or) Should sort the characters based on their ASCII values.
Actual result: It just considered all the inputs entered as zero's.
Screen shot: