Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculating the value of nCr #115

Open
Apoorva-Datir opened this issue Oct 24, 2020 · 1 comment
Open

Calculating the value of nCr #115

Apoorva-Datir opened this issue Oct 24, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Apoorva-Datir
Copy link
Contributor

Todo

  • Create a file for the nCr calculator function.

  • This function calculates value of nCr when two numbers n and r are given.

Example

Input : n = 5, r = 2
Output : 10
The value of 5C2 is 10.

Important

  • Guidelines for adding new functions are clearly mentioned in the contributing guidelines.

  • Screenshots of the output needs to be added along with the PRs for quicker merges.

  • If any queries, discuss it in the issue thread.

@Apoorva-Datir
Copy link
Contributor Author

Can I work on this issue??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants