Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fixed wrong algo name to radix sort
  • Loading branch information
debjit-bw committed Oct 1, 2022
commit f6b549d5c3e0d1dbcc26e5e688f95917efd5d9eb
2 changes: 1 addition & 1 deletion sorts/radix_sort.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
This is a pure Python implementation of the quick sort algorithm
This is a pure Python implementation of the radix sort algorithm
For doctests run following command:
python -m doctest -v radix_sort.py
or
Expand Down