Solution to Problem 9.12 
Finds infix, prefix or postfix of binary tree given other two.
Author: Ryan McIntyre

Input is a text document containing two of the
infix, prefix and postfix. See input.txt or the
textbook for its format.

Call in the command line
	python fix.py input.txt

Output is the missing description.
