## Problem - Remove method, which is one of the fundamental methods found in Binary Search Tree, is not found in the BST implementation. ## Suggestion - I may implement BST with ES6 and add remove function.