Posts by Revenger • 13 points
1 post
-
1
votes2
answers234
viewsQ: Why is the recursive function return not being used?
What happens when I call a function, recursively, without assigning its return to a variable? Why there is no need, in this case, to assign the function mergeSort explicitly the variable array?…