import * as statistics from "https://deno.land/x/statistics@v0.1.1/src/min_sorted.ts"; FunctionsfminSortedThe minimum is the lowest number in the sorted array. With a sorted array, the first element in the array is always the smallest, so this calculation can be done in one step, or constant time.