Skip to content

refactor: review and group scattered palindrome implementation#7487

Merged
DenizAltunkapan merged 9 commits into
TheAlgorithms:masterfrom
priyanshuvishwakarma273403:fix-7456-group-palindrome-implementations
Jun 24, 2026
Merged

refactor: review and group scattered palindrome implementation#7487
DenizAltunkapan merged 9 commits into
TheAlgorithms:masterfrom
priyanshuvishwakarma273403:fix-7456-group-palindrome-implementations

Conversation

@priyanshuvishwakarma273403

Copy link
Copy Markdown
Contributor

Description

This PR addresses issue #7456 by reorganizing the palindrome-checking utility classes into their correct packages and cross-referencing them using Javadoc @see annotations.

Related Issue

Fixes #7456

Changes Made

  • Moved LowestBasePalindrome and its test from others/ to maths/.
  • Moved PalindromeSinglyLinkedList and its test from misc/ to datastructures/lists/.
  • Moved PalindromePrime and its test from misc/ to maths/.
  • Added Javadoc @see tags cross-referencing all 7 palindrome implementations across the codebase for better discoverability.

Checklist

  • Code compiles successfully.
  • Files relocated to appropriate packages.
  • Unit tests passed.
  • Cross-references added to class Javadocs.

@codecov-commenter

codecov-commenter commented Jun 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.89%. Comparing base (0e001b7) to head (a516bb5).

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #7487   +/-   ##
=========================================
  Coverage     79.89%   79.89%           
+ Complexity     7345     7342    -3     
=========================================
  Files           809      809           
  Lines         23850    23850           
  Branches       4699     4699           
=========================================
  Hits          19055    19055           
+ Misses         4036     4035    -1     
- Partials        759      760    +1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@priyanshuvishwakarma273403

Copy link
Copy Markdown
Contributor Author

hi @maintainer please review this pull request.
thank you.

@DenizAltunkapan DenizAltunkapan enabled auto-merge (squash) June 24, 2026 17:03
@DenizAltunkapan DenizAltunkapan merged commit 51137a1 into TheAlgorithms:master Jun 24, 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.

Review and group the scattered Palindrome implementations

3 participants