宿題の説明について質問があります。
http://www.cs.bilkent.edu.tr/~gunduz/teaching/cs201/cs201_homework3.pdf
配布資料を見るには、 http: //www.scribd.com/nanny24/d/36657378-Data-Structures-and-Algorithm-Analysis-in-C-Weiss の 25 ページにアクセスしてください。
以下は私がする必要があることですが、これが何を意味するのか理解できませんでした。アルゴリズム 1 の場合、実際の実行時間と (n^3 + 3*(n^2) + 2*n)/6、n=配列サイズを比較するという意味ですか? そうは思いませんが、それ以外は推測できませんでした。これが何なのか説明してもらえますか?
2- Plot the expected growth rates obtained from the theoretical analysis (as given for each solution) by
using the same N values that you used in obtaining your results. Compare the expected growth rates
and the obtained results, and discuss your observations in a paragraph.
編集2:
Algorithm 1:
n actual running time(ms) (n^3 + 3*(n^2) + 2*n)/6 (I don't know whether the type is millisecond or not)
100 1 171700
1000 851 167167000
したがって、実際の実行時間と理論上の実行時間の間のこの大きな違いを考慮すると、インストラクターが意味することは、アルゴリズムの (n^3 + 3*(n^2) + 2*n)/6 である理論的な時間複雑度関数とは異なる場合があります。 1. これは関数です: http://www.diigo.com/item/image/2lxmz/m7y3?size=o