@sivarajans/binary-search-tree

Binary search tree

Usage no npm install needed!

<script type="module">
  import sivarajansBinarySearchTree from 'https://cdn.skypack.dev/@sivarajans/binary-search-tree';
</script>

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