UNPKG

@sivarajans/binary-search-tree

Version:

Binary search tree

9 lines (5 loc) 206 B
# Binary Search Tree It is called sorted binary tree satisfies that 1. Left node of parent less that it 2. Right node of parent greater than it. `npm i @sivarajans/binary-search-tree`