Type alias BSTOptions

BSTOptions: BinaryTreeOptions & {
    comparator?: BSTComparator;
}

Type declaration

Generated using TypeDoc