Like A Duck@programming.dev to Programmer Humor@programming.dev · 2 years agoif else if else if elseprogramming.devimagemessage-square7fedilinkarrow-up186arrow-down10file-text
arrow-up186arrow-down1imageif else if else if elseprogramming.devLike A Duck@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square7fedilinkfile-text
minus-squareMagicShel@programming.devlinkfedilinkarrow-up0·2 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·2 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