Question: c++ problem, need explain the answer 3. (5pt) Assume you are creating a template Binary Search Tree class so that any kind of value can
c++ problem, need explain the answer

3. (5pt) Assume you are creating a template Binary Search Tree class so that any kind of value can be stored in the tree. And assume that the tree will perform the basic functionality we discussed (add, remove, search, write, clear). What requirements and/or limitations are placed on the types of values that can actually be used with the tree? Explain your answer (give a justification for each requirement or limitation). 3. (5pt) Assume you are creating a template Binary Search Tree class so that any kind of value can be stored in the tree. And assume that the tree will perform the basic functionality we discussed (add, remove, search, write, clear). What requirements and/or limitations are placed on the types of values that can actually be used with the tree? Explain your answer (give a justification for each requirement or limitation)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
