smv1999 / CompetitiveProgrammingQuestionBank

This repository contains all the popular Competitive Programming and DSA questions with solutions for your Coding Interview Preparation.
https://smv1999.github.io/CompetitiveProgrammingQuestionBank/
MIT License
1.22k stars 350 forks source link

find the number of ways to make change for N cents #906

Closed Surajvatsya closed 3 years ago

Surajvatsya commented 3 years ago

🚀 Feature

Given a value N, find the number of ways to make change for N cents, if we have an infinite supply of each of S = { S1, S2, .. , SM } valued coins.

Have you read the Contributing Guidelines on Pull Requests?

Yes

Motivation

contribution

Pitch

Given a value N, find the number of ways to make change for N cents, if we have an infinite supply of each of S = { S1, S2, .. , SM } valued coins.

github-actions[bot] commented 3 years ago

Hello @Surajvatsya,
Thank you for opening an issue. :partying_face:
To get assigned to this particular issue please use /assign
Check this guide before contributing.

Surajvatsya commented 3 years ago

/assign

github-actions[bot] commented 3 years ago

This issue has been assigned to @Surajvatsya! It will become unassigned if it isn't closed within 17 days. A maintainer can also add the pinned label to prevent it from being unassigned.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 3 years ago

Please reopen this issue once you commit the changes requested or make improvements on the code. Thank you for your contributions.