ravya1108 / hactoberfest2023

20 stars 257 forks source link

I want to add more Algorithms on Sorting Techniques #205

Closed knockcat closed 10 months ago

knockcat commented 11 months ago

Please assign me this taks, I am going to add quality code and covers all the algorithms.

knockcat commented 11 months ago

image

knockcat commented 11 months ago

I want to add all these techiniques This pull request covers the heap sort both max and min.

// Heap Sort (Max) Ascending Order Sorting

/ Time Complexity Overall : O(nlogn) for creating and building heap: O(n) /

// Heap Sort (Min) Descending Order Sorting

/ Time Complexity Overall : O(nlogn) for creating and building heap: O(n) /

Ashima2003 commented 11 months ago

I wish to contribute. Kindly assign this to me.

saku1331 commented 10 months ago

hello ! Please assign me this. I want to contribute.

Vaibhav112003 commented 10 months ago

Hello Ma'am , Please assign me this , I want to contribute for this