Add Package
deno add jsr:@std/data-structures
Import symbol
import { BinarySearchTree } from "@std/data-structures/binary_search_tree";
or
Import directly with a jsr specifier
import { BinarySearchTree } from "jsr:@std/data-structures/binary_search_tree";