this post was submitted on 09 Jan 2025
595 points (97.9% liked)
Technology
60350 readers
4484 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
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
You should take your armchair to be reupholstered or something, because sorting things is like the primary type of algorithm. Even if it's as straightforward as "sort by date", since objects in the database are not stored by date, they have to be sorted to get them displayed by date.
Huh, I stand corrected!
I wouldn't say primary type, they just happen to be the primary example that theory (complexity analysis etc) is taught with. Hence also the veritable zoo of very very bad sorting algorithms that still have proper names. There's no quantum bogosort for string search.