Clone this repository onto your local machine.
Use gradle to build the project.
Inspect the code in TreeTest.java and run the test cases using gradle.
Implement the isBinarySearchTree function defined in ExerciseBst.java.
A successful implementation should see all three tests pass.
Hint: node.toString() gives you the pretty-print string for the binary tree node object