What is the name of this method?
Given the following code from BinaryNodeTree
template
bool BinaryNodeTree
{
auto newNodePtr =
std::make_shared
rootPtr = balancedAdd(rootPtr, newNodePtr);
return true;
} // end add
getHeight
a. add
b. remove
c. getEntry
b. remove
Computer Science & Information Technology