sukritishah15 / DS-Algo-Point

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala
MIT License
951 stars 292 forks source link

Implement Merge Sort #5

Open aditik03 opened 3 years ago

aditik03 commented 3 years ago

🚀 Feature

Implement Merge Sort. Add (inside comment) Sample input and output at the end of the file along with Time and Space Complexity.

Have you read the Contribution Guidelines?

Yes.

Pitch

This sorting technique will let you understand the Divide and Conquer approach and the concept of stable algorithms.

Assignees

@Pratap2018 - C @AnanyaNagar - C++ @Pratap2018 - Java @ashitajain14 - Python

Pratap2018 commented 3 years ago

i want to work on this

sukritishah15 commented 3 years ago

i want to work on this

Which programming language?

Pratap2018 commented 3 years ago

I can work on c++ , c ,python, js ,java

sukritishah15 commented 3 years ago

I can work on c++ , c ,python, js ,java

Okay. I will assign this to you in C and Java, for now.

ashitajain14 commented 3 years ago

hey, can you assign me this issue in python?

sukritishah15 commented 3 years ago

hey, can you assign me this issue in python?

Sure. Assigned.

AnanyaNagar commented 3 years ago

Can you assign me this in C++

scshiv29-dev commented 3 years ago

Can i get Java or C?

sukritishah15 commented 3 years ago

Can i get Java or C?

@scshiv29-dev Some contributors have already claimed the issue for these languages. We will be creating more issues tonight and tomorrow. Even, you can create issues, we will assign them to you. Stay Tuned!

Thank you!

manan025 commented 3 years ago

@Pratap2018 Please make a PR ASAP

Pratap2018 commented 3 years ago

@manan025 I already got merged

AndreaBiondaro commented 3 years ago

Hi, can i do this in go?