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

[여름방학 3주차] - 허원일 #61

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

wonza-hub
Copy link
Collaborator

@wonza-hub wonza-hub commented Jul 15, 2022

😀 PR을 올리기 전 준비

  • assignee를 지정해주셨나요?
  • PR 제목 등 컨벤션을 확인하셨나요?

🤩 이번주 문제

18247 겨울왕국 티켓 예매
5883 아이폰 9S
오픈채팅방

🧑‍💻 어떻게 푸셨나요?

주석 참고

✍️ 질문을 적어주세요.

x

📖 참고 사항

5883 아이폰 9S

  • 리스트 복사 함수 : .copy()
    오픈채팅방
  • 딕셔너리 키에 값 할당 : 딕셔너리이름[키] = 값
  • .split() : 값 반환함

@wonza-hub wonza-hub added the 📖 Assignment 주차별 과제를 공유합니다. label Jul 15, 2022
@wonza-hub wonza-hub self-assigned this Jul 15, 2022
new_line = line.copy() # line을 복사해 new_line을 생성
while element in new_line: # 특정 용량을 원하는 사람을 모두 뺌
new_line.remove(element)
long_seq.append(max_seq_cap(new_line))
Copy link
Collaborator

Choose a reason for hiding this comment

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

리스트를 복사 -> 특정 용량 제거(set의 element) -> 최대 길이 계산(max_seq_cap 함수 호출)

수순으로 진행되는 건가보네요 ㅎㅎ
직관적으로 굉장히 잘 짜신거 같습니다!

추가적으로 new_line -> 특정 용량 제거(set의 element) 과정을 없애서 풀 수도 있으니 시간 되시면 한번 도전해보시는 걸 추천드립니다 ㅎㅎ

if rec_splited[0] == 'Enter':
answer.append(f"{uid_arch[rec_splited[1]]}님이 들어왔습니다.")
elif rec_splited[0] == 'Leave':
answer.append(f"{uid_arch[rec_splited[1]]}님이 나갔습니다.")
Copy link
Collaborator

Choose a reason for hiding this comment

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

와.. split을 이용하여 깔끔하게 잘 푸셨네요 ㄷㄷㄷ

코드 잘 봤습니다 감사합니다!

Copy link
Collaborator

@alirz-pixel alirz-pixel left a comment

Choose a reason for hiding this comment

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

3주차 참여 너무 감사합니다 :)

저도 시간 내에 피드백 및 문제풀이를 할 수 있도록 노력하겠습니다

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📖 Assignment 주차별 과제를 공유합니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants