This article is the continuation of a series of articles on algorithms and data structures. The previous one was about quicksort. Why a binary search tree (BST)? If you remember from the previous article on quicksort, the only reason why we were sorting our words in the first place is because we decided to solve… Continue reading Binary Search Tree