Saicharan67 / Interview-Coding-Questions

11 stars 10 forks source link

Robotic Arm Problem #32

Closed HarnishSavsani closed 2 years ago

HarnishSavsani commented 2 years ago

The coin change problem is commonly seen in Facebook and Amazon interviews. don't forget to give hactoberfest accepted label if merged.

Saicharan67 commented 2 years ago

Hey @HarnishSavsani this problem is already present in the repo

HarnishSavsani commented 2 years ago

Actually, i not saw that particular problem in dynamic programming and no solution was in CPP so.

Saicharan67 commented 2 years ago

@HarnishSavsani It's there in UnBoundedKnapsack section

HarnishSavsani commented 2 years ago

@HarnishSavsani It's there in UnBoundedKnapsack section

Okay then u take the final call whether to add or not, where to give cpp alternative or not . But please add Hactoberfest accepted tag to the Greedy/parentingpartnership.py pull request as u merged it .