Algorithm
/collection/algorithm/ https://42jerrykim.github.io/collection/algorithm/ collection algorithm collection Algorithm _index.md
Collections
348 pages
Algorithm
백준 알고리즘 문제 풀이를 다루며, Python과 C++ 언어로 작성된 코드와 문제 해결 과정을 공유하는 공간이다. '삶, 우주, 그리고 모든 것'에 대한 해답을 찾아가는 마음으로, 알고리즘의 매력을 느끼고 싶은 모든 이를 위해 다양한 풀이를 준비하고 있다. 초심자부터 고급 개발자까지 누구나 문제 해결을 통해 깊이 있는 사고를 키워나갈 수 있도록 꾸준히 업데이트하고 있다
[Algorithm] C++ 백준 1210번: 마피아 - 정점 분할 최소 컷
[Algorithm] C++/Python 백준 12735번: Boat
[Algorithm] C++ 백준 12766번: 지사 배정 - D&C DP + 다익스트라
[Algorithm] C++/Python 백준 12771번: Oil
[Algorithm] C++ 백준 12858번: Range GCD - 차분+세그트리
[Algorithm] C++ 백준 12876번: 반평면 땅따먹기 2
[Algorithm] C++ 백준 12918번: 정리정돈
[Algorithm] C++ 백준 12963번: 달리기
[Algorithm] C++/Python 백준 13034번: 다각형 게임 - Sprague–Grundy DP
[Algorithm] C++/Python 백준 13161번: 분단의 슬픔 - s-t 최소 컷
[Algorithm] C++ 백준 13261번: 탈옥 - DP 분할정복 최적화
[Algorithm] C++/Python 백준 13309번: 트리 - 경로 질의와 간선 제거
[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+제곱근분할
1
3
4
5
6
7
8
9
10
11
18