ayan-biswas0412 / AlgoDocs

📚 This repository is meant for jotting down common algorithms and their implementation in several languages
MIT License
11 stars 29 forks source link

Implement Merge Sort #47

Open ayan-biswas0412 opened 2 years ago

ayan-biswas0412 commented 2 years ago

Implement Merge sort algorithm in various languages given below

Edit the file https://github.com/ayan-biswas0412/AlgoDocs/blob/main/docs/sorting/merge_sort.md

amypritc commented 2 years ago

Hi, I really think you should be including the definitions of both merge and merge sort in this example - merge sort is quite difficult to understand if you only have half of the procedure. I created a pull request with the python implementation of both merge and merge sort.

ayan-biswas0412 commented 2 years ago

Hi, I really think you should be including the definitions of both merge and merge sort in this example - merge sort is quite difficult to understand if you only have half of the procedure. I created a pull request with the python implementation of both merge and merge sort.

yah sure

amypritc commented 2 years ago

Would it be okay to add OCaml? I can add a functional/recursive implementation of this algorithm using OCaml.

ayan-biswas0412 commented 2 years ago

Would it be okay to add OCaml? I can add a functional/recursive implementation of this algorithm using OCaml.

sure, go ahead

SanskarAgg commented 2 years ago

Please assign me this issue. I will code the solution in C.

ayan-biswas0412 commented 2 years ago

Please assign me this issue. I will code the solution in C.

Yeah sure go ahead, your contribution will help this project to grow more.

sumitmohite0501 commented 2 years ago

Please assign this to me . I can do it in cpp