함정
242 posts
[Algorithm] C++ 백준 12932번: 노래방
[Python Cheatsheet] 08. OOP & Classes - 클래스/상속/프로퍼티
[Python Cheatsheet] 09. Decorators - 함수/클래스 데코레이터
[Python Cheatsheet] 12. Context Managers - with문/리소스 관리
[Python Cheatsheet] 16. Environment Variables - os.environ/dotenv 패턴
[Python Cheatsheet] 17. argparse & CLI - 커맨드라인 인자 처리
[Python Cheatsheet] 18. subprocess - 외부 프로세스 실행
[Python Cheatsheet] 19. Typing - 실전 타입힌트 패턴
[Python Cheatsheet] 21. Enum & Flag - 열거형 실전 패턴
[Python Cheatsheet] 22. copy - 얕은 복사/깊은 복사 패턴
[Python Cheatsheet] 23. match-case - 구조적 패턴 매칭 (Py3.10+)
[Python Cheatsheet] 24. ABC - 추상 클래스 정의 패턴
[Python Cheatsheet] 25. Metaclass - 클래스를 만드는 클래스
[Python Cheatsheet] 26. Descriptor - 속성 접근 제어 프로토콜
[Python Cheatsheet] 30. collections 심화 - deque/namedtuple/ChainMap
[Python Cheatsheet] 31. heapq & bisect - 우선순위 큐/이진 검색 패턴
[Python Cheatsheet] 32. contextlib 심화 - suppress, redirect, ExitStack
[Python Cheatsheet] 41. configparser & tomllib - INI/TOML 설정 파일
[Python Cheatsheet] 42. pickle - 객체 직렬화 (보안 주의)
[Python Cheatsheet] 43. struct & bytes - 바이너리 데이터 pack/unpack
[Python Cheatsheet] 44. Database - sqlite3/ORM 기본 패턴
[Python Cheatsheet] 50. hashlib & secrets - 해시/보안 난수 패턴
[Python Cheatsheet] 53. shutil & tempfile - 파일/디렉토리 복사/이동/임시파일
[Python Cheatsheet] 54. zipfile & tarfile - 압축 파일 읽기/쓰기/추출
[Python Cheatsheet] 61. Profiling - cProfile/py-spy 성능 분석
[Python Cheatsheet] 62. Packaging - pyproject.toml/배포 체크리스트
[Python Cheatsheet] 63. asyncio - 비동기 최소 패턴
[Python Cheatsheet] 64. Concurrency - threading/multiprocessing 선택
[Python Cheatsheet] 65. HTTP Requests - urllib/requests 기본
[Python Cheatsheet] 67. socket - 소켓 프로그래밍 최소 패턴
[Python Cheatsheet] 03. Strings - 슬라이싱/포맷팅/검색/치환
[Python Cheatsheet] 04. Collections - list/tuple/set 패턴
[Python Cheatsheet] 05. dict 패턴 - 조회/기본값/카운팅/병합
[Python Cheatsheet] 06. Control Flow - if/for/while 패턴
[Python Cheatsheet] 07. Functions - 인자/리턴/*args/**kwargs
[Python Cheatsheet] 10. Comprehensions & Generators
[Python Cheatsheet] 11. Errors & Exceptions - try/raise 패턴
[Python Cheatsheet] 13. Files - pathlib/encoding/open 패턴
[Python Cheatsheet] 14. Modules & Imports - 구조/엔트리포인트
[Python Cheatsheet] 15. venv & pip - 환경/의존성 기본
[Python Cheatsheet] 20. dataclasses - default_factory/frozen 패턴
[Python Cheatsheet] 28. itertools & functools - 자주 쓰는 조합
[Python Cheatsheet] 35. JSON & CSV - 읽기/쓰기/인코딩
[Python Cheatsheet] 37. datetime - timezone/파싱/포맷
[Python Cheatsheet] 39. Regex - 안전하게 쓰는 최소 패턴
[Python Cheatsheet] 57. Logging & Debugging - traceback 읽기
[Python Cheatsheet] 59. Testing - unittest/pytest 관점
[Algorithm] C++ 백준 13543번: 수열과 쿼리 2
[Algorithm] C++ 백준 32231번: 재우의 삼수강
[Algorithm] C++ 백준 14899번: 수열과 쿼리 19
[Algorithm] C++ 백준 16313번: Janitor Troubles
[Algorithm] C++ 백준 16783번: Bulldozer
[Algorithm] C++ 백준 29200번: 문제 수 줄이기
[Algorithm] C++ 백준 16496번: 큰 수 만들기
[Algorithm] C++ 백준 1725번: 히스토그램
[Algorithm] C++ 백준 4354번: 문자열 제곱
[Algorithm] C++ 백준 1031번: 스타 대결
[Algorithm] C++ 백준 22289번: 큰 수 곱셈 (3)
[Algorithm] C++ 백준 8464번: Non-Squarefree Numbers
[Algorithm] C++ 백준 7626번: 직사각형
[Algorithm] C++/Python 백준 10854번: Divisions - 약수 개수
[Algorithm] C++/Python 백준 16993번: 연속합과 쿼리 (세그먼트 트리)
[Algorithm] C++ 백준 17476번: 수열과 쿼리 28
[Algorithm] C++ 백준 18186번: 라면 사기 (Large)
[Algorithm] C++ 백준 28460번: Card Game (Mighty) 시뮬레이션
[Algorithm] C++ 백준 10076번: 휴가 - 최적 풀이
[Algorithm] C++ 백준 10254번: 고속도로 - 회전하는 캘리퍼스
[Algorithm] C++ 백준 10538번: 빅 픽쳐 - 2D 롤링 해시로 O(HW) 매칭
[Algorithm] C++ 백준 11012번: Egg - 2D 직사각형 쿼리 스위핑+BIT
[Algorithm] C++ 백준 11385번: 씽크스몰 - NTT+CRT 다항식 곱셈
[Algorithm] C++ 백준 11405번: 책 구매하기 - 최소 비용 최대 유량
[Algorithm] C++ 백준 11407번: 책 구매하기 3
[Algorithm] C++ 백준 11408번: 열혈강호 5 - MCMF 최소비용 최대매칭
[Algorithm] C++ 백준 1144번: 싼 비용 - Connection Profile DP
[Algorithm] C++ 백준 11717번: Wall Making Game
[Algorithm] C++ 백준 11808번: 마리오와 사악한 키노피오
[Algorithm] C++ 백준 11932번: 트리와 K번째 수 - PST+LCA
[Algorithm] C++ 백준 11933번: 공장들
[Algorithm] C++ 백준 1210번: 마피아 - 정점 분할 최소 컷
[Algorithm] C++ 백준 12766번: 지사 배정 - D&C DP + 다익스트라
[Algorithm] C++ 백준 12876번: 반평면 땅따먹기 2
[Algorithm] C++ 백준 12918번: 정리정돈
[Algorithm] C++ 백준 12963번: 달리기
[Algorithm] C++ 백준 13261번: 탈옥 - DP 분할정복 최적화
[Algorithm] C++ 백준 13323번: BOJ 수열 1 - Slope Trick
[Algorithm] C++ 백준 13329번: Meteor Shower
[Algorithm] C++ 백준 13510번: 트리와 쿼리 1
[Algorithm] C++ 백준 13537번: 수열과 쿼리 1 - 오프라인 BIT
[Algorithm] C++ 백준 13538번: XOR 쿼리 - 퍼시스턴트 트라이
[Algorithm] C++ 백준 13544번: 수열과 쿼리 3 - Merge Sort Tree
[Algorithm] C++ 백준 13545번: 수열과 쿼리 0
[Algorithm] C++ 백준 13546번: 수열과 쿼리 4 - Mo+제곱근분할
[Algorithm] C++ 백준 13547번: 수열과 쿼리 5 - Mo 알고리즘
[Algorithm] C++ 백준 13569번: Rounding - 표 합계 보존 반올림
[Algorithm] C++ 백준 13576번: Prefix와 Suffix
[Algorithm] C++ 백준 13896번: Sky Tax
[Algorithm] C++ 백준 13925번: 수열과 쿼리 13 - Lazy 세그트리
[Algorithm] C++ 백준 13974번: 파일 합치기 2
[Algorithm] C++ 백준 14166번: 로봇 소 무리 (Robotic Cow Herd)
[Algorithm] C++ 백준 14177번: 티떱랜드 - 어색함 최소화 DP(DnC)
[Algorithm] C++ 백준 1420번: 학교 가지마!
[Algorithm] C++ 백준 14560번: Communism - 합차 제한 MITM
[Algorithm] C++ 백준 14636번: Money for Nothing - Monge DnC
[Algorithm] C++ 백준 14870번: 조개 줍기
[Algorithm] C++ 백준 14897번: 서로 다른 수와 쿼리 1
[Algorithm] C++ 백준 14898번: 서로 다른 수와 쿼리 2
[Algorithm] C++ 백준 14959번: Slot Machines - KMP로 최소 주기 O(n)
[Algorithm] C++ 백준 15974번: 공룡 발자국
[Algorithm] C++ 백준 15977번: 조화로운 행렬 - 3D LIS/CDQ
[Algorithm] C++ 백준 16074번: Mountaineers - Minimax MST·LCA
[Algorithm] C++ 백준 16124번: 나는 행복합니다 - 자릿수 치환 세그먼트 트리
[Algorithm] C++ 백준 16181번: Coloring Roads (도로 색칠하기)
[Algorithm] C++ 백준 16367번: TV Show Game - 2-SAT 풀이
[Algorithm] C++ 백준 16583번: Boomerangs - DFS 간선 페어링
[Algorithm] C++ 백준 16670번: King Kog의 접견실 - 세그먼트 트리
[Algorithm] C++ 백준 16877번: 핌버
[Algorithm] C++ 백준 16903번: 수열과 쿼리 20 - XOR 트라이
[Algorithm] C++ 백준 16977번: 히스토그램에서 가장 큰 직사각형과 쿼리 - PBS+세그트리
[Algorithm] C++ 백준 17134번: 르모앙의 추측
[Algorithm] C++ 백준 17353번: 하늘에서 떨어지는 1, 2, ..., R-L+1개의 별
[Algorithm] C++ 백준 17429번: 국제 메시 기구
[Algorithm] C++ 백준 17526번: Star Trek
[Algorithm] C++ 백준 17613번: 점프 - 구간 최대 점프넘버
[Algorithm] C++ 백준 1763번: 트리 색칠 - 비율 그리디
[Algorithm] C++ 백준 18227번: 성대나라의 물탱크
[Algorithm] C++ 백준 2261번: 가장 가까운 두 점
[Algorithm] C++ 백준 2419번: 사수아탕 - 구간 DP
[Algorithm] C++ 백준 24272번: 루트 노드가 많은 트리일수록 좋은 트리이다
[Algorithm] C++ 백준 2912번: 백설공주와 난쟁이 - 세그트리+후보검증
[Algorithm] C++ 백준 2927번: 남극 탐험
[Algorithm] C++ 백준 3295번: 단방향 링크 네트워크 - 최대 매칭
[Algorithm] C++ 백준 3319번: 전령들
[Algorithm] C++ 백준 3611번: 팀의 난이도
[Algorithm] C++ 백준 4001번: 미노타우르스 미궁
[Algorithm] C++ 백준 4012번: 컨벤션 센터 - 사전순 최소 해 선택
[Algorithm] C++ 백준 5466번: 상인
[Algorithm] C++ 백준 5820번: 경주 - 길이 K 최소 간선 경로
[Algorithm] C++ 백준 6171번: 땅따먹기 - 묶음 할인 최소 비용 DP+CHT
[Algorithm] C++ 백준 8131번: Ploughing - 슬라이딩 윈도우
[Algorithm] C++ 백준 8177번: Ice Skates - 최대연속합 세그트리
[Algorithm] C++ 백준 8987번: 수족관 3 - 카르테시안 트리
[Algorithm] C++ 백준 9248번: Suffix Array - 접미사 배열과 LCP O(n log n)
[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 - 루트 압축 점프
[Algorithm] C++/Python 백준 15773번: Touch The Sky
[Algorithm] C++/Python 백준 16404번: 주식회사 승범이네 - 서브트리 갱신·점 질의
[Algorithm] C++/Python 백준 16901번: XOR MST
[Algorithm] C++/Python 백준 16998번: Mod World
[Algorithm] C++/Python 백준 17169번: Eat Economically - 그리디 O(N log N)
[Algorithm] C++/Python 백준 17399번: 트리의 외심
[Algorithm] C++/Python 백준 18123번: 평행우주
[Algorithm] C++/Python 백준 18485번 : Nine Judges
[Algorithm] C++/Python 백준 2316번: 도시 왕복하기 2 - Dinic, Node Splitting
[Algorithm] C++/Python 백준 33651번: Vandalism
[Algorithm] C++/Python 백준 3640번: 제독 - 최소 비용 최대 유량
[Algorithm] C++/Python 백준 3683번: 고양이와 개 - 투표 최대 만족
[Algorithm] C++/Python 백준 5250번: 최단 경로들
[Algorithm] C++/Python 백준 8227번: Cloakroom
[Algorithm] C++/Python 백준 8872번: 빌라봉
[Algorithm] C++/Python 백준 8885번: Pirate Chest - 수면 상승 고려 최대 체적
[Algorithm] C++/Python 백준 9244번: 핀볼 - 스위프 라인
[Algorithm] C++ 백준 13263번 : 나무 자르기
[Algorithm] C++ 백준 3878번: 점 분리
[Algorithm] C++ 백준 1605번: 반복 부분문자열
[Algorithm] C++/Python 백준 16975번 : 수열과 쿼리 21
[Algorithm] C++/Python 백준 16978번 : 수열과 쿼리 22
[Algorithm] C++/Python 백준 2336번 : 굉장한 학생
[Algorithm] C++/Python 백준 8217번 : 유성
[Algorithm] C++/Python 백준 2166번 : 다각형의 면적
[Algorithm] C++/Python 백준 10266번 : 시계 사진들
[Algorithm] C++/Python 백준 16163번 : 회문 부분 문자열 세기
[Algorithm] C++/Python 백준 20149번 : 선분 교차 3
[Algorithm] C++/Python 백준 11280번 : 2-SAT - 3
[Algorithm] C++/Python 백준 14939번 : 불 끄기
[Algorithm] C++/Python 백준 1671번 : 상어의 저녁식사
[Algorithm] C++ 백준 10167번 : 금광
[Algorithm] C++/Python 백준 31654번 : Adding Trouble
[Algorithm] C++/Python 백준 1225번 : 이상한 곱셈
[Algorithm] C++/Python 백준 14924번 : 폰 노이만과 파리
[Algorithm] C++/Python 백준 16189번 : Repetitive Palindrome
[Algorithm] C++/Python 백준 25501번 : 재귀의 귀재
[Algorithm] C++/Python 백준 2975번 : Transactions 다국어
[Algorithm] C++/Python 백준 5544번 : 리그 순위 계산
[Algorithm] C++/Python 백준 7523번 : Gauß 다국어
[Algorithm] C++/Python 백준 11266번 : 단절점
[Algorithm] C++/Python 백준 1533번 : 길의 개수
[Algorithm] C++/Python 백준 11689번 : GCD(n, k) = 1
[Algorithm] C++/Python 백준 3830번 : 교수님은 기다리지 않는다
[Algorithm] C++/Python 백준 11281번 : 2-SAT - 4
[Algorithm] C++/Python 백준 19585번 : 전설
[Algorithm] C++/Python 백준 24051번 : 알고리즘 수업 - 삽입 정렬 1
[Algorithm] C++/Python 백준 2711번 : 오타맨 고창영
[Algorithm] C++/Python 백준 5342번 : Billing 다국어
[Algorithm] C++ 백준 14572번 : 스터디 그룹
[Algorithm] C++/Python 백준 13416번 : 주식 투자
[Algorithm] C++/Python 백준 1384번 : 메시지
[Algorithm] C++/Python 백준 15025번: Judging Moose
[Algorithm] C++/Python 백준 16394번 : 홍익대학교
[Algorithm] C++/Python 백준 18406번 : 럭키 스트레이트
[Algorithm] C++/Python 백준 20492번 : 세금
[Algorithm] C++/Python 백준 23808번 : 골뱅이 찍기 - ㅂ
[Algorithm] C++/Python 백준 24736번 : Football Scoring
[Algorithm] C++/Python 백준 28444번 : HI-ARC=?
[Algorithm] C++/Python 백준 28702번 : FizzBuzz 스페셜 저지
[Algorithm] C++/Python 백준 11505번 : 구간 곱 구하기
[Algorithm] C++/Python 백준 13334번 : 철로
[Algorithm] C++/Python 백준 15824번 : 너 봄에는 캡사이신이 맛있단다
[Algorithm] C++/Python 백준 16565번 : N포커
[Algorithm] C++/Python 백준 2357번 : 최솟값과 최댓값
[Algorithm] C++/Python 백준 3679번 : 단순 다각형
[Algorithm] C++/Python 백준 1014번 : 컨닝
[Algorithm] C++/Python 백준 2618번 : 경찰차
[Algorithm] C++/Python 백준 3176번 : 도로 네트워크
[Algorithm] C++/Python 백준 16287번 : Parcel
[Algorithm] C++/Python 백준 17401번 : 일하는 세포
[Algorithm] C++/Python 백준 13977번 : 이항 계수와 쿼리
[Algorithm] C++/Python 백준 14517번 : 팰린드롬 개수 구하기 (Large)
[Algorithm] C++/Python 백준 14942번 : 개미
[Algorithm] C++/Python 백준 15678번 : 연세워터파크
[Algorithm] C++/Python 백준 6549번 : 히스토그램에서 가장 큰 직사각형
[Algorithm] C++/Python 백준 1605번 : Non-boring sequences
[Algorithm] C++ 백준 2206번 : 벽 부수고 이동하기
[Algorithm] C++ 백준 2252번 : 줄 세우기
[Algorithm] C++ 백준 1027번 : 이동
[Algorithm] C++/Python 백준 10999번 : 구간 합 구하기 2
[Algorithm] C++/Python 백준 1214번 : 쿨한 물건 구매
[Algorithm] C++/Python 백준 15995번 : 잉여역수 구하기
[Algorithm] C++/Python 백준 27161번 : 크레이지 타임
[Algorithm] C++/Python 백준 3648번 : 아이돌
[Algorithm] C++/Python 백준 4225번 : 쓰레기 슈트
[Algorithm] C++/Python 백준 4655번 : Hangover
[Algorithm] C++ 백준 8983번 : 사냥꾼
[Python Cheatsheet] 01. Basic - 연산자/변수/출력/형변환
[Algorithm] C++ 백준 1008번 : A/B
Home