DisariumNumber by iamcodinghere22 · Pull Request #7490 · TheAlgorithms/Java · GitHub
Skip to content

DisariumNumber#7490

Merged
DenizAltunkapan merged 8 commits into
TheAlgorithms:masterfrom
iamcodinghere22:master
Jun 26, 2026
Merged

DisariumNumber#7490
DenizAltunkapan merged 8 commits into
TheAlgorithms:masterfrom
iamcodinghere22:master

Conversation

@iamcodinghere22

Copy link
Copy Markdown
Contributor

Added DisariumNumber implementation and its corresponding test file to the maths package.

A Disarium number is a number where the sum of its digits powered with their respective positions equals the number itself. Example: 135 = 1^1 + 3^2 + 5^3 = 135.

  • [ x] I have read CONTRIBUTING.md.
  • [x ] This pull request is all my own work -- I have not plagiarized it.
  • [ x] All filenames are in PascalCase.
  • [x ] All functions and variable names follow Java naming conventions.
  • [x ] All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • [ x] All new algorithms include a corresponding test class that validates their functionality.
  • All new code is formatted with clang-format -i --style=file path/to/your/file.java

@codecov-commenter

codecov-commenter commented Jun 22, 2026

Copy link
Copy Markdown

@iamcodinghere22 iamcodinghere22 marked this pull request as ready for review June 22, 2026 11:10

@DenizAltunkapan DenizAltunkapan left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@DenizAltunkapan DenizAltunkapan enabled auto-merge (squash) June 26, 2026 09:00
@DenizAltunkapan DenizAltunkapan merged commit ef986c4 into TheAlgorithms:master Jun 26, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants