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

Parameters

value: T
optional
includeEqual: boolean

Returns

BinarySearchTreeNode<T> | null