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

Closed
4 tasks done
saurabhhsinghh opened this issue Dec 28, 2024 · 3 comments · Fixed by #1953
Closed
4 tasks done

[Feature] Add Partition Number Calculator #1950

saurabhhsinghh opened this issue Dec 28, 2024 · 3 comments · Fixed by #1953
Assignees
Labels
calculator addition 📱 Addition of new calculator enhancement ✨ New feature or request KWOC KWOC Open Source Program Medium Moderate level implementation task

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

Copy link

github-actions bot commented Jan 4, 2025

Hello @saurabhhsinghh! Your issue #1950 has been closed. Thank you for your contribution!! 🙌

@Rakesh9100 Rakesh9100 added enhancement ✨ New feature or request Medium Moderate level implementation task calculator addition 📱 Addition of new calculator labels Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
calculator addition 📱 Addition of new calculator enhancement ✨ New feature or request KWOC KWOC Open Source Program Medium Moderate level implementation task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants