method BinarySearchTree.prototype.find
BinarySearchTree.prototype.find(value: T): T | nullReturns node value if found in the binary search tree.
Parameters
value: TReturn Type
T | nullBinarySearchTree.prototype.find(value: T): T | nullReturns node value if found in the binary search tree.
value: TT | null