In this article, we have explained the idea of implementing Binary Search Tree (BST) from scratch in C++ including all basic operations like insertion, deletion and traversal.
This is a companion discussion topic for the original entry at http://iq.opengenus.org/implement-binary-search-tree-in-cpp/