AdvancedVocabulary#software-architecture#developer-tools#backend

Radix Sort Vocabulary

Build fluency in the vocabulary of sorting fixed-width keys by bucketing on one digit position at a time.

0 / 5 completed
1 / 5
At standup, a dev mentions sorting integers by repeatedly bucketing them on one digit at a time, from least significant to most significant, without ever comparing two elements directly to each other. What is this algorithm called?