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

Insertion Sort Simulation #246

Open Pstalwalkar7 opened 5 years ago

Pstalwalkar7 commented 5 years ago

Issue In the Insertion Sort Simulation, the text which is used to explain the step, is small for certain steps and there is no convenient way of scrolling sideways to see it. Screenshot from 2019-03-16 20-23-03 As one can see, the message is incomplete. It intends to finish with "here".

Steps To Reproduce the Issue 1)Click on Insertion Sort hyperlink. 2)Choose Worst Case scenario (random works as well, in certain test cases) 3)Watch the simulation.

Browser Used: Firefox

Pstalwalkar7 commented 5 years ago

A Mini-Issue: Also note that a more user friendly message could be displayed in place of a zero, when swapping does not take place. Screenshot from 2019-03-16 20-25-43

Pstalwalkar7 commented 5 years ago

Suggestion to improve:

Provide a scrollbar, or even better, provide a bigger text box.