注意:此页面搜索的是所有试题
题目内容
(西安交通大学--数据结构)
1,下列程序段的时间复杂度为( )。i=0,s=0; while (s<n) {s=s+i;i++;},A.O(n) B.O(n) C.O(n) D.O(n),
参考答案