Definitions
There is 1 meaning of the phrase
Sorting Algorithm.
Sorting Algorithm - as a noun
An algorithm for sorting a list
Example Sentences
"A 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."
"A merge sort is an efficient, stable, and comparison-based sorting algorithm."
"The heap sort algorithm is a comparison-based sorting algorithm that uses a binary heap data structure."
"Bubble sort is a simple sorting algorithm."
"Merge sort is another popular sorting algorithm."