[理工] Dynamic programming

楼主: haniwang (hani)   2019-02-07 17:57:09
If a dynamic programming problem satisfies the optimal substructure property,
then a locally optimal solution is a global optimal.
The worst case running time and expected running time are equal to within cons
tant factors for any randomized algorithm. (这个叙述跟dp没有关系,放在一起问
而已)
请问这两个叙述错在哪边?
作者: dumpling1234 (dumpling)   2019-02-07 18:29:00
第一个是区域 跟 全域 写反了第二个 我理解为 avg case worst case 的差别 所以不一定是只差constant
作者: eigen555 (一一一)   2019-02-07 18:48:00
像是 quick sort 的 avg 是 nlogn worst 是 n^2
楼主: haniwang (hani)   2019-02-07 21:54:00
感谢两位!
作者: ko330 (ko330)   2019-02-07 21:58:00
第一题的叙述是greedy
作者: Leaving   2019-02-07 23:30:00
楼上不是哦 DP也有optimal substructure就是错在一楼说的地方没错
作者: FlakizK (Meerkats)   2019-02-08 03:02:00
第一题的应该是 Dijkstra 的叙述,greedy没错
作者: Leaving   2019-02-08 06:54:00
我的意思是 greedy和DP都有optimal substructure所以并不是因为它没说是greedy才错

Links booklink

Contact Us: admin [ a t ] ucptt.com