Binary Search Tree Implementation in Java Tech by Sunny Srinidhi - October 1, 2020October 1, 20200 We have already implemented a Binary Tree in Java a few weeks back, and this is the logical continuation of that. In this post, we’ll see how we can implement a Binary Search Tree (BST) in Java. This is very similar to binary tree, but there is one requirement that a binary tree has to fulfil to qualify as a binary search tree. Read more... “Binary Search Tree Implementation in Java”