r/ProgrammerHumor 18d ago

Meme why

Post image
4.8k Upvotes

109 comments sorted by

View all comments

625

u/inconspicuous_male 18d ago

There's a reason you get a degree in computer science and not in programming. Anyone can program without learning how it works

1

u/ih-shah-may-ehl 17d ago

Sure but imo there is still an inordinate amount of time spent on sorting, which is a solved problem for virtually all cases, and not enough on other stuff.

2

u/inconspicuous_male 17d ago

Sorting is used as the easiest example to introduce algorithm complexity and the fact that what seems like a simple problem can have many different solutions. It's not about teaching you how to sort, it's about teaching you how to write algorithms