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

Data structure/seogeurim #11

Merged
merged 5 commits into from
Jan 31, 2021
Merged

Data structure/seogeurim #11

merged 5 commits into from
Jan 31, 2021

Conversation

Seogeurim
Copy link
Owner

변경 사항

Issue 참고 : Note Status Check

  1. LinkedList 구현
  2. Array vs LinkedList 질의응답

Point of discussion

틀린 부분이 있다면 말씀주세요!

Reference

Copy link
Collaborator

@Hee-Jae Hee-Jae left a comment

Choose a reason for hiding this comment

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

"링크드리스트는 삽입/삭제가 빈번할 때, 배열은 접근 속도가 중요할 때" 이게 핵심이겠군요! 링크드리스트 구현하는 법을 약 4년전에 배웠었는데 다시보니 또 새롭네요~ 언제 이렇게 세월이 흘렀는지ㅠㅠ

Copy link
Collaborator

@yoongoing yoongoing left a comment

Choose a reason for hiding this comment

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

구체적이고 기본이고 유익하네요. 고생하셨습니다!

Copy link
Collaborator

@JuseobJang JuseobJang left a comment

Choose a reason for hiding this comment

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

잘읽었어요~ 고생하셨습니다!!! LinkedList에도 종류가 많은 걸로 아는데 나중에 그 내용에 대해서도 추가되면 더 좋을거 같아요~ㅎㅎ
이제까지 아무 의미 없이 Arrays를 썼는데 앞으로는 접근횟수나 데이터 삽입/삭제 횟수에 유의 하면서 잘 맞는 걸 골라 써야 겠어요.

@Seogeurim
Copy link
Owner Author

Seogeurim commented Jan 31, 2021

@wntjq68
LinkedList - SinglyLinkedList, DoublyLinkedList, Circular LinkedList 종류가 있었던 걸로 봤는데 나중에 시간 나면 추가해보겠습니다 ~!!

@KimKwon KimKwon merged commit 1f36e0b into main Jan 31, 2021
@KimKwon
Copy link
Collaborator

KimKwon commented Jan 31, 2021

서그림: 구현+질의응답 => 15점
정희재/윤가영/장주섭: PR 리뷰 => +5점

@Seogeurim Seogeurim added the score OK Score Board에 점수 반영 완료 label Mar 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
score OK Score Board에 점수 반영 완료
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants