To improve the efficiency of Insertion Sort, one can implement _______ to reduce unnecessary shifting.

  • Binary Search
  • Bubble Sort
  • Merge Sort
  • Shell Sort
To improve the efficiency of Insertion Sort, one can implement Shell Sort to reduce unnecessary shifting. Shell Sort involves comparing elements that are far apart before gradually decreasing the gap for sorting.
Add your answer
Loading...

Leave a comment

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