shivanshugarg12800 / Algo_GT

This is the Master Repository for all the different algorithms in the world of DSA, be it in any language C++, Java, Python etc.....
12 stars 37 forks source link

Optimal Merge Pattern #107

Closed opeeyum closed 2 years ago

opeeyum commented 2 years ago

Optimal merge pattern: When two or more sorted files are to be merged all together to form a single file, the minimum computations are done to reach this file are known as Optimal Merge Pattern.
It is one of the most asked algorithm questions in the technical round of placements.

Sajal193 commented 2 years ago

Hi @opeeyum , can I work on this as a part of ongoing hacktoberfest. I do programming in C++.

opeeyum commented 2 years ago

I have done that in C++. You can go for any other language other than c++.

Sajal193 commented 2 years ago

ok, I know only C++ and Java. If you've not made it in java, then I can do it.

opeeyum commented 2 years ago

Go for java.

Sajal193 commented 2 years ago

Ok