Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Add] solved_Algo #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

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