那时候没有人因为做 DJ 出名,但是在那个时候,我们是在做派对、婚礼和不同的一些东西。
Nobody was famous for being a DJ then, but at that stage, we were just doing parties and weddings and different things.
我们发现做白日梦和说很容易,但是真正做到是一件不同的事情。
We find it easy to dream and to speak, but doing things is a different matter.
显然,有时候我不同意他们的评价,但是我们的工作关系是足够积极的,多数情况下,它们都愿意接受。
Obviously, there are times that I disagree with their assessment, but we have a positive enough working relationship that, in most cases, they're willing to accept it.
We talked about that quite in depth, but there are some differences now that we have more than one electron in the atom.
但是这里有一些不同的是,现在我们考虑的原子中,有多于一个,的电子。
Notice here that it's different than the binary search case. We're certainly dividing down, but the combination now actually takes some work. I'll have to actually figure out how to put them back together. And that's a general thing you want to keep in mind when you're thinking about designing a divide and conquer kind of algorithm.
一个分治的例子,注这里,与二分查找所不同的地方,我们肯定是分解了,但是合并的过程还是需要一些工作量的,我会详细说明怎样把它们合并在一起的,当你在考虑设计一个分治算法时,这是你要必须记住的最基本的东西。
Down here, I've just got two things to merge, and then I've got things of size two to merge and then things of size four to merge. But notice a trade off. I have n operations if you like down there of size one.
但是n的大小是不同的,是吗?在这里我们只要合并两个元素,然后是合并长度为2的列表,接下来是合并长度为4的列表,但是观察一下之间的权衡关系。
应用推荐