-->
当前位置:首页 > 题库

单选题:Given a 2-dimensional array A of size $$N\times N$$. The best d

Luz5年前 (2021-06-19)题库492
Given a 2-dimensional array A of size $$N\times N$$.  The best description of the time complexity for finding the largest entry without changing the array is:



A.$$O(N^2)$$
B.$$O(NlogN)$$
C.$$O(N)$$
D.$$O(N^2 logN)$$


答案:A