Binary Tree Implementation in Java Tech by Sunny Srinidhi - January 27, 2020January 27, 20201 More in The Data Structures series. After learning how to implement a stack, various types of linked lists, and even a hash map in Java, today we’ll see how we can build our own binary tree in Java. Read more... “Binary Tree Implementation in Java”