國營聯招 資訊計算機原理、網路概論100 年第 42 題單選題下列程式 Big-O notation 為? k=0; for (i=0; i<N; i++) for (j=0; j<i; j++) k++;AO(1)BO(N)CO(NlogN)DO(N²)正確答案 答案與詳解