this post was submitted on 13 Jun 2023
58 points (96.8% liked)

Programmer Humor

32426 readers
932 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 1 points 1 year ago (2 children)

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

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

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

[–] sweetlemon@lemmy.ml 2 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