Skip to content

Conversation

@rubenperezm
Copy link
Owner

closes #6.

Create a base class for linked lists, with an abstract method _link defined in the derived classes SinglyLinkedList and DoublyLinkedList
@rubenperezm rubenperezm added the enhancement New feature or request label Oct 9, 2024
@rubenperezm rubenperezm self-assigned this Oct 9, 2024
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Files with missing lines Coverage Δ
pystrukts/list/doubly_linked_list.py 100.00% <100.00%> (ø)
pystrukts/list/linked_list.py 100.00% <100.00%> (ø)
pystrukts/list/singly_linked_list.py 100.00% <100.00%> (ø)
tests/test_doubly_linked_list.py 100.00% <100.00%> (ø)
tests/test_singly_linked_list.py 100.00% <100.00%> (ø)

@rubenperezm rubenperezm merged commit a51e396 into main Oct 9, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enhancement: Create base class for linked lists

3 participants