▲ | vincnetas 8 months ago | |||||||
all iterations are recursion but not the other way around. | ||||||||
▲ | cryptonector 8 months ago | parent [-] | |||||||
When you add an explicit stack to help you keep state then you can have recursion be the same as iteration. Normally the stack you get in recursion is implicit rather than explicit. | ||||||||
|