Skip to content

Refactor LeetCode 1669 splice logic#75

Merged
eselyavka merged 1 commit into
masterfrom
refactor/leetcode-01669-splice
May 9, 2026
Merged

Refactor LeetCode 1669 splice logic#75
eselyavka merged 1 commit into
masterfrom
refactor/leetcode-01669-splice

Conversation

@eselyavka
Copy link
Copy Markdown
Owner

@eselyavka eselyavka commented May 9, 2026

Summary

  • replace the previous index-tracking implementation in solution_01669.py
  • use a direct pointer-splice approach to find the node before a, the node after b, and the tail of list2
  • keep the existing unittest coverage unchanged

Testing

  • python3 practice/leetcode/solutions_01500/solution_01669.py
  • pre-commit hook: pytest
  • pre-commit hook: pylint on changed Python files

@eselyavka eselyavka merged commit 0d09194 into master May 9, 2026
4 checks passed
@eselyavka eselyavka deleted the refactor/leetcode-01669-splice branch May 9, 2026 20:55
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.

1 participant