Page 264, Exercise 3 

The PreOrder and PostOrder sequences uniquely define a binary tree only if all non-terminal nodes in the original tree have two children.  If a non-terminal node has one child, it is impossible to determine if this child is a left or right child.