Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class BinarySearchNode
Deprecated
Deprecated

(will be removed after 0.206.0) Do not use BinarySearchNode directly, but use BinarySearchTree from collections/unstable/binary_search_tree.ts

import { BinarySearchNode } from "https://deno.land/std@0.203.0/collections/binary_search_node.ts";