1.0.0 • Published 11 months ago

@rbxts/fenwick-tree v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Fenwick Tree

A 1-based Fenwick Tree implementation for Roblox, for efficient computation of dynamic prefix sums.

Installation

Wally

FenwickTree = "quamatic/fenwick-tree@0.1.0"

Roblox TypeScript

npm i @rbxts/fenwick-tree
pnpm add @rbxts/fenwick-tree
yarn add @rbxts/fenwick-tree
1.0.0

11 months ago