26. The difference between the results of two calls of ____ represents the elaps
ID: 3669410 • Letter: 2
Question
26. The difference between the results of two calls of ____ represents the elapsed time in seconds. A. time.time() B. ctime.time() C. time.ctime() D. ctime.ctime()27. The performance of an algorithm is ____ if its work grows as a function of the square of the problem size. A. quadratic B. linear C. logarithmic D. constant
26. The difference between the results of two calls of ____ represents the elapsed time in seconds. A. time.time() B. ctime.time() C. time.ctime() D. ctime.ctime()
27. The performance of an algorithm is ____ if its work grows as a function of the square of the problem size. A. quadratic B. linear C. logarithmic D. constant
26. The difference between the results of two calls of ____ represents the elapsed time in seconds. A. time.time() B. ctime.time() C. time.ctime() D. ctime.ctime()
27. The performance of an algorithm is ____ if its work grows as a function of the square of the problem size. A. quadratic B. linear C. logarithmic D. constant
Explanation / Answer
26.
B. ctime.time()
27.
A. quadratic