Like A Duck@programming.dev to Programmer Humor@programming.dev · 3 years agoif else if else if elseprogramming.devimagemessage-square7linkfedilinkarrow-up158arrow-down10file-text
arrow-up158arrow-down1imageif else if else if elseprogramming.devLike A Duck@programming.dev to Programmer Humor@programming.dev · 3 years agomessage-square7linkfedilinkfile-text
minus-squareMagicShel@programming.devlinkfedilinkarrow-up0·3 years agoI disagree. Recursion is the same thing over and over again until the exit condition. Nothing is getting smaller except the remaining entries.
minus-squareDeriHunter@lemmy.worldlinkfedilinkarrow-up1·3 years agoOf course it does, I suggest you go read about recursion. Here’s a link: https://www.cs.odu.edu/~toida/nerzic/content/recursive_alg/rec_alg.html Good luck
I disagree. Recursion is the same thing over and over again until the exit condition. Nothing is getting smaller except the remaining entries.
Of course it does, I suggest you go read about recursion. Here’s a link: https://www.cs.odu.edu/~toida/nerzic/content/recursive_alg/rec_alg.html
Good luck