证明以下每个项的g(n)为O(g(n))

编程入门 行业动态 更新时间:2024-10-11 11:16:38
本文介绍了证明以下每个项的g(n)为O(g(n))的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

2 ^(sqrt(log(n))是 O(n(^ 4/3))

n ^(4/3)是 O (n(log(n))^ 3)

n(log(n))^ 3)是 O(n ^(log(n))

n ^(log(n))是 O(2 ^ n)

当他们有相同的基础时,我可以为他们做;当他们没有相同的基础时,我无法弄清楚-我知道这些都是真的。

I can do it for them when they have the same base; I can't figure it out when they don't have the same base--I know that these are all true.

推荐答案

对双方进行日志记录,这是允许的,因为log是单调递增的函数

Take log on both sides, for each of them. This is permitted because log is a monotonically increasing function

更多推荐

证明以下每个项的g(n)为O(g(n))

本文发布于:2023-11-30 13:17:08,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1650117.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!