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_Simulations #295

Open mushie101 opened 5 years ago

mushie101 commented 5 years ago

->Defect description: There is no way of setting the array size for random input in Merge Sort. Only an array of size 7 is given and the user has to work with that.

->Steps to reproduce the issue: Open the afore-mentioned page and click on the link for the Merge Sort simulation, click on random input then you will only see 7 boxes for 7 inputs.

->Expected Result: The user should be able to set array size length.

->Actual result: The user can only make do with the given 7 array spaces.