MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    Why the below pseudo code where x is a value, wt is weight factor and t is root node can t insert? | 
                            
| A. | When x>t. element Rotate-with-left-child should take place and vice versa | 
| B. | The logic is incorrect | 
| C. | The condition for rotating children is wrong | 
| D. | Insertion cannot be performed in weight balanced trees | 
| Answer» B. The logic is incorrect | |