Create functions that take a a two binary trees and return an array of intersection.
I have written a code that return a array of intersection for two binary trees.