Skip to main content
Module

x/simplestatistic/src/unique_count_sorted.js

simple statistics for node & browser javascript
import * as simplestatistic from "https://deno.land/x/simplestatistic@v7.7.1/src/unique_count_sorted.js";

Functions

For a sorted input, counting the number of unique values is possible in constant time and constant memory. This is a simple implementation of the algorithm.