728x90
반응형

코테 노트 247

Level 2 후보키 <2019 KAKAO BLIND RECRUITMENT> Python 3

https://programmers.co.kr/learn/courses/30/lessons/42890?language=python3 코딩테스트 연습 - 후보키 [["100","ryan","music","2"],["200","apeach","math","2"],["300","tube","computer","3"],["400","con","computer","4"],["500","muzi","music","3"],["600","apeach","music","2"]] 2 programmers.co.kr 최종 코드 GitHub -> https://github.com/hwayeon351/Programmers-Algorithms/blob/main/level2_후보키.py GitHub - hwayeon351/Prog..

Level 2 오픈채팅방 <2019 KAKAO BLIND RECRUITMENT> Python 3

https://programmers.co.kr/learn/courses/30/lessons/42888?language=python3 코딩테스트 연습 - 오픈채팅방 오픈채팅방 카카오톡 오픈채팅방에서는 친구가 아닌 사람들과 대화를 할 수 있는데, 본래 닉네임이 아닌 가상의 닉네임을 사용하여 채팅방에 들어갈 수 있다. 신입사원인 김크루는 카카오톡 오 programmers.co.kr 최종 코드 GitHub -> https://github.com/hwayeon351/Programmers-Algorithms/blob/main/level2_오픈채팅방.py GitHub - hwayeon351/Programmers-Algorithms: 프로그래머스 알고리즘 소스 코드 모음 프로그래머스 알고리즘 소스 코드 모음. Cont..

Level 1 실패율 <2019 KAKAO BLIND RECRUITMENT> Python 3

https://programmers.co.kr/learn/courses/30/lessons/42889?language=python3 코딩테스트 연습 - 실패율 실패율 슈퍼 게임 개발자 오렐리는 큰 고민에 빠졌다. 그녀가 만든 프랜즈 오천성이 대성공을 거뒀지만, 요즘 신규 사용자의 수가 급감한 것이다. 원인은 신규 사용자와 기존 사용자 사이에 스 programmers.co.kr 최종 코드 GitHub -> https://github.com/hwayeon351/Programmers-Algorithms/blob/main/level1_실패율.py GitHub - hwayeon351/Programmers-Algorithms: 프로그래머스 알고리즘 소스 코드 모음 프로그래머스 알고리즘 소스 코드 모음. Contri..

Level 2 수식 최대화 <2020 카카오 인턴십> Python 3

https://programmers.co.kr/learn/courses/30/lessons/67257?language=python3 코딩테스트 연습 - 수식 최대화 IT 벤처 회사를 운영하고 있는 라이언은 매년 사내 해커톤 대회를 개최하여 우승자에게 상금을 지급하고 있습니다. 이번 대회에서는 우승자에게 지급되는 상금을 이전 대회와는 다르게 다음과 programmers.co.kr 최종 코드 GitHub -> https://github.com/hwayeon351/Programmers-Algorithms/blob/main/level2_수식최대화.py GitHub - hwayeon351/Programmers-Algorithms: 프로그래머스 알고리즘 소스 코드 모음 프로그래머스 알고리즘 소스 코드 모음. Con..

Level 3 경주로 건설 <2020 카카오 인턴십> Python 3

https://programmers.co.kr/learn/courses/30/lessons/67259?language=python3 코딩테스트 연습 - 경주로 건설 [[0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0],[0,0,0,0,1,0,0,0],[0,0,0,1,0,0,0,1],[0,0,1,0,0,0,1,0],[0,1,0,0,0,1,0,0],[1,0,0,0,0,0,0,0]] 3800 [[0,0,1,0],[0,0,0,0],[0,1,0,1],[1,0,0,0]] 2100 [[0,0,0,0,0,0],[0,1,1,1,1,0],[0,0,1,0,0,0],[1,0,0,1,0,1],[ programmers.co.kr 최종 풀이 GitHub -> https://github...

Level 2 거리두기 확인하기 <2021 카카오 인턴십> Python 3

최종 코드 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 solution(places): m1_x = [-1, 0, 1, 0] m1_y = [0, -1, 0, 1] m2_x = [0, -1, 1, -2, 2, -1, 1, 0] m2_y = [-..

백준 14716 현수막 C++

https://www.acmicpc.net/problem/14716 14716번: 현수막 혁진이의 생각대로 프로그램을 구현했을 때, 현수막에서 글자의 개수가 몇 개인지 출력하여라. www.acmicpc.net 최종 코드 GitHub -> https://github.com/hwayeon351/BEAKJOON-Algorithms/blob/main/BJ14726_bfs.cpp GitHub - hwayeon351/BEAKJOON-Algorithms: 백준 알고리즘 소스 코드 모음 백준 알고리즘 소스 코드 모음. Contribute to hwayeon351/BEAKJOON-Algorithms development by creating an account on GitHub. github.com // // main...

Level 3 불량 사용자 <2019 카카오 인턴십> Python 3

https://programmers.co.kr/learn/courses/30/lessons/64064?language=python# 코딩테스트 연습 - 불량 사용자 개발팀 내에서 이벤트 개발을 담당하고 있는 "무지"는 최근 진행된 카카오이모티콘 이벤트에 비정상적인 방법으로 당첨을 시도한 응모자들을 발견하였습니다. 이런 응모자들을 따로 모아 불량 programmers.co.kr 최종 풀이 GitHub -> https://github.com/hwayeon351/Programmers-Algorithms/blob/main/level3_불량사용자.py GitHub - hwayeon351/Programmers-Algorithms: 프로그래머스 알고리즘 소스 코드 모음 프로그래머스 알고리즘 소스 코드 모음. Cont..

백준 1303 전쟁 - 전투 C++

https://www.acmicpc.net/problem/1303 1303번: 전쟁 - 전투 첫째 줄에는 전쟁터의 가로 크기 N, 세로 크기 M(1 ≤ N, M ≤ 100)이 주어진다. 그 다음 두 번째 줄에서 M+1번째 줄에는 각각 (X, Y)에 있는 병사들의 옷색이 띄어쓰기 없이 주어진다. 모든 자리에는 www.acmicpc.net 최종 코드 GitHub -> https://github.com/hwayeon351/BEAKJOON-Algorithms/blob/main/BJ1303_dfs.cpp GitHub - hwayeon351/BEAKJOON-Algorithms: 백준 알고리즘 소스 코드 모음 백준 알고리즘 소스 코드 모음. Contribute to hwayeon351/BEAKJOON-Algorith..

Level 1 크레인 인형뽑기 게임 <2019 카카오 인턴> Python 3

https://programmers.co.kr/learn/courses/30/lessons/64061?language=python3 코딩테스트 연습 - 크레인 인형뽑기 게임 [[0,0,0,0,0],[0,0,1,0,3],[0,2,5,0,1],[4,2,4,4,2],[3,5,1,3,1]] [1,5,3,5,1,2,1,4] 4 programmers.co.kr 최종 코드 GitHub -> https://github.com/hwayeon351/Programmers-Algorithms/blob/main/level1_크레인인형뽑기.py GitHub - hwayeon351/Programmers-Algorithms: 프로그래머스 알고리즘 소스 코드 모음 프로그래머스 알고리즘 소스 코드 모음. Contribute to hwa..

728x90
반응형