[Python][2019 KAKAO] 프로그래머스 - 후보키(LEVEL2)
문제출처 - https://programmers.co.kr/learn/courses/30/lessons/42890 프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr from itertools import * def checkMinimality(candidate, target): for i in range(len(candidate)): cnt = 0 for j in range(len(candidate[i])): if candidate[i][j] in target: cnt += 1 if cnt == len(candidate[i]): return False ret..
ALGORITHM/프로그래머스
2020. 4. 4. 23:15
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- C++
- 우선순위큐
- 코딩테스트
- combination
- 딕셔너리
- BOJ
- left join
- 프로그래머스
- dictionary
- 스택
- 문자열
- hash
- 백준
- SW Expert
- 완전탐색
- Python
- 힙
- 2020 KAKAO BLIND RECRUITMENT
- 문자열처리
- 정렬
- 재귀
- 순열
- programmers
- Permutation
- SWExpert
- 파이썬
- 2019 Kakao Blind Recruitment
- 해시
- 괄호
- 구현
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함