-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Week3] 재귀, 정렬 #14
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
✔ 3주차 과제입니다.
수업시간에 푼 문제 : 백준 11729번 하노이 탑 이동 순서
https://www.acmicpc.net/problem/11729
1️⃣ 11650번 좌표 정렬하기
https://www.acmicpc.net/problem/11650
(병합 정렬로 푸는 것 추천)
2️⃣ 1431번 시리얼 번호
https://www.acmicpc.net/problem/1431
(lambda + sort 써도 OK)
The text was updated successfully, but these errors were encountered: