Ask Question

Describe where to navigate to sort a list

+4
Answers (1)
  1. 7 August, 08:52
    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?
Find an answer to your question 👍 “Describe where to navigate to sort a list ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers