README
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
Binary search tree
<script type="module">
import sivarajansBinarySearchTree from 'https://cdn.skypack.dev/@sivarajans/binary-search-tree';
</script>
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