算法分析的那个定理.
Master Theorem
where , are constants and is nonnegative. Then
If for some constant , then . If , then . If for some constant , and if for some constant and all sufficiently large , then .
Master Theorem
where , are constants and is nonnegative. Then
If for some constant , then . If , then . If for some constant , and if for some constant and all sufficiently large , then .
<alias>:=<text>
<alias>:= part can be omitted to turn the code text into its own alias. <text> must fit in a single line. Empty lines and lines starting with a % are ignored.blahblah 相当于 blahblah:=blahblah.<text> 中连续的空格是有效的.#RET# 表示 return, 换行.#INS# 表示 insert, 光标会被放置在此处.• bullet 是 placeholder, 使用 <Ctrl>+<Tab> 让光标移动到下一个占位符处.