io@piefed.blahaj.zone to Programmer Humor@programming.devEnglish · 1 day agowith a break statement right?piefed.cdn.blahaj.zoneimagemessage-square40linkfedilinkarrow-up1576arrow-down115file-text
arrow-up1561arrow-down1imagewith a break statement right?piefed.cdn.blahaj.zoneio@piefed.blahaj.zone to Programmer Humor@programming.devEnglish · 1 day agomessage-square40linkfedilinkfile-text
minus-squareryannathans@aussie.zonelinkfedilinkarrow-up2·20 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