The _________ sorting algorithm is efficient for datasets that are already substantially sorted because it has minimal time complexity in best-case scenarios.

  • Bubble
  • Insertion
  • Merge
  • Quick
The Insertion sorting algorithm is efficient for datasets that are already substantially sorted because it has minimal time complexity in best-case scenarios. Its adaptive nature makes it suitable for nearly sorted data.
Add your answer
Loading...

Leave a comment

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