I'm trying to understand why am I getting the result that I am. Lets say that this is the code and result:
Sorry if this is trivial, but there isn't too many sources online about this... If the output of d(3) makes sense to me, then e(3) doesn't at all.
why does moving the write in cases like this reverse the order?
I'm guessing it has something to do with the recursion, but I'm still clueless at why.