-->
当前位置:首页 > 题库 > 正文内容

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

Luz3年前 (2021-05-10)题库667
Given a 2-dimensional array A of size $$N\times N$$. The time complexity for finding the largest entry without changing the array is: @[A](2)

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



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


答案:A

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。