Anushka-Bhowmick / DSA_Cpp

Data Structures and Algorithms using C++
5 stars 5 forks source link

Create QuickSort.cpp #90

Closed Debaditya-Som closed 1 year ago

Debaditya-Som commented 1 year ago

PR Title: Adding Quick Sort Implementation to C++ Sorting Algorithms

PR Description:

Issue: #89 and #3

Changes Proposed: In response to the issue #89 regarding the implementation of various sorting algorithms in C++, I'm pleased to present this Pull Request that adds the Quick Sort algorithm to the collection of sorting algorithms. Quick Sort is known for its efficiency and is widely used in practice.

Details:

Benefits:

Considerations:

Testing:

I have tested the Quick Sort implementation with various datasets and compared its performance with existing sorting algorithms. It has shown efficient and reliable results.

Checklist:

Thank you for considering this Pull Request. I look forward to your feedback and collaboration on enhancing C++ with the addition of the Quick Sort algorithm.