Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function searchSegmentChildren
import { searchSegmentChildren } from "https://deno.land/x/masx200_leetcode_test@8.1.5/my-calendar-ii/searchSegmentChildren.ts";

Parameters

start: number
end: number
nodes: SegmentTree[]
optional
options: { each?(node: SegmentTree): void; } = [UNSUPPORTED]