sorted array
RU: отсортированный массив
An array arranged in non-decreasing order (or non-increasing, depending on the sort direction). Sorting is a precondition for binary search and enables other efficient algorithms like merge operations and range queries.