recategorized by
557 views
0 votes
0 votes

recategorized by

1 Answer

0 votes
0 votes
It will add two new node one will be right child of node 1 & another will be right child of 3, no information regarding new node data is given we will consider it as x & y respectively.

So level order traversal would be

2,1,3,x,y

Related questions

1 votes
1 votes
2 answers
1
CHïntän ÞäTël asked Dec 10, 2018
978 views
four vertices {A,B,C,D} is given which has only vertex D as a leaf total number of binary tree are possible when every binary tree has four node!
0 votes
0 votes
1 answer
3