Skip to main content
Module

x/structurae/ranked-bit-array.ts

Data structures for high-performance JavaScript applications.
Latest
import * as mod from "https://deno.land/x/structurae@4.0.1/ranked-bit-array.ts";

Classes

A bit array that supports constant time rank and O(logN) time select operations.