|
|
The stack is as follows 15 27 14 8 21 48 1 17 32 27 Here is the stack after reversing 15 27 14 8 21 48 1 17 32 27 |
| jonnin wrote: |
|---|
try moving the push tmp before the recursive call |
|
|
The stack is as follows 1 2 3 4 Here is the stack after reversing 4 3 2 1 |