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
952 stars 291 forks source link

Duplicate algorithm implementations #785

Open tatticoder opened 3 years ago

tatticoder commented 3 years ago

I found 2 implementations for merge sort here and here. Both are pretty similar in approach and solve same problem in same programming language. One of them should be removed to reduce confusion and easier understanding. I also suggest contributor should be notified for making a spam pull requests and Maintainers who merged requests without reviewing the code properly.

sunilgknair051 commented 3 years ago

@tatticoder , thanks for the heads up. I think on a rainy day there would have been a situation wherein the maintainers never looked at the content of the commit before merging. Our bad, sorry!

@sukritishah15, please do have a look.

Thanks!