codemistic / Data-Structures-and-Algorithms

A repository to help the open-source community with DSA related contributions
MIT License
327 stars 334 forks source link

Create NCRcombination.c #635

Closed AmanDekate1 closed 1 year ago

AmanDekate1 commented 1 year ago

NCR formula is used to find the number of ways where r objects chosen from n objects and the order is not important.

AmanDekate1 commented 1 year ago

ncr This formula is used to find the combination