Fix README typos.

This commit is contained in:
Oleksii Trekhleb
2019-03-22 07:47:39 +02:00
parent f36381c7ec
commit 4aecd5772f
6 changed files with 3 additions and 11 deletions

View File

@@ -9,11 +9,11 @@ sort is not limited to integers.
*Where does the name come from?*
In numeral systems, the word **radix** represents how many digits are possible.
In mathematical numeral systems, the *radix* or base is the number of unique digits,
including the digit zero, used to represent numbers in a positional numeral system.
For example, a binary system (using numbers 0 and 1) has a radix of 2 and a decimal
system (using numbers 0 to 9) has a radix of 10.
## Efficiency
The topic of the efficiency of radix sort compared to other sorting algorithms is