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

Parameters

node: BinarySearchNode<T>
direction: Direction