+ -
当前位置:首页 → 问答吧 → which is the time complexity of the binary-serach

which is the time complexity of the binary-serach

时间:2011-12-01

来源:互联网

which is the time complexity of the binary-serach(using the Big-0 notation alorithm)()
 A 0(N);
 B 0(log(N));
 C 0(N/2);
 d 0(sqrt(N));
  这个题目是问二叉搜索树的时间复杂度吗? 
  using the Big-0 notation alorithm这个补充是啥意思

作者: wuyuwww   发布时间: 2011-12-01

用大O表示法来表示2分查找的时间复杂度

作者: pengzhixi   发布时间: 2011-12-01