由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - a basic big-oh problem
相关主题
questions about a NP-hard problem[合集] destro爱CS - episode 1 (EE chanllenge CS)
Help: System clock@@ Hard drive problem - 大家帮忙看看还有办法吗?
latex problemPartner needed (Web based service business)
请教minimum set cover ProblemP != NP 证明论文下载
Some Open Problems in Computational Molecular Biologyhelp prove the following code correctness?
A question on NP-hard, maybe sound stupid想了解一下实际工作中需要解决的 NP-complete 问题?
A DirectShow Problem老板让我encode/decode barcode from image
[合集] EE challenge CSgood journal for database?
相关话题的讨论汇总
话题: cg话题: cf话题: prove
进入CS版参与讨论
1 (共1页)
p***t
发帖数: 35
1
if d=O(f) and e=O(g), prove (d+e)=O(f+g).
Can I do it like this:
d<=cf and e<=cg, so (d+e)<=c(f+g). is it correct?
j***n
发帖数: 301
2
No

【在 p***t 的大作中提到】
: if d=O(f) and e=O(g), prove (d+e)=O(f+g).
: Can I do it like this:
: d<=cf and e<=cg, so (d+e)<=c(f+g). is it correct?

k****n
发帖数: 1334
3
思路是这样,但是得严格按照定义来证

【在 p***t 的大作中提到】
: if d=O(f) and e=O(g), prove (d+e)=O(f+g).
: Can I do it like this:
: d<=cf and e<=cg, so (d+e)<=c(f+g). is it correct?

1 (共1页)
进入CS版参与讨论
相关主题
good journal for database?Some Open Problems in Computational Molecular Biology
Good Visual Basic 6 Book on OO ProgrammingA question on NP-hard, maybe sound stupid
有人了解那个CIFellows Project么?A DirectShow Problem
中文变态编程语言 (ZT)[合集] EE challenge CS
questions about a NP-hard problem[合集] destro爱CS - episode 1 (EE chanllenge CS)
Help: System clock@@ Hard drive problem - 大家帮忙看看还有办法吗?
latex problemPartner needed (Web based service business)
请教minimum set cover ProblemP != NP 证明论文下载
相关话题的讨论汇总
话题: cg话题: cf话题: prove