sorted
RU: отсортированный
A collection is sorted when every element satisfies the ordering relation with its successor — for example, each value is ≤ the next in ascending order. Being sorted is a precondition exploited by binary search, two-pointer scans, and merge steps to achieve sub-linear or linear time.