Feedback for subjective question

Report on solved past papers subjective question
Question 1: What is the functionality of the following method of BST class
TreeNode<int>* function(TreeNode<int>* tree) {
if( tree == NULL )
return NULL;
if( tree->getLeft() == NULL )
return tree; // this is it.
return function( tree->getLeft() );
}

Please login to submit feedback on subjective question.

Login Now

Account Related


Earnings Related


Funds Related


Live Related


Sponsored

Theme Customizer

Gaussian Texture



Gradient Background