반응형

programmers.co.kr/learn/courses/30/lessons/67256
코딩테스트 연습 - 키패드 누르기
[1, 3, 4, 5, 8, 2, 1, 4, 5, 9, 5] "right" "LRLLLRLLRRL" [7, 0, 8, 2, 8, 3, 1, 5, 7, 6, 2] "left" "LRLLRRLLLRR" [1, 2, 3, 4, 5, 6, 7, 8, 9, 0] "right" "LLRLLRLLRL"
programmers.co.kr
ver 1.0 거리계산 배열 이용하기
github.com/jiminAn/Algorithm/blob/master/etc/Programmers_2020_kakao_Internship1_ver1.0.cpp
jiminAn/Algorithm
SW Expert Academy 알고리즘. Contribute to jiminAn/Algorithm development by creating an account on GitHub.
github.com
ver 1.1 수학적 규칙 이용하기
github.com/jiminAn/Algorithm/blob/master/etc/Programmers_2020_kakao_Internship1_ver1.1.cpp
jiminAn/Algorithm
SW Expert Academy 알고리즘. Contribute to jiminAn/Algorithm development by creating an account on GitHub.
github.com
반응형
'Algorithm > 프로그래머스 문제풀이' 카테고리의 다른 글
[Python] 보석쇼핑 (0) | 2020.12.02 |
---|---|
[Python] 수식 최대화 (0) | 2020.11.11 |
[C++] 점프와 순간이동 (0) | 2020.10.07 |