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_simulation #115

Open GaurangTandon opened 5 years ago

GaurangTandon commented 5 years ago

"Random input" button should actually be labelled as "user input", since it is taking input from user and is not generating pure random numbers. User input can be very non-random. See Numberphile.

GaurangTandon commented 5 years ago

Fixed https://github.com/GaurangTandon/data-structures-iiith/commit/8615c6015646c6bdc9e909527d937c0ae0dd8658

Since simulation code is not available, this is all that can be for the moment.