...

/

Challenge: Copy Tree

Challenge: Copy Tree

Let’s copy a binary tree.

Problem

Given a binary tree, copy its values to another binary tree.

Input

A binary tree.

Output

A new ...