this post was submitted on 13 Jun 2023
33 points (97.1% liked)

Programmer Humor

32415 readers
836 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] gylotip@lemmy.ml 0 points 1 year ago (2 children)

I don't get this meme. Can anyone explain what this meme means?

[–] sweetlemon@lemmy.ml 1 points 1 year ago

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

[–] Xanvial@beehaw.org 1 points 1 year ago

This is called Tower of Hanoi problem, usually introduced as main task when learning about recursion in programming