Skip to content

Conversation

Aashu-11
Copy link

@Aashu-11 Aashu-11 commented Oct 3, 2024

The above algorithm helps in swapping nodes of linkedlists.

  • 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

The above algorithm helps in swapping nodes of linkedlists.
@Aashu-11
Copy link
Author

Aashu-11 commented Oct 4, 2024

@alxkm @BamaCharanChhandogi @siriak @yanglbme @vil02 please look after and merge my request

@Aashu-11
Copy link
Author

Aashu-11 commented Oct 5, 2024

please approve my request and kindly merge it

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 48 lines in your changes missing coverage. Please review.

Project coverage is 54.37%. Comparing base (f34fe4d) to head (8e4d9a9).
Report is 15 commits behind head on master.

Files with missing lines Patch % Lines
.../thealgorithms/datastructures/lists/SwapNodes.java 0.00% 48 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5558      +/-   ##
============================================
- Coverage     54.56%   54.37%   -0.19%     
+ Complexity     3413     3412       -1     
============================================
  Files           535      536       +1     
  Lines         15383    15431      +48     
  Branches       2935     2944       +9     
============================================
- Hits           8393     8391       -2     
- Misses         6637     6686      +49     
- Partials        353      354       +1     

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

Copy link
Member

@siriak siriak left a comment

Choose a reason for hiding this comment

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

Please remove printList and main methods, and add JUnit tests instead. And also check PR checks

Copy link

github-actions bot commented Nov 7, 2024

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

@github-actions github-actions bot added the stale label Nov 7, 2024
Copy link

Please reopen this pull request once you have made the required changes. If you need help, feel free to ask in our Discord server or ping one of the maintainers here. Thank you for your contribution!

@github-actions github-actions bot closed this Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants