edualgo / eduAlgo

A simple python package having modules of different algorithms to use in educational purposes.

Home Page:https://edualgo.github.io/documentation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Radix Sort for Sorting

VaishnaviNandakumar opened this issue · comments

Is your feature request related to a problem? Please describe.
I'd like to contribute to a sorting algorithm.

Describe the solution you'd like
Radix Sort - An efficient algorithm when the range of input values are provided with a time complexity of O(nk).

@Abhijit2505 Created PR. Do let me know if there are any suggestions.