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

[Feature] Add Partition Number Calculator #1950

Open
4 tasks done
saurabhhsinghh opened this issue Dec 28, 2024 · 2 comments · May be fixed by #1953
Open
4 tasks done

[Feature] Add Partition Number Calculator #1950

saurabhhsinghh opened this issue Dec 28, 2024 · 2 comments · May be fixed by #1953
Assignees
Labels
KWOC KWOC Open Source Program

Comments

@saurabhhsinghh
Copy link
Contributor

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

  • I have checked the existing issues.
  • I follow Contributing Guidelines of this project.
  • I am a KWOC'24 contributor.

Code of Conduct

Copy link

Hey @saurabhhsinghh, Welcome to the project CalcDiverse! 🎊
Thanks for opening an issue! 🙌 Please wait for the issue to be assigned. Happy Coding!! ✨

@Rakesh9100 Rakesh9100 changed the title [Feature] Partition Number Calculator [Feature] Add Partition Number Calculator Dec 28, 2024
@Rakesh9100
Copy link
Owner

Proceed @saurabhhsinghh

@Rakesh9100 Rakesh9100 added the KWOC KWOC Open Source Program label Dec 28, 2024
@saurabhhsinghh saurabhhsinghh linked a pull request Dec 29, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
KWOC KWOC Open Source Program
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants