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


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. 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
[–] catloaf@lemm.ee 17 points 22 hours ago (2 children)

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.

[–] makyo@lemmy.world 2 points 11 hours ago

Huh, I stand corrected!

[–] barsoap@lemm.ee 2 points 14 hours ago

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.