Vocab Bloom Hub

sorting algorithm

/ˈsɔːrtɪŋ ˈælɡərɪðəm/

翻译: 一种用于将数据按特定顺序(如数值大小或字母顺序)排列的方法或过程,常用于计算机编程和数据处理。

1 个条目

phrase

C1formalcommonIT/ˈsɔːrtɪŋ ˈælɡərɪðəm/

A method or procedure used to arrange data in a specific order, such as numerically or alphabetically, commonly used in computer programming and data processing.

  • 🇨🇳一种用于将数据按特定顺序(如数值大小或字母顺序)排列的方法或过程,常用于计算机编程和数据处理。
  1. Computational procedure for ordering data C1 formal

    A step-by-step method used to arrange a collection of items (like numbers or strings) in a specific order, typically ascending or descending.

    • The programmer implemented a quick sort algorithm to sort the database records.
    • Bubble sort is a simple sorting algorithm often taught to beginners.
    • Choosing the right sorting algorithm can significantly improve the performance of a search function.

    🇨🇳用于排序数据的计算过程