Skip to content

Nikolai Romanov | oct2025-3 | Complexity | Sprint 2 | Implement a linked list in Python - #2

Open
kolya-rm wants to merge 9 commits into
mainfrom
coursework/implement-linked-list
Open

Nikolai Romanov | oct2025-3 | Complexity | Sprint 2 | Implement a linked list in Python#2
kolya-rm wants to merge 9 commits into
mainfrom
coursework/implement-linked-list

Conversation

@kolya-rm

Copy link
Copy Markdown
Owner

Learners, PR Template

Self checklist

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

Changelist

Implemented linked list structure class:

  • implemented the linked list Item class;
  • implemented the linked list class:
    • implemented the push_head method that adds a new item with a given value to the begin of the list.
    • implemented the pop_tail method that removes an item form the end of the list and returns its value.
    • implemented the remove function that removes the given item from the list.

Questions

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