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

[2024-03-09] 최승현 [연결리스트 삭제] #135

Merged

Conversation

ChoiWheatley
Copy link
Contributor

말 그대로 연결리스트의 헤드가 주어졌을 때 중간에 위치한 노드를 삭제하는 단순한 연산을 수행해주면 된다. 예외처리 (head == None), (length == 1)만 잘 해주면 끝.

Copy link
Collaborator

@poqop721 poqop721 left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@poqop721 poqop721 merged commit 65bc23f into Jungle-7-Algorithm-study:main Mar 10, 2024
@poqop721 poqop721 deleted the leet-2095-linked-list branch March 10, 2024 08:24
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.

None yet

2 participants