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

Parameters

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

Returns

SegmentTree[]