io@piefed.blahaj.zone to Programmer Humor@programming.devEnglish · 2 days agowith a break statement right?piefed.cdn.blahaj.zoneexternal-linkmessage-square40fedilinkarrow-up1581arrow-down115file-text
arrow-up1566arrow-down1external-linkwith a break statement right?piefed.cdn.blahaj.zoneio@piefed.blahaj.zone to Programmer Humor@programming.devEnglish · 2 days agomessage-square40fedilinkfile-text
minus-squareryannathans@aussie.zonelinkfedilinkarrow-up2·edit-21 day agoI 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