• ChaoticNeutralCzech
    link
    fedilink
    English
    811 months ago

    I hate when computer scientists use “sorting” for “ordering”. It’s been mistranslated into other languages, too.

    • @[email protected]
      link
      fedilink
      English
      711 months ago

      I am very new to the world of CS but I appreciate precise vocabulary. Is my understanding below correct?

      • Sorting = Assigning each object to one category (“bin”).

      • Ordering = Like sorting, but the categories themselves have an inherent hierarchy/order (numerical, alphabetical, etc.)

      • ChaoticNeutralCzech
        link
        fedilink
        English
        311 months ago

        Yes but people say “sorting algorithms” when describibg programs that put elements of a list in the correct order.

    • @LwL
      link
      English
      311 months ago

      sort, verb: “to put a number of things in an order or to separate them into groups”

    • @Wilzax
      link
      English
      111 months ago

      Radix sort is truly a sorting algorithm though, it just results in an ordering.