What is the term to ask the computer to put information in order numerically or alphabetically ?
What is the term to ask the computer to put information in order numerically or alphabetically ? Correct Answer Sort
In computer science, a sorting algorithm is an algorithm that puts elements of a list in a certain order. The most frequently used orders are numerical order and lexicographical order. Efficient sorting is important for optimizing the efficiency of other algorithms that require input data to be in sorted lists.