Skip to content

Add XOR Linked List implementation with doctests - #13699

Merged
cclauss merged 12 commits into
TheAlgorithms:masterfrom
IneshAg:master
Sep 13, 2026
Merged

Add XOR Linked List implementation with doctests#13699
cclauss merged 12 commits into
TheAlgorithms:masterfrom
IneshAg:master

Conversation

@IneshAg

@IneshAg IneshAg commented Oct 22, 2025

Copy link
Copy Markdown
Contributor

Describe your change:

  • Add an algorithm

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, please open separate PRs for separate algorithms.
  • All new Python files are placed inside an existing directory.
  • All filenames are in all lowercase characters with no spaces or dashes.
  • All functions and variable names follow Python naming conventions.
  • All function parameters and return values are annotated with Python type hints.
  • All functions have doctests that pass the automated testing.
  • All new algorithms include at least one URL that points to Wikipedia or another similar explanation.
  • If this pull request resolves one or more open issues then the description above includes the issue number(s) with a closing keyword: "Fixes #ISSUE-NUMBER".

@algorithms-keeper algorithms-keeper Bot added the awaiting reviews This PR is ready to be reviewed label Oct 22, 2025
@algorithms-keeper algorithms-keeper Bot added tests are failing Do not merge until tests pass and removed tests are failing Do not merge until tests pass labels Oct 22, 2025
@algorithms-keeper algorithms-keeper Bot added the tests are failing Do not merge until tests pass label Sep 13, 2026
cclauss and others added 3 commits September 13, 2026 08:17
Updated docstring for clarity and corrected 'ids' to 'IDs'.
Refactor Node class to use dataclass for cleaner syntax.

@cclauss cclauss 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.

Please do not make pull requests on the master branch

@algorithms-keeper algorithms-keeper Bot removed the awaiting reviews This PR is ready to be reviewed label Sep 13, 2026
@cclauss
cclauss merged commit bde9150 into TheAlgorithms:master Sep 13, 2026
4 of 6 checks passed
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.

2 participants