2.6特徵多項式法.pptVIP

  • 15
  • 0
  • 约3.5千字
  • 约 36页
  • 2016-06-05 发布于天津
  • 举报
2.6特徵多項式法

Data Compression and Multimedia Communication Lab. Chapter 2. Recurrence Relations (遞迴關係) 2.1 遞迴與複雜度分析 2.2 歸納法 2.3 代入法 2.4 和因子法 2.5 轉換法 2.6 特徵多項式法 2.7 生成函數法 2.8 特殊類型 Algorithm Analysis Note that 1. Input size 2. the number of basic computer steps Fibonacci Fibonacci Fibonacci Big-O Def:T(N)=O(f(N)) if there are positive constant c and n0 such that T(N) cf(N) when N n0 例:T(N)=1000N, f(N)=N2 n0=10 c=100 1000N cN2 ∴1000N=O(N2) Big-O Def: Def: Def:   Big-O 如何判斷function成長速度 1. 基本function: 2. 例如:

文档评论(0)

1亿VIP精品文档

相关文档