Vedant1280
Vedant1280
- **File/Project Name: Calculate nPr** - **What I want to work upon: Add code to find r permutations of n objects, i.e nPr** ## Instructions - Use comments and docstrings...
- **File/Project Name: Calculate nCr** - **What I want to work upon: Add code to calculate r combinations of n objects, i.e nCr** ## Instructions - Use comments and docstrings...
- **File/Project Name: LCM of two numbers** - **What I want to work upon: write code to calculate LCM of two numbers** ## Instructions - Use comments and docstrings -...