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

Parameters

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