Skip to content

London | 25-SDC-Nov |Fatma Degirmenci | Sprint 2 | Implement a linked list in python#147

Open
fatmaevin wants to merge 1 commit intoCodeYourFuture:mainfrom
fatmaevin:linked_list
Open

London | 25-SDC-Nov |Fatma Degirmenci | Sprint 2 | Implement a linked list in python#147
fatmaevin wants to merge 1 commit intoCodeYourFuture:mainfrom
fatmaevin:linked_list

Conversation

@fatmaevin
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

Implemented a doubly linked list.

@fatmaevin fatmaevin added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Mar 3, 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.

Code is good! Well done!

Comment on lines +10 to +12
#first
self.head = None
#last
Copy link

Choose a reason for hiding this comment

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

Would probably make the comment more readable if there is a space after the # character.

@cjyuan cjyuan added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complete Volunteer to add when work is complete and all review comments have been addressed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants