OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.53k stars 3.66k forks source link

Add Minimum Coin algorithm #259

Open levifranca opened 6 years ago

levifranca commented 6 years ago

Add the minimum coin greedy algorithm under code/greedy-algorithms/minimum_coins .

levifranca commented 6 years ago

Please, assign it to me. I'll add later tonight versions in JS, Java, Python and C++.

AdiChat commented 6 years ago

Sure @levifranca

You need to be a member of our community to get assigned. I have send you an invite. 👍

AkshGautam commented 6 years ago

@AdiChat may i do this or any other greedy algo?

AdiChat commented 6 years ago

You may focus on categories which does not have any code but you must also have fun 🎉 , so, do what looks good to you. 👍

AkshGautam commented 6 years ago

@AdiChat could you please review PR #184 as well.i made the required changes,if its all good to merge, I would proceed on other algo

AdiChat commented 6 years ago

Looks good 👍 Merged

levifranca commented 6 years ago

Hi @AdiChat thank you for the invite. I have accepted it. :smiley:

levifranca commented 6 years ago

Hi @AdiChat could please review the PR #298 ?

I'll be adding the other languages later.

Thank you.

mkfeuhrer commented 6 years ago

can i do this in C ?

AdiChat commented 6 years ago

Sure. Go for it 👍

levifranca commented 6 years ago

Added Java version on #334

levifranca commented 6 years ago

Added Python and C++ version on #365

setupminimal commented 6 years ago

I'd like to add this in Haskell.