this post was submitted on 13 Jun 2023
67 points (97.2% liked)

Programmer Humor

32557 readers
705 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
[–] [email protected] 1 points 1 year ago (2 children)

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

[–] [email protected] 6 points 1 year ago

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

[–] [email protected] 4 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