SarthakKeshari / calc_for_everything

This repository aims to provide Calculators for educational, professional, scientific, health and well-being and other purposes.
https://calc-for-everything-psi.vercel.app
MIT License
113 stars 104 forks source link

Permutation and Combination calculator #291

Closed Deathanni closed 1 year ago

Deathanni commented 1 year ago

Enter calculator name -

Permutation and Combination calculator

Describe calculator functionality -

A permutation and combination calculator is a tool that calculates the number of ways you can arrange or select items from a set. It helps with:

Permutations: Calculating the number of arrangements.

Formula: P(n, r) = n! / (n - r)! Input 'n' and 'r' to get the result. Combinations: Calculating the number of selections.

Formula: C(n, r) = n! / (r! * (n - r)!) Input 'n' and 'r' to get the result. These calculators are useful in mathematics, statistics, and computer science for solving problems involving arrangements and selections of objects. They save time by automating complex calculations.

Under which category you wish to place it -

Deathanni commented 1 year ago

@SarthakKeshari sir kindly assign me this issue

SarthakKeshari commented 1 year ago

Hey @Deathanni, Assigned.

You may contribute your code under the folder path -

calc_for_everything\calculators\src\mathematical\permutationAndCombinationCalc

Issue completion deadline - 15th Oct 11:00:00 pm IST

NOTE - In case the issue completion deadline is not met, the issue will be assigned to a new participant

Shubhgupta-coder commented 1 year ago

sir pls assign it to me

SarthakKeshari commented 1 year ago

Hey @Shubhgupta-coder, Glad to see your eagerness for contributing 🤩. But I regret to inform, issue can't be assigned as each assigned issue is marked with a deadline. In case the previous participant fails to raise a PR before the deadline, only then the issue can be assigned to a new participant.

For now, kindly look into any open issues or you may even create one. 🤩🥳

Happy Contributing 🎉