Anushka-Bhowmick / DSA_Cpp

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

Codes for various Sorting Algos #89

Open Debaditya-Som opened 9 months ago

Debaditya-Som commented 9 months ago

In the DSA_Cpp repo, there is a shortage of various sorting Algorithms like : Bubble Sort, Insertion Sort, Quick Sort, etc.

I propose adding implementations of various sorting algorithms, such as Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort, and Heap Sort, to the C++ Standard Template Library (STL) or as standalone libraries within the C++ ecosystem. These implementations should adhere to C++ coding standards and best practices, providing efficient and well-documented alternatives to the existing sorting functions.

Debaditya-Som commented 9 months ago

Assign @Debaditya-Som to work on this issue