3,034 views
0 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.

Position:
Show:

Related questions

2 2 votes
3 answers 3 answers
3.6k
3.6k views
2 2 votes
2 2 answers
6.8k
6.8k views
anurag_am asked Jun 15, 2015
6,783 views
how to convert into inorder traversal if preorder traversal of binary tree is given in the problem ? exaplain using example.
2 2 votes
2 2 answers
16.2k
16.2k views
Sanjay Sharma asked Oct 20, 2017
16,197 views
When inorder traversing a tree resulted inEACKFHDBG; the preorder traversal wouldreturn—(A) FAEKCDBHG(B) FAEKCDHGB(C) EAFKHDCBG(D) FEAKDCHBG