Insertion Sort is particularly effective when the input array is nearly _______ sorted.

  • Completely
  • Partially
  • Randomly
  • Sequentially
Insertion Sort is particularly effective when the input array is nearly partially sorted. In such cases, the number of comparisons and swaps required is significantly reduced, making it efficient.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *