Skip to main content
Go to Latest
method BSTree.prototype.isEmpty
import { BSTree } from "https://deno.land/std@0.157.0/collections/mod.ts";

Checks if the binary search tree is empty.

Returns

boolean