Go to Latest
method BSTree.prototype.isEmpty
import { BSTree } from "https://dotland.deno.dev/std@0.145.0/collections/bs_tree.ts";

Checks if the binary search tree is empty.

Returns

boolean