Closed AkshatJangid787 closed 1 month ago
Hey @Ayush7-BIT i want to contribute the implementation of merge sort alogithm
Hey @Ayush7-BIT , I am interested in this issue can you assign this issue to me.
Please merge my requests I have uploaded the code for issues before 1 week. Please merge it Sir Regards Smriti
On Sun, 20 Oct 2024, 9:47 pm Akshat Jangid, @.***> wrote:
Closed #268 https://github.com/Ayush7-BIT/turbo-robot/issues/268 as completed.
— Reply to this email directly, view it on GitHub https://github.com/Ayush7-BIT/turbo-robot/issues/268#event-14753249541, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCGCG5TDCKTRXNSB3BT7MYTZ4PJSLAVCNFSM6AAAAABP3IUJ5KVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJUG42TGMRUHE2TIMI . You are receiving this because you commented.Message ID: @.***>
Description:
I would like to contribute the implementation of the Merge Sort algorithm in Java. The Merge Sort algorithm is a divide-and-conquer algorithm that sorts an array by dividing it into smaller subarrays, sorting them, and then merging them back together.
Programming Language:
JAVA
Why This is Needed:
This will add a new sorting algorithm to the repository and help beginners understand the Merge Sort process.
Hacktoberfest Contribution:
This issue is created for Hacktoberfest 2024, and I would like to contribute as part of the event.