Chitresh-code / DSA_Worksheet

Worksheet posting DSA problems every day for GNIOT Students to solve and create PR's.
MIT License
17 stars 34 forks source link

Merge Sort #68

Closed lilmistake closed 9 months ago

lilmistake commented 10 months ago

❗Write Code in Only One Language (CPP, C, Java, Python)

Give File Name : merge_sort βœ… In respective language folder

πŸ“‘ DESCRIPTION

Merge Sort

Difficulty

Problem Statement: Perform Merge Sort Algorithm on the given list of integers

Input Format:

The first line will contain a single integer - the size of the list
The second line will contain space-separated integers of a given length

Output Format:

Space-separated list of integers

Sample Input 1

5
43 65 12 77 22

Sample Output 1

12 22 43 65 77

Sample Input 2

3
3 2 1

Sample Output 2

1 2 3

Constraints

The length of the list does not exceed 10e6

Merge Sort

08Uzair commented 10 months ago

Please assign this to me

Somil-Shukla commented 10 months ago

please assign this issue to me

08Uzair commented 10 months ago

I had done the PR please Check it and give the review

AshaHolla commented 10 months ago

I have worked on this before, pls assign me

BEAST-PRINCE commented 10 months ago

Please assign me.

yashashwini16 commented 10 months ago

@lilmistake can you assign this to me , I like to code in python

08Uzair commented 10 months ago

lilmistake i had done the PR please check it

AnuragDhavale commented 9 months ago

@BEAST-PRINCE I would like to work on it, please assign me

BEAST-PRINCE commented 9 months ago

@BEAST-PRINCE I would like to work on it, please assign me

I cannot assign this issue, the owners of the repo are the one that assign issues :)