中英互译
merge sort
基本释义
- 归并排序:一种计算机排序算法,将待排序的数组分成两个子数组,然后递归地对子数组进行排序,最后将两个有序的子数组合并成一个有序的数组。
双语例句
- For example, implement merge sort.例如,如何实现合并排序。
- Let's run merge sort on it, and then we'll look at the code.让我们在这个列表上运行归并排序,然后我们在看一下代码。
- 20 minutes: Coding question. For example, implement merge sort.接下来的20分钟:编程的问题。例如,如何实现合并排序。
网络短语
- balanced merge sort平衡归并排序;平衡合并排序;平衡合并分类;平衡合并
- Merge Sort Join合并排序连接;排序合并连接
- unbalanced merge sort不平衡合并排序;不平衡线路
- odd-even merge sort奇偶归并分类;奇偶合并排序
- natural merge sort并排序;自然合并排序;自然归并排序
英英释义
- Merge sort animation. The sorted elements are represented by dots.
词源
- merge sortmerge + sort