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

Parameters

node: BinarySearchNode<T>
direction: Direction