Open DevExzh opened 1 year ago
https://devexzh.github.io/2023/Note_Of_Introduction_To_Algorithms/
Introduction to Algorithms 算法衡量指标 渐进表示法 Asymptotic notation (O) 表示法 - 函数存在 渐进上界 设函数(f(n),\,g(n)),则集合(O(g(n)))可表示为: [{f(n)\,|\,\exists{c,n_0}>0,\,\forall{n\geq{n_0}},\,0\leq{f(n)}\leq{cg(n)
更多有关数据结构与算法的学习笔记,请移步:Data Structures and Algorithms
https://devexzh.github.io/2023/Note_Of_Introduction_To_Algorithms/
Introduction to Algorithms 算法衡量指标 渐进表示法 Asymptotic notation (O) 表示法 - 函数存在 渐进上界 设函数(f(n),\,g(n)),则集合(O(g(n)))可表示为: [{f(n)\,|\,\exists{c,n_0}>0,\,\forall{n\geq{n_0}},\,0\leq{f(n)}\leq{cg(n)