MadisonBargas900 MadisonBargas900 26-07-2024 Computers and Technology Answered Which sorting algorithm is known for having the worst-case time complexity of O(n²) but performs well on small or nearly sorted datasets? A) Bubble sort B) Merge sort C) Quick sort D) Insertion sort