Ask Question
11 March, 10:05

Describe where to navigate to sort a list

+2
Answers (1)
  1. 11 March, 12:30
    0
    For sorting, either a weak order, "should not come after", can be specified, or a strict weak order, "should come before" (specifying one defines also the other, the two are the complements of the inverse of each other, see operations on binary relations). For the sorting to be unique, these two are restricted to a total order and a strict total order, respectively.

    Sorting n-tuples (depending on context also called e. g. records consisting of fields) can be done based on one or more of its components. More generally objects can be sorted based on a property. Such a component or property is called a sort key.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Describe where to navigate to sort a list ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers