Skip to content

Commit de88ad2

Browse files
jvdp10382
andauthored
Update doc/specs/stdlib_sorting.md
Co-authored-by: 0382 <18322825326@163.com>
1 parent 2ca2e4c commit de88ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_sorting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ low, being of order O(Ln(N)), while the memory requirements of
200200

201201
#### The `RADIX_SORT` subroutine
202202

203-
`RADIX_SORT` is a implementation of LSD [radix sort](https://en.wikipedia.org/wiki/Radix_sort),
203+
`RADIX_SORT` is a implementation of LSD [radix sort](https://www.growingwiththeweb.com/sorting/radix-sort-lsd/),
204204
using `256` as the radix. It only works for fixed width data,
205205
thus integers and reals. `RADIX_SORT` is always of O(N) runtime performance
206206
for any input data. For large and random data, it is about five (or more)

0 commit comments

Comments
 (0)