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

Added Dudeney Number Calculator #1631

Merged
merged 17 commits into from
Jul 30, 2024
Merged

Added Dudeney Number Calculator #1631

merged 17 commits into from
Jul 30, 2024

Conversation

Sravyasaka
Copy link
Contributor

@Sravyasaka Sravyasaka commented Jul 14, 2024

Fixes Issue🛠️

Closes #1601

Description👨‍💻

A Dudeney number is a positive integer that is a perfect cube, and the sum of its digits is equal to the cube root of the number. These numbers are rare and illustrate an interesting relationship between a number and the sum of its digits raised to the third power. Dudeney numbers are a unique subset of recreational mathematics and number theory.

Type of Change📄

  • New feature (non-breaking change which adds functionality)

Checklist✅

  • I am an Open Source contributor
  • I have performed a self-review of my code
  • My code follows the style guidelines of this project

Screenshots/GIF📷

image

Added Dudeney checker
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @Sravyasaka, Welcome to the project CalcDiverse! 🎊
Thanks for your contribution! Your effort makes this project better. Keep it up! 🙌
Please wait for the PR to be reviewed. Happy Coding!! ✨

Copy link

netlify bot commented Jul 14, 2024

Deploy Preview for calcdiverse ready!

Name Link
🔨 Latest commit abf0499
🔍 Latest deploy log https://app.netlify.com/sites/calcdiverse/deploys/66a865de310cea000881114e
😎 Deploy Preview https://deploy-preview-1631--calcdiverse.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Rakesh9100 Rakesh9100 changed the title Added Dudeney checker Added Dudeney Number Calculator Jul 14, 2024
@Rakesh9100
Copy link
Owner

Pls work on these by making the new commits in this same PR, don't close this @Sravyasaka

  1. Rename your folder to Dudeney-Number-Calculator and make the necessary changes.
  2. Keep your files as index.html, style.css, and script.js.
  3. Add a README.md file of your calculator in your folder.
  4. Also, add your calculator part in the main index.html file to display it on the website.

@Rakesh9100 Rakesh9100 added the question 🤔 Further information is requested label Jul 14, 2024
@Sravyasaka
Copy link
Contributor Author

Pls work on these by making the new commits in this same PR, don't close this @Sravyasaka

  1. Rename your folder to Dudeney-Number-Calculator and make the necessary changes.
  2. Keep your files as index.html, style.css, and script.js.
  3. Add a README.md file of your calculator in your folder.
  4. Also, add your calculator part in the main index.html file to display it on the website.

@Rakesh9100 , all changes have been done. Could you please review?

@Rakesh9100 Rakesh9100 merged commit 09d853e into Rakesh9100:main Jul 30, 2024
4 checks passed
Copy link

Congrats, Your pull request has been successfully merged 🥳🎉 Thank you for your contribution to my project 🚀 Keep Contributing!! ✨ @Sravyasaka

@Rakesh9100 Rakesh9100 added Completed 🥳 PR successfully merged and issue resolved on completion gssoc GSSoC 2k24 Open Source Program level3 GSSoC2k24 Level-3 Task -- 45 Points and removed question 🤔 Further information is requested labels Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Completed 🥳 PR successfully merged and issue resolved on completion gssoc GSSoC 2k24 Open Source Program level3 GSSoC2k24 Level-3 Task -- 45 Points
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Add Dudeney Number Calculator
2 participants