Skip to content

feat: add neon number implementation#3096

Closed
Nithwin wants to merge 1 commit intoTheAlgorithms:masterfrom
Nithwin:add-neon-number
Closed

feat: add neon number implementation#3096
Nithwin wants to merge 1 commit intoTheAlgorithms:masterfrom
Nithwin:add-neon-number

Conversation

@Nithwin
Copy link
Copy Markdown

@Nithwin Nithwin commented Jan 16, 2026

Description of Change

Added a C++ implementation of the Neon Number algorithm in the math directory.
The implementation includes checking if a number is a "Neon Number" (where the sum of digits of its square equals the number itself).

Key features:

  • Implemented is_neon function in math namespace.
  • Added full Doxygen documentation.
  • Included self-tests using cassert to verify functionality (tested with 0, 1, 9, 12, 45).

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Added documentation so that the program is self-explanatory and educational
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

@Nithwin
Copy link
Copy Markdown
Author

Nithwin commented Feb 14, 2026

Why my PR was not being merged and why no one is replying to this atleast

@github-actions
Copy link
Copy Markdown
Contributor

This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions Bot added the stale Author has not responded to the comments for over 2 weeks label Mar 17, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Please ping one of the maintainers once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions!

@github-actions github-actions Bot closed this Mar 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stale Author has not responded to the comments for over 2 weeks

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant