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

[bus710] Week 1 #688

Merged
merged 11 commits into from
Dec 13, 2024
Merged

[bus710] Week 1 #688

merged 11 commits into from
Dec 13, 2024

Conversation

bus710
Copy link
Contributor

@bus710 bus710 commented Dec 13, 2024

답안 제출 문제

체크 리스트

  • 우측 메뉴에서 PR을 Projects에 추가해주세요.
  • Projects의 오른쪽 버튼(▼)을 눌러 확장한 뒤, Week를 현재 주차로 설정해주세요.
  • 바로 앞에 PR을 열어주신 분을 코드 검토자로 지정해주세요.
  • 문제를 모두 푸시면 프로젝트에서 StatusIn Review로 설정해주세요.
  • 코드 검토자 1분 이상으로부터 승인을 받으셨다면 PR을 병합해주세요.

@bus710 bus710 added the go label Dec 13, 2024
@bus710 bus710 requested a review from a team as a code owner December 13, 2024 01:49
@bus710 bus710 changed the title [bus710] Week1 [bus710] Week 1 Dec 13, 2024
Copy link
Contributor

@TonyKim9401 TonyKim9401 left a comment

Choose a reason for hiding this comment

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

첫주 문제 풀이 고생하셨습니다!
Map 자료구조를 활용하여 Key값이 중복된다면 true를 반환하는 풀이 방법을 사용해 주셨는데요.
이를 응용하여 Set을 사용하셔도 좋을것 같습니다.
List 값을 Set에 하나씩 넣으며 Map에서는 값이 중복된다면 true를 반환하고, Set에서는 값이 중복된다면 true를 반환하는 식으로 하면 어떨까 해요 :)
남은 14주 동안도 파이팅입니다! 많은 의견 공유 부탁드립니다!

@TonyKim9401
Copy link
Contributor

@bus710 님!
혹시 계속해서 워크플로우가 실패하신다면 아래의 링크를 확인해 주세요!
#664 (comment)

@bus710
Copy link
Contributor Author

bus710 commented Dec 13, 2024

@TonyKim9401
리뷰와 가이드 감사 드립니다.

  • Go의 기본 자료형에는 Set이 따로 없....었던 것 같은데, 아마도 추가 패키지를 이용하거나 아예 다른 언어의 경우엔 더 좋은 접근이 될 것 같습니다.
  • CI의 실패는, 제가 빈줄을 넣었음에도 go fmt이 알아서 빈줄을 없애는지라.... go 플러그인이 없는 에디터를 일단 써봐야겠습니다.

@bus710 bus710 merged commit dd891b6 into DaleStudy:main Dec 13, 2024
1 check passed
@bus710 bus710 deleted the week01 branch December 13, 2024 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

4 participants