Given two binary trees write a function that will compare the two and see if they are equal - both in terms of data and structure. (solution) You can also do just data or just structure to mix it up. Just make sure you know how to explain the differences.