edualgo / eduAlgo

A simple python package having modules of different algorithms to use in educational purposes.
https://edualgo.github.io/documentation/
MIT License
98 stars 54 forks source link

Randomized quick sort [SwoC] #116

Closed AdityaArunSharma closed 3 years ago

AdityaArunSharma commented 3 years ago

Is your feature request related to a problem? Please describe. Yes, the library does not contain randomized quick sort algorithm

Describe the solution you'd like Will implement a function randomizedQuickSort(arr,hint)

Describe alternatives you've considered nothing as of now

Can I work on this?

Abhijit2505 commented 3 years ago

Well, the quick sort algorithm is already present and we don't want any other enhancement of quicksort in our package.

Closing the issue.