This repo will host operations which could be executed on a binary tree.
As of this version, the below operations are supported - Delete Node from Binary Tree - returns a List upon successful execution
Run the below command from the root directory to compile and run tests
mvn clean install