Skip to content

Added palindrome checker using stack#5887

Merged
siriak merged 7 commits intoTheAlgorithms:masterfrom
S-M-J-I:SMJI/stack_palindrome
Oct 22, 2024
Merged

Added palindrome checker using stack#5887
siriak merged 7 commits intoTheAlgorithms:masterfrom
S-M-J-I:SMJI/stack_palindrome

Conversation

@S-M-J-I
Copy link
Copy Markdown
Contributor

@S-M-J-I S-M-J-I commented Oct 18, 2024

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

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Oct 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.12%. Comparing base (0f8cda9) to head (eab8630).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5887      +/-   ##
============================================
+ Coverage     67.09%   67.12%   +0.03%     
- Complexity     4557     4560       +3     
============================================
  Files           618      619       +1     
  Lines         17085    17098      +13     
  Branches       3294     3296       +2     
============================================
+ Hits          11463    11477      +14     
+ Misses         5167     5166       -1     
  Partials        455      455              

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

@siriak siriak merged commit 6006025 into TheAlgorithms:master Oct 22, 2024
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