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

Closed
4 tasks done
satyam-lgtm opened this issue Dec 24, 2024 · 7 comments · Fixed by #1981
Closed
4 tasks done

[Feature] Add Bell Number Calculator #1945

satyam-lgtm opened this issue Dec 24, 2024 · 7 comments · Fixed by #1981
Assignees
Labels
calculator addition 📱 Addition of new calculator enhancement ✨ New feature or request Hard Complex or challenging task KWOC KWOC Open Source Program

Comments

@satyam-lgtm
Copy link
Contributor

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
Contributor 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

@Rakesh9100
Copy link
Owner

Provide your PR @satyam-lgtm

@Rakesh9100 Rakesh9100 added the question 🤔 Further information is requested label Jan 7, 2025
Copy link

Hello @satyam-lgtm! Your issue #1945 has been closed. Thank you for your contribution!! 🙌

@Rakesh9100 Rakesh9100 added enhancement ✨ New feature or request Hard Complex or challenging task calculator addition 📱 Addition of new calculator and removed question 🤔 Further information is requested labels Jan 10, 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 Hard Complex or challenging task KWOC KWOC Open Source Program
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants