277 views

Please log in or register to answer this question.

Related questions

2 votes
2 votes
3 answers
2
Parshu gate asked Nov 13, 2017
2,933 views
For a binary tree T,preorder traversal yields: 11,8,6,4,7,10,19,43,31,29,37,49 andinorder traversal yields: 4,6,7,8,10,11,19,29,31,37,43,49The height of the T is _____...
1 votes
1 votes
2 answers
3
aaru14 asked Dec 7, 2017
2,345 views
assume the preorder tŕaversal of binary tree is "abc" how many total different binary trees are possible whose postorder traversal.is "cba" with the given preorder trave...
0 votes
0 votes
1 answer
4
S Ram asked Jan 15, 2017
1,187 views
preorder traversal of a tree resemble to the DFS traversal of graph?