"选择排序法" can be translated into English as "Selection Sort".
This term directly refers to the simple comparison-based sorting algorithm that repeatedly selects the smallest (or largest, depending on the sorting order) element from the unsorted portion of the list and moves it to the sorted portion.