Greedy
94 posts
[Algorithm] C++ 백준 13013번: 접미사 배열 2
[Algorithm] C++ 백준 19646번: Random Generator
[Python Cheatsheet] 39. Regex - 안전하게 쓰는 최소 패턴
[Algorithm] C++ 백준 10050번: 블록
[Algorithm] C++ 백준 1185번: 유럽여행
[Algorithm] C++ 백준 13324번: BOJ 수열 2
[Algorithm] C++ 백준 15249번: Building Bridges
[Algorithm] C++ 백준 16745번: What Goes Up Must Come Down
[Algorithm] C++ 백준 16895번: 님 게임 3
[Algorithm] C++ 백준 1777번: 순열복원
[Algorithm] C++ 백준 17965번: Absolute Game
[Algorithm] C++ 백준 2586번: 소방차
[Algorithm] C++ 백준 2988번: 아보가드로
[Algorithm] C++ 백준 3006번: 터보소트
[Algorithm] C++ 백준 32115번: 돌 놓기 게임
[Algorithm] C++ 백준 6223번: Cow Sorting
[Algorithm] C++ 백준 8155번: Postering
[Algorithm] C++ 백준 16741번: 긴급 탈출
[Algorithm] C++ 백준 19693번: Safety
[Algorithm] C++ 백준 16983번: Coin Collecting
[Algorithm] C++ 백준 23575번: Squid Game
[Algorithm] C++ 백준 29200번: 문제 수 줄이기
[Algorithm] C++ 백준 16496번: 큰 수 만들기
[Algorithm] C++ 백준 1725번: 히스토그램
[Algorithm] C++ 백준 1031번: 스타 대결
[Algorithm] C++/Python 백준 16993번: 연속합과 쿼리 (세그먼트 트리)
[Algorithm] C++ 백준 18186번: 라면 사기 (Large)
[Algorithm] C++ 백준 10076번: 휴가 - 최적 풀이
[Algorithm] C++ 백준 11408번: 열혈강호 5 - MCMF 최소비용 최대매칭
[Algorithm] C++ 백준 1144번: 싼 비용 - Connection Profile DP
[Algorithm] C++ 백준 11808번: 마리오와 사악한 키노피오
[Algorithm] C++ 백준 12918번: 정리정돈
[Algorithm] C++ 백준 12963번: 달리기
[Algorithm] C++ 백준 13261번: 탈옥 - DP 분할정복 최적화
[Algorithm] C++ 백준 13323번: BOJ 수열 1 - Slope Trick
[Algorithm] C++ 백준 13538번: XOR 쿼리 - 퍼시스턴트 트라이
[Algorithm] C++ 백준 13547번: 수열과 쿼리 5 - Mo 알고리즘
[Algorithm] C++ 백준 14001번 : Mole Tunnels
[Algorithm] C++ 백준 14166번: 로봇 소 무리 (Robotic Cow Herd)
[Algorithm] C++ 백준 14560번: Communism - 합차 제한 MITM
[Algorithm] C++ 백준 14636번: Money for Nothing - Monge DnC
[Algorithm] C++ 백준 14897번: 서로 다른 수와 쿼리 1
[Algorithm] C++ 백준 16181번: Coloring Roads (도로 색칠하기)
[Algorithm] C++ 백준 16583번: Boomerangs - DFS 간선 페어링
[Algorithm] C++ 백준 16903번: 수열과 쿼리 20 - XOR 트라이
[Algorithm] C++ 백준 17134번: 르모앙의 추측
[Algorithm] C++ 백준 17429번: 국제 메시 기구
[Algorithm] C++ 백준 17613번: 점프 - 구간 최대 점프넘버
[Algorithm] C++ 백준 1763번: 트리 색칠 - 비율 그리디
[Algorithm] C++ 백준 2419번: 사수아탕 - 구간 DP
[Algorithm] C++ 백준 24272번: 루트 노드가 많은 트리일수록 좋은 트리이다
[Algorithm] C++ 백준 2912번: 백설공주와 난쟁이 - 세그트리+후보검증
[Algorithm] C++ 백준 4012번: 컨벤션 센터 - 사전순 최소 해 선택
[Algorithm] C++ 백준 5466번: 상인
[Algorithm] C++ 백준 8131번: Ploughing - 슬라이딩 윈도우
[Algorithm] C++ 백준 8177번: Ice Skates - 최대연속합 세그트리
[Algorithm] C++ 백준 8987번: 수족관 3 - 카르테시안 트리
[Algorithm] C++/Python 백준 12735번: Boat
[Algorithm] C++/Python 백준 13034번: 다각형 게임 - Sprague–Grundy DP
[Algorithm] C++/Python 백준 13309번: 트리 - 경로 질의와 간선 제거
[Algorithm] C++/Python 백준 15337번: 관광열차 좌석 배치 - s1/s2 계산
[Algorithm] C++/Python 백준 15773번: Touch The Sky
[Algorithm] C++/Python 백준 16901번: XOR MST
[Algorithm] C++/Python 백준 17169번: Eat Economically - 그리디 O(N log N)
[Algorithm] C++/Python 백준 18485번 : Nine Judges
[Algorithm] C++/Python 백준 33651번: Vandalism
[Algorithm] C++/Python 백준 8202번: Conspiracy (스플릿 그래프)
[Algorithm] C++/Python 백준 8227번: Cloakroom
[Algorithm] C++/Python 백준 8872번: 빌라봉
[Algorithm] C++/Python 백준 9244번: 핀볼 - 스위프 라인
[Algorithm] C++ 백준 13263번 : 나무 자르기
[Algorithm] C++ 백준 14510번 : Blazing New Trails
[Algorithm] C++ 백준 1659번 : 수 (Hard)
[Algorithm] C++ 백준 17517번 : Parklife
[Algorithm] C++ 백준 17955번 Max or Min
[Algorithm] C++ 백준 18473번 : Fast Spanning Tree
[Algorithm] C++ 백준 18586번 : Salty Fish
[Algorithm] C++ 백준 31403번 : A + B - C
[Algorithm] C++ 백준 9208번 : Ringworld
[Algorithm] C++ 백준 1150번 : 백업
[Algorithm] C++ 백준 13361번 : 최고인 대장장이 토르비욘
[Algorithm] C++/Python 백준 15504번 : 프로그래밍 대결
[Algorithm] C++/Python 백준 2336번 : 굉장한 학생
[Algorithm] C++/Python 백준 14939번 : 불 끄기
[Algorithm] C++/Python 백준 4792번 : 레드 블루 스패닝 트리
[Algorithm] C++/Python 백준 14924번 : 폰 노이만과 파리
[Algorithm] C++ 백준 14572번 : 스터디 그룹
[Algorithm] C++/Python 백준 13416번 : 주식 투자
[Algorithm] C++/Python 백준 13334번 : 철로
[Algorithm] 알고리즘의 주제별 분류
[Regex] 정규 표현식의 기초(Python)
[Algorithm] C++/Python 백준 1214번 : 쿨한 물건 구매
[Algorithm] C++/Python 백준 4655번 : Hangover
알고리즘 분류, 알고리즘 구분
Home