File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed <
8000
button class="Button Button--iconOnly Button--invisible" aria-label="Open diff view settings" id=":R1stdab:" aria-haspopup="true" aria-expanded="false" tabindex="0">
src/algorithms/sorting/radix-sort Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ is required, but because integers can represent strings of characters
7
7
(e.g., names or dates) and specially formatted floating point numbers, radix
8
8
sort is not limited to integers.
9
9
10
+ * Where does the name come from?*
11
+
12
+ In numeral systems, the word ** radix** represents how many digits are possible.
13
+ For example, a binary system (using numbers 0 and 1) has a radix of 2 and a decimal
14
+ system (using numbers 0 to 9) has a radix of 10.
15
+
16
+
10
17
## Efficiency
11
18
12
19
The topic of the efficiency of radix sort compared to other sorting algorithms is
You can’t perform that action at this time.
0 commit comments