io@piefed.blahaj.zone to Programmer Humor@programming.devEnglish · 1 day agowith a break statement right?piefed.cdn.blahaj.zoneimagemessage-square36fedilinkarrow-up1542arrow-down114file-text
arrow-up1528arrow-down1imagewith a break statement right?piefed.cdn.blahaj.zoneio@piefed.blahaj.zone to Programmer Humor@programming.devEnglish · 1 day agomessage-square36fedilinkfile-text
minus-squareryannathans@aussie.zonelinkfedilinkarrow-up2·edit-214 hours 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