insertion sort
常见例句
- In the analysis of this insertion sort algorithm, what does the summation mean?
在这个插入排序算法的分析,总和意味着什么?。 - Through a comparison and an evaluation of the three sorting algorithms of the selection sort, the bubble sort and the insertion sort, we can see which is the best.
探讨了冒泡排序和快速排序两种排序方法的算法思想、改进方法以及存在的一些问题,给出了理论上比较次数最少的插入归并排序,得出排序算法时间复杂度的下界和上界。 - There should be high speed sorting and aluminum tube insertion machines to make these sort of wire nuts.
应该有高速分拣和铝管插入机械,使这些金属丝坚果类。 - Insertion sort or bubble sort?
插入排序还是冒泡排序?
麻省理工公开课 - 计算机科学及编程导论课程节选 - So the first one here is something called insertion sort which amounts to going through the list, taking the first thing that you see and inserting that element into its correct place, - then moving on to the next one, dealing with what element-- whatever element you're given and putting it in its right place.
首先是插入排序,在此算法中,需要遍历整个列表,将你遇到的第一个元素放在其正确的位置,然后移动到下一个元素,继续处理-,不管是什么元素,都将其插入到合适的位置。
哈佛公开课 - 计算机科学课程节选 - All right. Now an insertion, sort of discursus.
好了,现在咱们来个小讨论
耶鲁公开课 - 聆听音乐课程节选 返回 insertion sort