hypertown@lemmy.worldM to Programmer Animemes@lemmy.worldEnglish · 2 years agoRecursionlemmy.worldimagemessage-square20fedilinkarrow-up1158
arrow-up1158imageRecursionlemmy.worldhypertown@lemmy.worldM to Programmer Animemes@lemmy.worldEnglish · 2 years agomessage-square20fedilink
minus-squarerecursive_recursion [they/them]@programming.devlinkfedilinkEnglisharrow-up3·edit-22 years agothis is an infinite loop as there is no base case base case, which is the simplest, smallest instance of the problem, that can’t be decomposed any further.
this is an infinite loop as there is no base case