Skip to content

Commit

Permalink
Remove extra lines
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Sobolev <[email protected]>
  • Loading branch information
dmitriy-sobolev committed Sep 20, 2024
1 parent 8942ecd commit fb6caeb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ The ``radix_sort_by_key`` function sorts keys using the radix sort algorithm, ap
The sorting is stable, preserving the relative order of elements with equal keys.
Both in-place and out-of-place overloads are provided. Out-of-place overloads do not alter the input sequences.



The functions implement a Onesweep* [#fnote1]_ algorithm variant.

A synopsis of the ``radix_sort_by_key`` function is provided below:
Expand Down

0 comments on commit fb6caeb

Please sign in to comment.