Skip to content

Glasgow | 25 SDC NOV | Katarzyna Kazimierczuk | Sprint 2 | linked list #117

Open
katarzynakaz wants to merge 1 commit intoCodeYourFuture:mainfrom
katarzynakaz:linked-list
Open

Glasgow | 25 SDC NOV | Katarzyna Kazimierczuk | Sprint 2 | linked list #117
katarzynakaz wants to merge 1 commit intoCodeYourFuture:mainfrom
katarzynakaz:linked-list

Conversation

@katarzynakaz
Copy link

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

Linked list python task is completed.

@katarzynakaz katarzynakaz added 📅 Sprint 2 Assigned during Sprint 2 of this module Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Feb 20, 2026
@katarzynakaz katarzynakaz changed the title Glasgow | 25 SDC NOV | Katarzyna Kazimierczuk| Sprint 2 | linked list Glasgow | 25 SDC NOV | Katarzyna Kazimierczuk | Sprint 2 | linked list Feb 20, 2026
Copy link

@cjyuan cjyuan left a comment

Choose a reason for hiding this comment

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

Your current implementation is not an actual linked list -- it is an emulation of a linked list using Python list (which is an array). Can you implement a real linked list ? (https://en.wikipedia.org/wiki/Linked_list)

Also, can you implement the linked list as a class so that it can pass all the tests in linked_list_test.py?

@cjyuan cjyuan added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Reviewed Volunteer to add when completing a review with trainee action still to take. 📅 Sprint 2 Assigned during Sprint 2 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants