Stack類是從Vector類派生而來的,並使用其繼承的容量來存儲棧的元素。html
問題2解決方案:API(Application Programming Interface,應用程序編程接口)是一些預先定義的函數,目的是提供應用程序與開發人員基於某軟件或硬件的以訪問一組例程的能力,而又無需訪問源碼,或理解內部工做機制的細節。java
(statistics.sh腳本的運行結果截圖)git
Issues related to the interaction between the user and system, including the design of such things as help options, meaningful messages, consistent layout, appropriate use of color, error prevention, and error recovery, are generally referred to as ____________.程序員
A . Correctness
B . Reliability
C . Robustness
D . Usability
正確答案: D
你的答案: C
與用戶和系統之間的交互相關的問題,包括幫助選項,有意義的消息,一致的佈局,適當的顏色使用,錯誤預防和錯誤恢復等設計,一般被稱爲可用性。算法
Software systems need only to work to support the work of developers, maintainers, and users.
A . True
B . Flase
正確答案: B
你的答案: A
軟件系統不僅須要支持開發人員,維護人員和用戶的工做。編程
A stack can be used to preserve the order of a set of data.api
A . True
B . Flase
正確答案: B
你的答案: A
堆棧可用於保存一組數據的相反順序。數組
The following code segment has ______ time complexity?數據結構
for(int i = 0; i < n; i++){app
for(int j = 0; j < n: j=j*2){
int val = (j*i);
System.out.println(val)
}
}
A . O(1)
B . O(n)
C . O(n2)
D . O(nlogn)
正確答案: D
你的答案: C
該時間複雜度是O(nlogn)
The order of an algorithm is found by eliminating constants and all but the dominant term in the algorithm’s growth function
A . True
B . Flase
正確答案: A
你的答案: B
算法的順序是經過消除算法的增加函數中的常數和除主導項之外的全部項來找到的
代碼行數(新增/累積) | 博客量(新增/累積) | 學習時間(新增/累積) | 重要成長 | |
---|---|---|---|---|
目標 | 5000行 | 30篇 | 400小時 | |
第一週 | 0/0 | 0/0 | 0/0 | |
第二週 | 800/800 | 2/2 | 18/18 |