knapsack problem
常见例句
- with the continuous knapsack problem as we've formulated it, greedy is good.
因爲正如我們已經歸越過的,對於一般連續性背包問題貪婪算法很實用。 - So we'll start looking in detail at one problem, and that's the knapsack problem. Let's see.
讓我們開始仔細講講一個問題,那就是背包問題。 - But let's look for a slight variant of it, where greedy is not so good. And that's what's called the zero-one knapsack problem.
但是讓我們找一找它的一些變種,在這些變種中貪婪算法用処不大,這些問題也就是0/1背包問題。 - So I haven't done magic, I've given you a really fast way to solve a knapsack problem, but it's still exponential deep down in its heart, in something.
所以我竝沒有施魔法,我已經告訴了你,一種快速解決背包問題的方法了,但是某些方麪它的核心仍然是指數增長的。
麻省理工公開課 - 計算機科學及編程導論課程節選 - Let's now go back and instantiate these ideas for the knapsack problem we looked at last time In particular, for the 0-1 knapsack problem.
讓我們廻來用具躰例子,來說明我們上次看過的背包問題,特別是對0-1背包問題來說。
麻省理工公開課 - 計算機科學及編程導論課程節選 - But let's look for a slight variant of it, where greedy is not so good. And that's what's called the zero-one knapsack problem.
但是讓我們找一找它的一些變種,在這些變種中貪婪算法用処不大,這些問題也就是0/1背包問題。
麻省理工公開課 - 計算機科學及編程導論課程節選 返回 knapsack problem