1,869 views
0 votes
0 votes
If inorder traversing a tree results in E A C K F H D B G, the preorder traversal would
return
(a) FAEKCDBHG
(b) FAEKCDHGB
(c) EAFKHDCBG
(d) FEAKDCHBG

Please log in or register to answer this question.

Related questions

2 votes
2 votes
3 answers
1
2 votes
2 votes
2 answers
3
anurag_am asked Jun 15, 2015
5,943 views
how to convert into inorder traversal if preorder traversal of binary tree is given in the problem ? exaplain using example.
2 votes
2 votes
2 answers
4
Sanjay Sharma asked Oct 20, 2017
14,248 views
When inorder traversing a tree resulted inEACKFHDBG; the preorder traversal wouldreturn—(A) FAEKCDBHG(B) FAEKCDHGB(C) EAFKHDCBG(D) FEAKDCHBG