import * as statistics from "https://deno.land/x/statistics@v0.1.1/src/max_sorted.ts"; FunctionsfmaxSortedThe maximum is the highest number in the sorted array. With a sorted array, the last element in the array is always the largest, so this calculation can be done in one step, or constant time.