import * as statistics from "https://deno.land/x/statistics@v0.1.1/src/mode_sorted.ts"; FunctionsfmodeSortedThe mode is the number that appears in a list the highest number of times. There can be multiple modes in a list: in the event of a tie, this algorithm will return the most recently seen mode.