Wrong anti-spam code

Formulation

Create an implementation of the function findMinimum. The function should return the pointer to the node that contains the minimum of the tree. Write the code that replaces the text // ??? // below.

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

The function should return the minimum of the tree.

Your submission


Picture
Prove that you are not a robot.