We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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번 풀이에서 첫번째 줄 "cur=parent=ListNode(None)"이 있습니다. 여기서 parent, cur는 선언만 하고 next를 지정해 주지 않았는데 root를 가리키게 되는 건가요? 기초적인 질문인지는 모르겠지만 이해가 가지 않아 질문드립니다!
The text was updated successfully, but these errors were encountered:
안녕하세요. 재밌게 봐주셔서 감사합니다. 저 코드를 이해하려면 파이썬은 기본적으로 모든 것이 객체이고 참조를 한다는 점부터 이해해야 할 것 같습니다. 책 116페이지 부터 자세히 읽어보시고, https://stackoverflow.com/questions/35488769/what-is-an-object-reference-in-python 이 글도 도움이 될거 같습니다!
Sorry, something went wrong.
No branches or pull requests
안녕하세요, 알고리즘 책 너무 잘 보고 있습니다.
60번 1번 풀이에서 첫번째 줄 "cur=parent=ListNode(None)"이 있습니다.
여기서 parent, cur는 선언만 하고 next를 지정해 주지 않았는데 root를 가리키게 되는 건가요?
기초적인 질문인지는 모르겠지만 이해가 가지 않아 질문드립니다!
The text was updated successfully, but these errors were encountered: