728x90
반응형

코테 노트 247

Level 3 아이템 줍기 Python 3

https://programmers.co.kr/learn/courses/30/lessons/87694?language=python3 코딩테스트 연습 - 아이템 줍기 [[1,1,7,4],[3,2,5,5],[4,3,6,9],[2,6,8,8]] 1 3 7 8 17 [[1,1,8,4],[2,2,4,9],[3,6,9,8],[6,3,7,7]] 9 7 6 1 11 [[2,2,5,5],[1,3,6,4],[3,1,4,6]] 1 4 6 3 10 programmers.co.kr 최종 코드 Github -> https://github.com/hwayeon351/Programmers-Algorithms/blob/main/level3_아이템줍기.py GitHub - hwayeon351/Programmers-Algorithms: ..

Level 3 금과 은 운반하기 Python 3

https://programmers.co.kr/learn/courses/30/lessons/86053?language=python3 코딩테스트 연습 - 금과 은 운반하기 어느 왕국에 하나 이상의 도시들이 있습니다. 왕국의 왕은 새 도시를 짓기로 결정하였습니다. 해당 도시를 짓기 위해서는 도시를 짓는 장소에 금 a kg과 은 b kg이 전달되어야 합니다. 각 도시에는 programmers.co.kr 최종 코드 Github -> https://github.com/hwayeon351/Programmers-Algorithms/blob/main/level3_금과은운반하기.py GitHub - hwayeon351/Programmers-Algorithms: 프로그래머스 알고리즘 소스 코드 모음 프로그래머스 알고리즘 ..

Level 2 방문 길이 Python 3

https://programmers.co.kr/learn/courses/30/lessons/49994?language=python3 코딩테스트 연습 - 방문 길이 programmers.co.kr 최종 코드 Github -> https://github.com/hwayeon351/Programmers-Algorithms/blob/main/level2_방문길이.py GitHub - hwayeon351/Programmers-Algorithms: 프로그래머스 알고리즘 소스 코드 모음 프로그래머스 알고리즘 소스 코드 모음. Contribute to hwayeon351/Programmers-Algorithms development by creating an account on GitHub. github.com def..

Level 2 n^2 배열 자르기 Python 3

https://programmers.co.kr/learn/courses/30/lessons/87390?language=python3 코딩테스트 연습 - n^2 배열 자르기 정수 n, left, right가 주어집니다. 다음 과정을 거쳐서 1차원 배열을 만들고자 합니다. n행 n열 크기의 비어있는 2차원 배열을 만듭니다. i = 1, 2, 3, ..., n에 대해서, 다음 과정을 반복합니다. 1행 1열부 programmers.co.kr 최종 코드 Github -> https://github.com/hwayeon351/Programmers-Algorithms/blob/main/level2_n%5E2배열자르기.py GitHub - hwayeon351/Programmers-Algorithms: 프로그래머스 알고..

Level 2 모음사전 Python 3

https://programmers.co.kr/learn/courses/30/lessons/84512?language=python3 코딩테스트 연습 - 모음사전 사전에 알파벳 모음 'A', 'E', 'I', 'O', 'U'만을 사용하여 만들 수 있는, 길이 5 이하의 모든 단어가 수록되어 있습니다. 사전에서 첫 번째 단어는 "A"이고, 그다음은 "AA"이며, 마지막 단어는 "UUUUU"입니 programmers.co.kr 최종 코드 Github -> https://github.com/hwayeon351/Programmers-Algorithms/blob/main/level2_모음사전.py GitHub - hwayeon351/Programmers-Algorithms: 프로그래머스 알고리즘 소스 코드 모음 프..

Level 2 전력망을 둘로 나누기 Python 3

https://programmers.co.kr/learn/courses/30/lessons/86971?language=python3 코딩테스트 연습 - 전력망을 둘로 나누기 9 [[1,3],[2,3],[3,4],[4,5],[4,6],[4,7],[7,8],[7,9]] 3 7 [[1,2],[2,7],[3,7],[3,4],[4,5],[6,7]] 1 programmers.co.kr 최종 코드 Github -> https://github.com/hwayeon351/Programmers-Algorithms/blob/main/level2_전력망을둘로나누기.py GitHub - hwayeon351/Programmers-Algorithms: 프로그래머스 알고리즘 소스 코드 모음 프로그래머스 알고리즘 소스 코드 모음. C..

Level 2 교점에 별 만들기 Python 3

https://programmers.co.kr/learn/courses/30/lessons/87377?language=python3 코딩테스트 연습 - 교점에 별 만들기 [[2, -1, 4], [-2, -1, 4], [0, -1, 1], [5, -8, -12], [5, 8, 12]] ["....*....", ".........", ".........", "*.......*", ".........", ".........", ".........", ".........", "*.......*"] [[0, 1, -1], [1, 0, -1], [1, 0, 1]] ["*.*"] [[1, -1, 0], [2, -1, 0], [4, - programmers.co.kr 최종 코드 Github -> https://gith..

Level 2 2개 이하로 다른 비트 Python 3

https://programmers.co.kr/learn/courses/30/lessons/77885?language=python3# 코딩테스트 연습 - 2개 이하로 다른 비트 programmers.co.kr 최종 코드 Github -> https://github.com/hwayeon351/Programmers-Algorithms/blob/main/level2_2개이하로다른비트.py GitHub - hwayeon351/Programmers-Algorithms: 프로그래머스 알고리즘 소스 코드 모음 프로그래머스 알고리즘 소스 코드 모음. Contribute to hwayeon351/Programmers-Algorithms development by creating an account on GitHub. g..

Level 2 피로도 Python 3

https://programmers.co.kr/learn/courses/30/lessons/87946?language=python3 코딩테스트 연습 - 피로도 XX게임에는 피로도 시스템(0 이상의 정수로 표현합니다)이 있으며, 일정 피로도를 사용해서 던전을 탐험할 수 있습니다. 이때, 각 던전마다 탐험을 시작하기 위해 필요한 "최소 필요 피로도"와 던 programmers.co.kr 최종 코드 Github -> https://github.com/hwayeon351/Programmers-Algorithms/blob/main/level2_피로도.py GitHub - hwayeon351/Programmers-Algorithms: 프로그래머스 알고리즘 소스 코드 모음 프로그래머스 알고리즘 소스 코드 모음. Co..

Level 2 배달 Python 3

https://programmers.co.kr/learn/courses/30/lessons/12978?language=python3 코딩테스트 연습 - 배달 5 [[1,2,1],[2,3,3],[5,2,2],[1,4,2],[5,3,1],[5,4,2]] 3 4 6 [[1,2,1],[1,3,2],[2,3,2],[3,4,3],[3,5,2],[3,5,3],[5,6,1]] 4 4 programmers.co.kr 최종 코드 Github -> https://github.com/hwayeon351/Programmers-Algorithms/blob/main/level2_배달.py GitHub - hwayeon351/Programmers-Algorithms: 프로그래머스 알고리즘 소스 코드 모음 프로그래머스 알고리즘 소스 ..

728x90
반응형