Skip to content

Conversation

@CJiu01
Copy link
Contributor

@CJiu01 CJiu01 commented Jul 28, 2022

No description provided.

self.head = self.head.next
return
pre_node = self.get_node(index-1)
pre_node.next = pre_node.next.next
Copy link
Member

Choose a reason for hiding this comment

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

next.next가 문법적으로 맞는지 궁금합니다! 현재 제 코드에서 오류가 나는데 next.next가 문제인가 싶어서요..!

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.

2 participants