-
Notifications
You must be signed in to change notification settings - Fork 126
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
[Jay-Mo-99] Week 7 #940
[Jay-Mo-99] Week 7 #940
Conversation
…d-and-search-words-data-structure.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
해당 문제의 경우 LinkedList의 특성을 활용해서 푸는 문제라고 생각합니다.
해당 풀이처럼 temp에 모든 리스트들의 값을 저장 후 역으로 재구성할 수도 있지만
null 값을 가진 Node 하나를 사용해서 LinkedList가 가리키는 방향을 모두 역순으로 하는 풀이도 가능할거에요.
해당 문제의 특성을 살려 한번 더 풀이 해보시면 좋을것 같습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7주차 문제 풀이 고생하셨습니다.
5문제 모두 풀이 하시느라 고생 많으셨습니다.
LinkedList 문제의 경우 시간이 되신다면 다시 한번 풀이해보시면 좋을것 같습니다.
8주차 새해 복 많이 받으시고 문제 풀이도 파이팅입니다!
네, 리뷰 감사합니다. 늘 많은 도움이 됩니다. |
답안 제출 문제
체크 리스트
In Review
로 설정해주세요.