this post was submitted on 13 Jun 2023
42 points (100.0% liked)

Programmer Humor

32410 readers
1 users here now

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

Rules:

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

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

[–] Xanvial@beehaw.org 4 points 2 years ago

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

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