reopened by
14,325 views
2 votes
2 votes
When inorder traversing a tree resulted in
EACKFHDBG; the preorder traversal would
return—
(A) FAEKCDBHG
(B) FAEKCDHGB
(C) EAFKHDCBG
(D) FEAKDCHBG
reopened by

2 Answers

1 votes
1 votes

              Answer:

Related questions

2 votes
2 votes
3 answers
2
2 votes
2 votes
2 answers
3
anurag_am asked Jun 15, 2015
5,983 views
how to convert into inorder traversal if preorder traversal of binary tree is given in the problem ? exaplain using example.
0 votes
0 votes
6 answers
4
Umang Raman asked Sep 25, 2015
5,596 views
The in-order traversal of a tree resulted in FBGADCE. Then pre-order traversal would result in.a)FGBDECAb)ABFGCDEC)BFGCDEAd)AFGBDEC