cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
given postorder and inorder,output preor
given postorder and inorder,output preorder
Mar 28, 2015 at 3:50pm UTC
sirrunrun
(26)
solved
Last edited on
Mar 31, 2015 at 1:04pm UTC
Mar 29, 2015 at 10:21am UTC
sirrunrun
(26)
please help~
Mar 29, 2015 at 11:45am UTC
TarikNeaj
(2580)
I honestly have no clue of what you want, all these preorder, inorder, postorder.
input format:
DBACEGF ABCDEFG
BCAD CBAD
Output format:
ACBFGED
CDAB
I also dont get this. How does the input create that output and why?
Mar 29, 2015 at 12:12pm UTC
sirrunrun
(26)
give you as a reference
http://blog.csdn.net/u012315428/article/details/12777765
Topic archived. No new replies allowed.