AdvancedVocabulary#software-architecture#developer-tools#backend

Counting Sort Vocabulary

Learn the vocabulary of tallying value occurrences and placing elements directly into sorted position.

0 / 5 completed
1 / 5
At standup, a dev mentions counting how many times each distinct value occurs across a collection of integers within a known, small range, then using those counts to place every element directly into its final sorted position. What is this algorithm called?