2,331 views
5 votes
5 votes

Someone Please Explain this

https://gateoverflow.in/2046/gate2014-3-12

1 Answer

0 votes
0 votes
what would be the the traversal order in terms of root middle left and right if pre ans post order was asked ?

in order traversal is ternary tree is left-> ROOT->middle->right .what will be pre and post for ternary tree? is there any patteen?

Related questions

0 votes
0 votes
0 answers
1
Lakshman Bhaiya asked Oct 22, 2018
654 views
find the vertical sum of a binary tree. For example,the tree has 5 vertical lines?
2 votes
2 votes
2 answers
2