Wednesday, April 17, 2024

Sorting algorithms can also be characterized as


Answer:  A

Sorting algorithms can also be characterized as simple or sophisticated. 

Simple algorithms require the O (n^2) comparisons to sort n items.

While sophisticated algorithms require the O (log2n) comparisons to sort n items.


 

0 comments:

Post a Comment

Data Structures with C++



NET/SET/CS PG



Operating Systems



Computer Networks



JAVA



Design and Analysis of Algorithms



Programming in C++

Top