649
Data Science
(mander.xyz)
A place for majestic STEMLORD peacocking, as well as memes about the realities of working in a lab.
Rules
This is a science community. We use the Dawkins definition of meme.
I hate when computer scientists use “sorting” for “ordering”. It’s been mistranslated into other languages, too.
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.)
Yes but people say “sorting algorithms” when describibg programs that put elements of a list in the correct order.
sort, verb: "to put a number of things in an order or to separate them into groups"
Radix sort is truly a sorting algorithm though, it just results in an ordering.