mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2026-03-13 08:51:02 +08:00
Fix README typos.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user