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.58k stars 3.69k forks source link

Solution to the Strongest Weapon Codechef Problem in C++ #4550

Open Kuljeet-123 opened 4 years ago

Kuljeet-123 commented 4 years ago

This is a(n):

Details:

Task is to minimize the total number of remaining weapons of all 3 types if the game can go on forever.

Note: After a weapon wins and return to the group of weapons, you can again choose any 2 weapons, that you want, from all the remaining ones.

Kuljeet-123 commented 4 years ago

I'm going to work on this issue .... @arnavb Please assign this to me.

Kuljeet-123 commented 4 years ago

@AdiChat I have created the PR please review it.