0
Code Understanding issue
Can anybody help me out with line 119 in my code and explain what happens there? I understand what's going on until that point. https://code.sololearn.com/cDTp72K0zSzc/#cpp
2 odpowiedzi
+ 10
Recursively evaluates ptr->right with temp->data value (which is the minimum value found for current run).
+ 1
Thanks