• Merge sort takes this idea of divide and conquer, and it does the following: it says let's divide the list in half.

    归并排序如下的步骤使用了分治思想:,把列表分成两半:,下面就是分治。

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • The teaching fellows right after the class will put up on the stage sheets of paper that are broken down by parts of the alphabet, so make sure you have your names on the concept sheet because you're getting grades for these, and then just put them up in the relevant part of the alphabet that you see on the stage.

    助教们在课堂结束后,会把按字母顺序分好的报告纸,放在讲台上,所请确保把你们的名字写在观点报告上,因为我们会此评分,并将成绩与你在讲台上所看到的,字母排序相应的部分放在一起

    耶鲁公开课 - 关于食物的心理学、生物学和政治学课程节选

  • I could still do the linear case, which is order n or I could say, look, take the list, let's sort it and then search it. But in that case we said well to sort it was going to take n log n time, assuming I can do that.

    我仍然可做O的线性搜索,或者也可这个列表为例,我们先将其进行排序,然后再进行查找,但是在这种情况下,要花费n,log,n的时间去对其进行排序

    麻省理工公开课 - 计算机科学及编程导论课程节选

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定