Computer Science, asked by vishwaram, 11 months ago

in which situation insertion sort becomes ineffecient

Answers

Answered by MissTanya
1

{\huge{\mathcal{\purple{ANSWER :- }}}}

Following are some of the important characteristics of Insertion Sort: It is efficient for smaller data sets, but very inefficient for larger lists. Insertion Sort is adaptive, that means it reduces its total number of steps if a partially sorted array is provided as input, making it efficient.

Similar questions