A.执行时间与n^2成正比 B.问题规模是n^2 C.执行时间等于n^2 D.问题规模与n^2成正比
A.O(2n) B.O(n) C.O(n^2) D.O(log2n)
A.树 B.字符串 C.队 D.栈