For the list [44, 18, 74, 61, 42, 31], how will the array elements look like after second pass (after i-2 but before i=3) of the Insertion sort algorithm? def insertionSort(a): for i in range(1,len(a)): currentvalue = a[i] position = i while position>0 and a[position-1]>currentvalue: a[position]=a[position-1] position = position-1 a[position]=currentvalue return a [18, 44, 74, 61, 42, 31] [18, 44, 61, 74, 42, 31] [18, 42, 44, 61, 74, 31] [18, 31, 42, 44, 61, 74]

Advanced Engineering Mathematics
10th Edition
ISBN:9780470458365
Author:Erwin Kreyszig
Publisher:Erwin Kreyszig
Chapter2: Second-order Linear Odes
Section: Chapter Questions
Problem 1RQ
icon
Related questions
Question
For the list [44, 18, 74, 61, 42, 31], how will the array elements look like after second
pass (after i-2 but before i=3) of the Insertion sort algorithm?
def insertionSort(a):
for i in range(1,len(a)):
currentvalue = a[i]
position = i
while position>0 and a[position-1]>currentvalue:
a[position]=a[position-1]
position = position-1
a[position]=currentvalue
return a
[18, 44, 74, 61, 42, 31]
[18, 44, 61, 74, 42, 31]
[18, 42, 44, 61, 74, 31]
[18, 31, 42, 44, 61, 74]
Transcribed Image Text:For the list [44, 18, 74, 61, 42, 31], how will the array elements look like after second pass (after i-2 but before i=3) of the Insertion sort algorithm? def insertionSort(a): for i in range(1,len(a)): currentvalue = a[i] position = i while position>0 and a[position-1]>currentvalue: a[position]=a[position-1] position = position-1 a[position]=currentvalue return a [18, 44, 74, 61, 42, 31] [18, 44, 61, 74, 42, 31] [18, 42, 44, 61, 74, 31] [18, 31, 42, 44, 61, 74]
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 1 steps

Blurred answer
Similar questions
Recommended textbooks for you
Advanced Engineering Mathematics
Advanced Engineering Mathematics
Advanced Math
ISBN:
9780470458365
Author:
Erwin Kreyszig
Publisher:
Wiley, John & Sons, Incorporated
Numerical Methods for Engineers
Numerical Methods for Engineers
Advanced Math
ISBN:
9780073397924
Author:
Steven C. Chapra Dr., Raymond P. Canale
Publisher:
McGraw-Hill Education
Introductory Mathematics for Engineering Applicat…
Introductory Mathematics for Engineering Applicat…
Advanced Math
ISBN:
9781118141809
Author:
Nathan Klingbeil
Publisher:
WILEY
Mathematics For Machine Technology
Mathematics For Machine Technology
Advanced Math
ISBN:
9781337798310
Author:
Peterson, John.
Publisher:
Cengage Learning,
Basic Technical Mathematics
Basic Technical Mathematics
Advanced Math
ISBN:
9780134437705
Author:
Washington
Publisher:
PEARSON
Topology
Topology
Advanced Math
ISBN:
9780134689517
Author:
Munkres, James R.
Publisher:
Pearson,