Skip to content

Comments

Issue #13489 Solved#13511

Closed
Ommodi07 wants to merge 3 commits intoTheAlgorithms:masterfrom
Ommodi07:master
Closed

Issue #13489 Solved#13511
Ommodi07 wants to merge 3 commits intoTheAlgorithms:masterfrom
Ommodi07:master

Conversation

@Ommodi07
Copy link

@Ommodi07 Ommodi07 commented Oct 15, 2025

Describe your change:

  • Added an algorithm for calculating age difference between two people, including input validation and doctests.

Checklist:

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work — I have not plagiarized.
  • I know that pull requests will not be merged if they fail the automated tests.
  • This PR only changes one algorithm file. To ease review, I have opened separate PRs for separate algorithms.
  • All new Python files are placed inside an existing directory.
  • All filenames are in lowercase characters with no spaces or dashes.
  • All function and variable names follow Python naming conventions.
  • All function parameters and return values include Python type hints.
  • All functions have doctests that pass automated testing.
  • The algorithm includes at least one URL reference (e.g., Wikipedia) explaining the concept.
  • This pull request resolves issue Python #13489 using the closing keyword: **Fixes Python #13489 **.

@algorithms-keeper algorithms-keeper bot added the tests are failing Do not merge until tests pass label Oct 15, 2025
@cclauss
Copy link
Member

cclauss commented Oct 15, 2025

@cclauss cclauss closed this Oct 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests are failing Do not merge until tests pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Python

2 participants