Python
/tags/python/ https://42jerrykim.github.io/tags/python/ tags python
Tags
163 pages
Python
[Algorithm] C++ 백준 1420번: 학교 가지마!
[Algorithm] C++ 백준 14959번: Slot Machines - KMP로 최소 주기 O(n)
[Algorithm] C++ 백준 16583번: Boomerangs - DFS 간선 페어링
[Algorithm] C++ 백준 16977번: 히스토그램에서 가장 큰 직사각형과 쿼리 - PBS+세그트리
[Algorithm] C++ 백준 17134번: 르모앙의 추측
[Algorithm] C++ 백준 17526번: Star Trek
[Algorithm] C++ 백준 17613번: 점프 - 구간 최대 점프넘버
[Algorithm] C++ 백준 2912번: 백설공주와 난쟁이 - 세그트리+후보검증
[Algorithm] C++ 백준 31397번: 반 나누기 (Hard)
[Algorithm] C++ 백준 3295번: 단방향 링크 네트워크 - 최대 매칭
[Algorithm] C++ 백준 9250번: 문자열 집합 판별
[Algorithm] C++/Python 백준 11479번: 서로 다른 부분 문자열의 개수
[Algorithm] C++/Python 백준 12735번: Boat
[Algorithm] C++/Python 백준 12771번: Oil
[Algorithm] C++/Python 백준 13034번: 다각형 게임 - Sprague–Grundy DP
[Algorithm] C++/Python 백준 13161번: 분단의 슬픔 - s-t 최소 컷
[Algorithm] C++/Python 백준 13309번: 트리 - 경로 질의와 간선 제거
[Algorithm] C++/Python 백준 14869번: 요리 강좌 - DP, 슬라이딩 윈도우 최적화
[Algorithm] C++/Python 백준 15337번: 관광열차 좌석 배치 - s1/s2 계산
[Algorithm] C++/Python 백준 15338번: String Puzzle - 루트 압축 점프
1
2
3
4
5
6
7
8
9