Showing posts with label algorithms. Show all posts
Showing posts with label algorithms. Show all posts

Friday, February 18, 2011

Construct binary tree using Post-order and Pre-order Traversals

Is it possible to build a binary tree given only Post-order and Pre-order traversals of that tree?