-
Notifications
You must be signed in to change notification settings - Fork 115
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
Data structure/seogeurim #11
Conversation
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.
"링크드리스트는 삽입/삭제가 빈번할 때, 배열은 접근 속도가 중요할 때" 이게 핵심이겠군요! 링크드리스트 구현하는 법을 약 4년전에 배웠었는데 다시보니 또 새롭네요~ 언제 이렇게 세월이 흘렀는지ㅠㅠ
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.
구체적이고 기본이고 유익하네요. 고생하셨습니다!
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에도 종류가 많은 걸로 아는데 나중에 그 내용에 대해서도 추가되면 더 좋을거 같아요~ㅎㅎ
이제까지 아무 의미 없이 Arrays를 썼는데 앞으로는 접근횟수나 데이터 삽입/삭제 횟수에 유의 하면서 잘 맞는 걸 골라 써야 겠어요.
@wntjq68 |
서그림: 구현+질의응답 => 15점 |
변경 사항
Point of discussion
틀린 부분이 있다면 말씀주세요!
Reference