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 Bell Number Calculator #1945

Open
4 tasks done
satyam-lgtm opened this issue Dec 24, 2024 · 5 comments
Open
4 tasks done

[Feature] Add Bell Number Calculator #1945

satyam-lgtm opened this issue Dec 24, 2024 · 5 comments
Assignees
Labels
KWOC KWOC Open Source Program

Comments

@satyam-lgtm
Copy link

Description

The Bell Numbers count the possible partitions of a set. Bell Number calculator calculates the nth Bell number given whole number n.

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 @satyam-lgtm, Welcome to the project CalcDiverse! 🎊
Thanks for opening an issue! 🙌 Please wait for the issue to be assigned. Happy Coding!! ✨

@Rakesh9100
Copy link
Owner

Please give more description of this calculator, including what will be the inputs and result @satyam-lgtm

@Rakesh9100 Rakesh9100 added the question 🤔 Further information is requested label Dec 27, 2024
@satyam-lgtm
Copy link
Author

Please give more description of this calculator, including what will be the inputs and result @satyam-lgtm

Example inputs and results:

Input: n = 3
Result: B_n = 5
As there are 5 ways to partition set of 3 elements:-
{1,2,3}
{1,2},{3}
{1,3},{2}
{2,3},{1}
{1},{2},{3}

bell

@Rakesh9100
Copy link
Owner

Okay, go ahead @satyam-lgtm

@Rakesh9100 Rakesh9100 added KWOC KWOC Open Source Program and removed question 🤔 Further information is requested labels Jan 2, 2025
@aprajitapandeyxcghd
Copy link

Would love to contribute to this. Can you assign me this? @Rakesh9100 SWOC'25

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

No branches or pull requests

3 participants