Question

When evaluating the performance of an algorithm, which of the following factors is generally considered most important for large input sizes?

A The constant factors in its running time.
B The number of lines of code.
C Its asymptotic time complexity (e.g., O(N), O(N log N), O(N²)).
D The programming language used.
E The specific hardware it runs on.
Practice Next

Hey! Ask a query