Code Understanding issue | Sololearn: Learn to code for FREE!
Nowy kurs! Każdy programista powinien nauczyć się Generative AI!
Wypróbuj darmową lekcję
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

14th Oct 2017, 12:39 AM
Chris
Chris - avatar
2 odpowiedzi
+ 10
Recursively evaluates ptr->right with temp->data value (which is the minimum value found for current run).
14th Oct 2017, 1:36 AM
Hatsy Rei
Hatsy Rei - avatar
+ 1
Thanks
14th Oct 2017, 2:19 AM
Chris
Chris - avatar