io@piefed.blahaj.zone to Programmer Humor@programming.devEnglish · 14 小时前with a break statement right?piefed.cdn.blahaj.zoneimagemessage-square33fedilinkarrow-up1434arrow-down113file-text
arrow-up1421arrow-down1imagewith a break statement right?piefed.cdn.blahaj.zoneio@piefed.blahaj.zone to Programmer Humor@programming.devEnglish · 14 小时前message-square33fedilinkfile-text
minus-squareryannathans@aussie.zonelinkfedilinkarrow-up2·edit-23 小时前I think you’re talking about tail recursion https://en.wikipedia.org/wiki/Tail_call (see section on equivalence to while statement) Not the standard case where the stack grows
I think you’re talking about tail recursion
https://en.wikipedia.org/wiki/Tail_call (see section on equivalence to while statement)
Not the standard case where the stack grows