Write a function to convert a binary tree into a linked list and the convert the linked list back to a binary tree
http://cslibrary.stanford.edu/109/TreeListRecursion.html
Convert a Binary Tree into a linked list and back?
http://cslibrary.stanford.edu/109/TreeListRecursion.html