Skip to main content
Go to Latest
interface SegmentTree
Re-export
import { type SegmentTree } from "https://deno.land/x/masx200_leetcode_test@9.6.7/mod.ts";

Properties

start: number
end: number
value: number
children: SegmentTree[]
function SegmentTree
Re-export
import { SegmentTree } from "https://deno.land/x/masx200_leetcode_test@9.6.7/mod.ts";

Parameters

optional
start = [UNSUPPORTED]
optional
end = [UNSUPPORTED]
optional
value = [UNSUPPORTED]
optional
children: SegmentTree[] = [UNSUPPORTED]