对称排序英文解释翻译、对称排序的近义词、反义词、例句
英语翻译:
【计】 balanced sorting
分词翻译:
对称的英语翻译:
symmetry
【化】 symmetry
【医】 symmetry
排序的英语翻译:
sort; taxis
【计】 sequencing; sort; sorting; sorting order
【化】 precedence ordering
网络扩展解释
对称排序
对称排序(duì chèn pái xù)是一种常见的排序算法,也叫冒泡排序。
英语解释翻译
In English, 对称排序 is translated to "Bubble Sort".
英文读音
The English pronunciation of "Bubble Sort" is /ˈbʌbəl sɔrt/.
英文的用法
Bubble Sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.
英文例句
- "Bubble Sort is not as efficient as other sorting algorithms, but it's easy to understand and implement." (对称排序不像其他排序算法那样高效,但它易于理解和实现。)
- "I used Bubble Sort to sort the array." (我使用了对称排序算法来排序数组。)
英文近义词
- Insertion Sort (插入排序)
- Selection Sort (选择排序)
- Quick Sort (快速排序)
英文反义词
- Merge Sort (归并排序)
- Heap Sort (堆排序)
英文单词常用度
Bubble Sort has a moderate level of usage according to Google Ngram Viewer.