- #1
Joystar77
- 125
- 0
Sort with Insertion Sort Algorithms the following list:
329, 364, 373, 334, 320
Give the intermediate lists at each step.
Can somebody please tell me if this is correct for Insertion Sort Algorithms?
329, 364, 373, 334, 320
1. 329, 364, 373, 334, 320
2. 364, 329, 373, 334, 320
3. 329, 373, 364, 334, 320
If this is not correct, can somebody please explain in simpler terms other than saying "2nd number goes before 1st number in array, 3rd number goes imbetween 1st and 2nd number in array." I have a learning disability which is Epilepsy Seizures so its really hard for me to understand when saying something like this. Is there a way to say it in simpler terms?
329, 364, 373, 334, 320
Give the intermediate lists at each step.
Can somebody please tell me if this is correct for Insertion Sort Algorithms?
329, 364, 373, 334, 320
1. 329, 364, 373, 334, 320
2. 364, 329, 373, 334, 320
3. 329, 373, 364, 334, 320
If this is not correct, can somebody please explain in simpler terms other than saying "2nd number goes before 1st number in array, 3rd number goes imbetween 1st and 2nd number in array." I have a learning disability which is Epilepsy Seizures so its really hard for me to understand when saying something like this. Is there a way to say it in simpler terms?