Missing files for Python Solutions

#1

Looking at the python solution for reconstruing binary tree from traversal (9.12).

The solution doesn’t run without those two files:

from binary_tree_prototype import BinaryTreeNode
from binary_tree_utils import generate_rand_binary_tree, generate_preorder, generate_inorder, is_two_binary_trees_equal

Are they available for download? I couldn’t find them in the solutions page.

1 Like

#2

Hi @inoam,

Could you send me an email (tsung.hsien.lee@gmail.com) so I can send those files to you. Sorry for missing those files.

0 Likes