Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class BinaryIndexTree
import { BinaryIndexTree } from "https://deno.land/x/masx200_leetcode_test@10.5.0/rank-from-stream-lcci/index.ts";

Constructors

new
BinaryIndexTree(size: number)

Methods

query(n: number)
update(i: number, x: number)