UVA #10410 Tree Reconstruction
Posted
by Vincent
on Stack Overflow
See other posts from Stack Overflow
or by Vincent
Published on 2010-04-21T07:51:40Z
Indexed on
2010/04/21
7:53 UTC
Read the original article
Hit count: 510
I have worked on UVA 10410 Tree Reconstruction several days. But I can't get the correct answer unitl now.
I have used an algorithm similar to the one which we always use to recovery a binary tree through the preorder traversal and the inorder traversal. But it can't work.
Can anyone help me? Thanks in advance.
© Stack Overflow or respective owner