What is the name of this method?

Given the following code from BinaryNodeTree

template
bool BinaryNodeTree::________(const ItemType& newData)
{
auto newNodePtr =
std::make_shared>(newData);
rootPtr = balancedAdd(rootPtr, newNodePtr);
return true;
} // end add

getHeight

a. add
b. remove
c. getEntry

b. remove

Computer Science & Information Technology

You might also like to view...

What is a class?

What will be an ideal response?

Computer Science & Information Technology

For each type of feasibility, suggest two questions that will help Susan reach a determination.

What will be an ideal response?

Computer Science & Information Technology