[Python][D4] SWExpert - 나는 개구리로소이다(5550번)
문제출처 - https://swexpertacademy.com/main/code/problem/problemSubmitDetail.do SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com # stack 뒤에 넣을 수 있으면 해당 idx 반환하고, 넣을 수 있는게 없으면 False 반환 def check(stack, location): for i in range(len(stack)): if len(stack[i]) == location: return i return False t = int(input()) for case in range(1, t+1): flog = input() max_cnt = 0 stack = ..
ALGORITHM/SW Expert
2020. 4. 20. 12:53
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 완전탐색
- 프로그래머스
- combination
- 우선순위큐
- 딕셔너리
- left join
- 구현
- 정렬
- SWExpert
- 문자열처리
- 해시
- hash
- SW Expert
- C++
- 순열
- 괄호
- 힙
- 문자열
- Permutation
- 코딩테스트
- 2019 Kakao Blind Recruitment
- Python
- BOJ
- programmers
- 스택
- 파이썬
- 2020 KAKAO BLIND RECRUITMENT
- 백준
- dictionary
- 재귀
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
글 보관함