Wrong anti-spam code

Formulation

Create an implementation of the function deleteMinimum. Write the code that replaces the text // ??? // below.

TNode* deleteMinimum(TNode* aRoot){
   // ??? //
} 

The function should return the pointer to the root of the newly obtained tree.

Your submission


Picture
Prove that you are not a robot.