IN C++
Node Class:
// You write: insert a new node with data x (a string) into the /binary search tree This method should return true if a new node is inserted and // false if the data x is already in the tree Remember to check whether the new node will be the
OR
OR