Skip to content

Commit 9248441

Browse files
authored
Update pydatastructs/linear_data_structures/algorithms.py
1 parent 6eb06bf commit 9248441

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pydatastructs/linear_data_structures/algorithms.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1945,13 +1945,6 @@ def radix_sort(array, *args, **kwargs):
19451945
is to be sorted.
19461946
Optional, by default the index
19471947
of the last position filled.
1948-
comp: lambda/function
1949-
The comparator which is to be used
1950-
for sorting. If the function returns
1951-
False then only swapping is performed.
1952-
Optional, by default, less than or
1953-
equal to is used for comparing two
1954-
values.
19551948
backend: pydatastructs.Backend
19561949
The backend to be used.
19571950
Optional, by default, the best available

0 commit comments

Comments
 (0)