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

Programmer Humor

36755 readers
155 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 2 years ago

Oh god Hanoi's towers... Incredible that I programmed it in BASIC on my ZX81 in the 80s, and now at 50+yo I would have no clue how to program it lol

[–] [email protected] 1 points 2 years ago
[–] [email protected] 0 points 2 years ago (1 children)

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

[–] [email protected] 1 points 2 years ago

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