Write a program that input 5 names and give an output of descending order using insertion technique
Answers
Answered by
0
This is an in-place comparison-based sorting algorithm. ... For example, the lower part of an array is maintained to be sorted. An element which is to be 'insert'ed in this sorted sub-list, has to find its appropriate place and then it has to be inserted there. Hence the name, insertion sort.
please my answer brainliest
Similar questions