C-Plus-Plus icon indicating copy to clipboard operation
C-Plus-Plus copied to clipboard

added randomize quick sort algorithm

Open Yashasewi opened this issue 3 years ago • 0 comments

Added a new algorithm Randomize quick sort because it avoids the worst case of quick sort.

Description of Change

As I saw Randomize Quick sort Algorithm is not present so I added the Algorithms. Randomized quick sort avoids the worst case of quick sort.

Checklist

  • [x] Added description of change
  • [x] Added file name matches File name guidelines
  • [x] Added documentation so that the program is self-explanatory and educational - Doxygen guidelines
  • [x] PR title follows semantic commit guidelines
  • [x] I acknowledge that all my contributions will be made under the project's license.

Notes: Added a new Algorithm Radomize quick sort.

Yashasewi avatar Oct 12 '22 21:10 Yashasewi