illectrility@lemmy.world to Programmer Humor@lemmy.ml · 1 year agoI still have nightmares (not OC)lemmy.worldimagemessage-square14fedilinkarrow-up138arrow-down10
arrow-up138arrow-down1imageI still have nightmares (not OC)lemmy.worldillectrility@lemmy.world to Programmer Humor@lemmy.ml · 1 year agomessage-square14fedilink
minus-squaregylotip@lemmy.mllinkfedilinkarrow-up1·1 year agoI don’t get this meme. Can anyone explain what this meme means?
minus-squaresweetlemon@lemmy.mllinkfedilinkarrow-up1·1 year agoThe meme basically shows how a non-programmer sees the Towers of Hanoi game as a fun little puzzle, while a programmer sees it as a traumatizing experience due to the recursive nature of the algorithm behind it
minus-squareXanvial@beehaw.orglinkfedilinkarrow-up1·1 year agoThis is called Tower of Hanoi problem, usually introduced as main task when learning about recursion in programming
I don’t get this meme. Can anyone explain what this meme means?
The meme basically shows how a non-programmer sees the Towers of Hanoi game as a fun little puzzle, while a programmer sees it as a traumatizing experience due to the recursive nature of the algorithm behind it
This is called Tower of Hanoi problem, usually introduced as main task when learning about recursion in programming