Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method BinarySearchTree.prototype.lowerBound
Re-export
import { BinarySearchTree } from "https://deno.land/x/masx200_leetcode_test@7.7.0/deps.ts";

Parameters

value: T
optional
includeEqual: boolean