-
Notifications
You must be signed in to change notification settings - Fork 5
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
base: main
Are you sure you want to change the base?
The head ref may contain hidden characters: "3\uC8FC\uCC28/\uD5C8\uC6D0\uC77C"
[여름방학 3주차] - 허원일 #61
Conversation
new_line = line.copy() # line을 복사해 new_line을 생성 | ||
while element in new_line: # 특정 용량을 원하는 사람을 모두 뺌 | ||
new_line.remove(element) | ||
long_seq.append(max_seq_cap(new_line)) |
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.
리스트를 복사 -> 특정 용량 제거(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]]}님이 나갔습니다.") |
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.
와.. split을 이용하여 깔끔하게 잘 푸셨네요 ㄷㄷㄷ
코드 잘 봤습니다 감사합니다!
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.
3주차 참여 너무 감사합니다 :)
저도 시간 내에 피드백 및 문제풀이를 할 수 있도록 노력하겠습니다
😀 PR을 올리기 전 준비
🤩 이번주 문제
18247 겨울왕국 티켓 예매
5883 아이폰 9S
오픈채팅방
🧑💻 어떻게 푸셨나요?
주석 참고
✍️ 질문을 적어주세요.
x
📖 참고 사항
5883 아이폰 9S
.copy()
오픈채팅방
딕셔너리이름[키] = 값
.split()
: 값 반환함