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 Data Structures + – 8676rau 3.0k views answer comment Share Follow Print See all 15 Comments 15 15 Comments reply Show 12 previous comments Shaik Masthan commented Feb 26, 2019 reply Follow flag they defined pre order is 1 to 12 in the order respectively. moreover if it is even bst, we can't guarantee preorder is increasing sequence 0 0 replyShare srestha commented Feb 26, 2019 reply Follow flag moreover if it is even bst, we can't guarantee preorder is increasing sequence yes, inorder sequence increasing order. I missed it. but they havenot mentioned the term "respectively" they defined pre order is 1 to 12 in the order respectively. 0 0 replyShare Shaik Masthan commented Feb 26, 2019 reply Follow flag even though they didn't mention the teem " respectively ", you can get it by the given statement lines. 0 0 replyShare Please log in or register to add a comment.