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

60번 1번 풀이 질문드립니다! #163

Open
Taemin90 opened this issue Jan 11, 2023 · 1 comment
Open

60번 1번 풀이 질문드립니다! #163

Taemin90 opened this issue Jan 11, 2023 · 1 comment

Comments

@Taemin90
Copy link

안녕하세요, 알고리즘 책 너무 잘 보고 있습니다.

60번 1번 풀이에서 첫번째 줄 "cur=parent=ListNode(None)"이 있습니다.
여기서 parent, cur는 선언만 하고 next를 지정해 주지 않았는데 root를 가리키게 되는 건가요?
기초적인 질문인지는 모르겠지만 이해가 가지 않아 질문드립니다!

@likejazz
Copy link
Collaborator

안녕하세요. 재밌게 봐주셔서 감사합니다.
저 코드를 이해하려면 파이썬은 기본적으로 모든 것이 객체이고 참조를 한다는 점부터 이해해야 할 것 같습니다. 책 116페이지 부터 자세히 읽어보시고, https://stackoverflow.com/questions/35488769/what-is-an-object-reference-in-python 이 글도 도움이 될거 같습니다!

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

No branches or pull requests

2 participants