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_Insertion Sort #312

Open Mehul3217 opened 5 years ago

Mehul3217 commented 5 years ago

Defect: Error in simulation.

Steps to reproduce: visit page->list of experiments->Sorting Algorithms->Insertion Sort->Simulation

expected: no swapping in insertion sort.

actual: it swaps the elements instead of making key and then keep rewriting until position found.

screenshot: Screenshot from 2019-03-17 11-33-46