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

Parameters

node: BinarySearchNode<T>
direction: Direction