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 algoritms_insertion sort_array of duplicates error #121

Open sumba101 opened 5 years ago

sumba101 commented 5 years ago

Issue

insertion sort simulation gets stuck after an initial pass to select key number if the array is populated by duplicate elements

reproduction

select insertion sort simulation in sorting using arrays choose random input option and fill array with same value

expected output

algorithm must account for case where all given elements are of same value

actual output

simulation gets stuck like in the picture below screenshot from 2019-03-05 23-27-08

sumba101 commented 5 years ago

working on solution for this, please do not attempt