[Feature] Add Partition Number Calculator #1950
Labels
calculator addition 📱
Addition of new calculator
enhancement ✨
New feature or request
KWOC
KWOC Open Source Program
Medium
Moderate level implementation task
Description
Partition Number Calculator is a calculator that calculates the number of distinct partitions for a given non-negative integer. In mathematics, a partition of a number 𝑛 is a way of writing 𝑛 as a sum of positive integers, disregarding the order of the summands.
Example:-
Partition Number of 4 is 5 since 4 can be written as:-
4
3+1
2+2
2+1+1
1+1+1+1
Screenshots
No response
Checklist
Code of Conduct
The text was updated successfully, but these errors were encountered: