Conceptual
Login

Sorted Order in a List of Values

A list is in sorted order when every value is no smaller than the one before it, so the smallest remaining value is always at the front. A learner afterwards can say whether a given list is sorted and can name the next value a left-to-right walk will reach.

Questions this Concept answers

  • Why is keeping a column's values in sorted order the foundation of an index?