this post was submitted on 08 Apr 2025
726 points (98.4% liked)
Programmer Humor
22324 readers
2128 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If it's about problem solving and using logic, why do we need to memorize quicksort? That's not an example of using logic or problem solving
You don’t need to memorize quicksort. If you understand how it works, it’s trivial to work out the exact details.
you can also 'trivially' derive the quadratic formula using completing the square, but does anybody actually do that instead of just memorizing the formula?
Honestly, for the first year or two after learning about it (which is the only time where it's really relevant) that's exactly what I did. Spend 30 seconds, derive something that's definitely correct, and never worry again about your memory randomly failing you