Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface SegmentTree
import { type SegmentTree } from "https://deno.land/x/masx200_leetcode_test@9.0.2/my-calendar-iii/SegmentTree.ts";

Properties

start: number
end: number
value: number
children: SegmentTree[]
function SegmentTree
import { SegmentTree } from "https://deno.land/x/masx200_leetcode_test@9.0.2/my-calendar-iii/SegmentTree.ts";

Parameters

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