We're going to assume that everybody knows the possible strategies everyone else could choose and everyone knows everyone else's payoffs.
我们假设,每个人都知道其他人可能选择的策略,每个人都知道其他人的收益
We could do a more general job if we wanted to, but for now, let's assume that one of these firms has its shop at one end of the town, and the other one has its shop at the other end of the town.
如果有需要,我们可以做更全面的分析,但现在,先假设其中一家公司的商店,在城市的一边,另一家公司的商店在城市的另外一边
Basic idea, before I even look at the code, is pretty simple. If I've got a list that is sorted, in let's call it, just in increasing order, and I haven't said what's in the list, could be numbers, could be other things, for now, we're going to just assume they're integers.
我们可以说基本的思想是很简单的,如果我有一个排好序的数组,让我们认为这个数组是递增的吧,我并没说数组里元素是什么,可能是数字,也可能是其他的东西,现在我们假设是integer类型的数字吧,最简单的方式就是这么做了:
应用推荐